Pull request #42624 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from c44b11ec7d4bd0a3b68a44183bb6ece567a234b3+d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 (764f78871fe69ee338df717f94e805589b0b7fc3) 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-42624@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-03-20T18:49:33.284Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-20T18:49:33.287Z] Trying to pass milestone 5 [Pipeline] milestone [2022-03-20T18:49:33.363Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-20T18:49:33.556Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-078a58b3be61202cd) in /home/ubuntu/workspace/moby_PR-42624 [Pipeline] { [Pipeline] checkout [2022-03-20T18:49:33.591Z] The recommended git tool is: git [2022-03-20T18:49:33.600Z] using credential docker-jenkins-github-credentials [2022-03-20T18:49:33.611Z] Cloning the remote Git repository [2022-03-20T18:49:33.611Z] Cloning with configured refspecs honoured and without tags [2022-03-20T18:49:33.614Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:49:33.614Z] > git init /home/ubuntu/workspace/moby_PR-42624 # timeout=10 [2022-03-20T18:49:33.624Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:49:33.625Z] > git --version # timeout=10 [2022-03-20T18:49:33.627Z] > git --version # 'git version 2.17.1' [2022-03-20T18:49:33.627Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:33.628Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:49:49.201Z] Fetching without tags [2022-03-20T18:49:49.434Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:49:49.174Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:49:49.182Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:49:49.186Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:49:49.198Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:49:49.203Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:49:49.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:49.204Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:49:49.437Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:49:49.439Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:49:49.979Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:49:49.980Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:49:50.570Z] Commit message: "api/server/httputils: remove dependencies as well" [2022-03-20T18:49:50.575Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-20T18:49:51.244Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2022-03-20T18:49:49.942Z] > git remote # timeout=10 [2022-03-20T18:49:49.951Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:49:49.959Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:49.960Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:49:49.975Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-20T18:49:49.982Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:49:49.985Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:49:50.572Z] > git rev-list --no-walk 5cdb258b6294c0fac212ffcc894044c72589067b # timeout=10 [2022-03-20T18:49:53.794Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2022-03-20T18:49:54.022Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-078a58b3be61202cd) in /home/ubuntu/workspace/moby_PR-42624 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [2022-03-20T18:49:54.032Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0de4618bc3282d796) in /home/ubuntu/workspace/moby_PR-42624 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2022-03-20T18:49:54.036Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08f9d6b354f4e582b) in /home/ubuntu/workspace/moby_PR-42624 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-20T18:49:54.049Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05cbc9bbb3e2c2b17) in /home/ubuntu/workspace/moby_PR-42624 [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] { [2022-03-20T18:49:54.092Z] The recommended git tool is: git [2022-03-20T18:49:54.101Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-03-20T18:49:54.110Z] The recommended git tool is: git [2022-03-20T18:49:54.114Z] Fetching changes from the remote Git repository [2022-03-20T18:49:54.120Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-03-20T18:49:54.160Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [2022-03-20T18:49:54.168Z] Cloning the remote Git repository [2022-03-20T18:49:54.168Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-20T18:49:54.188Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-20T18:49:54.195Z] using credential docker-jenkins-github-credentials Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-03-20T18:49:54.203Z] Cloning the remote Git repository [2022-03-20T18:49:54.203Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-20T18:49:54.213Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2022-03-20T18:49:54.234Z] using credential docker-jenkins-github-credentials [2022-03-20T18:49:54.243Z] Cloning the remote Git repository [2022-03-20T18:49:54.243Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-03-20T18:49:54.365Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-20T18:49:54.428Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:49:54.428Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2022-03-20T18:49:54.484Z] Commit message: "api/server/httputils: remove dependencies as well" [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-20T18:49:54.208Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:49:54.208Z] > git init /home/ubuntu/workspace/moby_PR-42624 # timeout=10 [2022-03-20T18:49:54.222Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:49:54.222Z] > git --version # timeout=10 [2022-03-20T18:49:54.225Z] > git --version # 'git version 2.25.1' [2022-03-20T18:49:54.225Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:54.226Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:49:54.111Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42624/.git # timeout=10 [2022-03-20T18:49:54.116Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:49:54.123Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:49:54.123Z] > git --version # timeout=10 [2022-03-20T18:49:54.125Z] > git --version # 'git version 2.17.1' [2022-03-20T18:49:54.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:54.126Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:49:54.367Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:49:54.369Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:49:54.414Z] > git remote # timeout=10 [2022-03-20T18:49:54.416Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:49:54.418Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:54.419Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:49:54.425Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-20T18:49:54.431Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:49:54.432Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:49:55.150Z] + [ PR != PR ] [2022-03-20T18:49:55.150Z] + [ master != master ] [2022-03-20T18:49:55.150Z] + [ false = true ] [2022-03-20T18:49:54.172Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:49:54.173Z] > git init /home/ubuntu/workspace/moby_PR-42624 # timeout=10 [2022-03-20T18:49:54.193Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:49:54.193Z] > git --version # timeout=10 [2022-03-20T18:49:54.206Z] > git --version # 'git version 2.17.1' [2022-03-20T18:49:54.206Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:54.207Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:49:54.255Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:49:54.255Z] > git init /home/ubuntu/workspace/moby_PR-42624 # timeout=10 [2022-03-20T18:49:54.268Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:49:54.268Z] > git --version # timeout=10 [2022-03-20T18:49:54.275Z] > git --version # 'git version 2.25.1' [2022-03-20T18:49:54.275Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:49:54.276Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:49:55.480Z] + docker version [2022-03-20T18:49:55.480Z] Client: Docker Engine - Community [2022-03-20T18:49:55.480Z] Version: 20.10.12 [2022-03-20T18:49:55.480Z] API version: 1.41 [2022-03-20T18:49:55.480Z] Go version: go1.16.12 [2022-03-20T18:49:55.480Z] Git commit: e91ed57 [2022-03-20T18:49:55.480Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-20T18:49:55.480Z] OS/Arch: linux/amd64 [2022-03-20T18:49:55.480Z] Context: default [2022-03-20T18:49:55.480Z] Experimental: true [2022-03-20T18:49:55.480Z] [2022-03-20T18:49:55.480Z] Server: Docker Engine - Community [2022-03-20T18:49:55.480Z] Engine: [2022-03-20T18:49:55.480Z] Version: 20.10.12 [2022-03-20T18:49:55.480Z] API version: 1.41 (minimum version 1.12) [2022-03-20T18:49:55.480Z] Go version: go1.16.12 [2022-03-20T18:49:55.480Z] Git commit: 459d0df [2022-03-20T18:49:55.480Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-20T18:49:55.480Z] OS/Arch: linux/amd64 [2022-03-20T18:49:55.480Z] Experimental: true [2022-03-20T18:49:55.480Z] containerd: [2022-03-20T18:49:55.480Z] Version: 1.4.12 [2022-03-20T18:49:55.480Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:49:55.480Z] runc: [2022-03-20T18:49:55.480Z] Version: 1.0.2 [2022-03-20T18:49:55.480Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-20T18:49:55.480Z] docker-init: [2022-03-20T18:49:55.480Z] Version: 0.19.0 [2022-03-20T18:49:55.480Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-20T18:49:55.766Z] + docker info [2022-03-20T18:49:56.336Z] Client: [2022-03-20T18:49:56.336Z] Context: default [2022-03-20T18:49:56.336Z] Debug Mode: false [2022-03-20T18:49:56.336Z] Plugins: [2022-03-20T18:49:56.336Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-20T18:49:56.336Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-20T18:49:56.336Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-20T18:49:56.336Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-20T18:49:56.336Z] [2022-03-20T18:49:56.336Z] Server: [2022-03-20T18:49:56.336Z] Containers: 0 [2022-03-20T18:49:56.336Z] Running: 0 [2022-03-20T18:49:56.336Z] Paused: 0 [2022-03-20T18:49:56.336Z] Stopped: 0 [2022-03-20T18:49:56.336Z] Images: 4 [2022-03-20T18:49:56.336Z] Server Version: 20.10.12 [2022-03-20T18:49:56.336Z] Storage Driver: overlay2 [2022-03-20T18:49:56.336Z] Backing Filesystem: extfs [2022-03-20T18:49:56.336Z] Supports d_type: true [2022-03-20T18:49:56.336Z] Native Overlay Diff: true [2022-03-20T18:49:56.336Z] userxattr: false [2022-03-20T18:49:56.336Z] Logging Driver: json-file [2022-03-20T18:49:56.336Z] Cgroup Driver: cgroupfs [2022-03-20T18:49:56.336Z] Cgroup Version: 1 [2022-03-20T18:49:56.336Z] Plugins: [2022-03-20T18:49:56.336Z] Volume: local [2022-03-20T18:49:56.336Z] Network: bridge host ipvlan macvlan null overlay [2022-03-20T18:49:56.336Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-20T18:49:56.336Z] Swarm: inactive [2022-03-20T18:49:56.336Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-20T18:49:56.336Z] Default Runtime: runc [2022-03-20T18:49:56.336Z] Init Binary: docker-init [2022-03-20T18:49:56.336Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:49:56.336Z] runc version: v1.0.2-0-g52b36a2 [2022-03-20T18:49:56.336Z] init version: de40ad0 [2022-03-20T18:49:56.336Z] Security Options: [2022-03-20T18:49:56.336Z] apparmor [2022-03-20T18:49:56.336Z] seccomp [2022-03-20T18:49:56.336Z] Profile: default [2022-03-20T18:49:56.336Z] Kernel Version: 5.4.0-1061-aws [2022-03-20T18:49:56.336Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-20T18:49:56.336Z] OSType: linux [2022-03-20T18:49:56.336Z] Architecture: x86_64 [2022-03-20T18:49:56.336Z] CPUs: 2 [2022-03-20T18:49:56.336Z] Total Memory: 7.565GiB [2022-03-20T18:49:56.336Z] Name: ip-10-100-57-163 [2022-03-20T18:49:56.336Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-20T18:49:56.336Z] Docker Root Dir: /var/lib/docker [2022-03-20T18:49:56.336Z] Debug Mode: false [2022-03-20T18:49:56.336Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:49:56.336Z] Labels: [2022-03-20T18:49:56.336Z] Experimental: true [2022-03-20T18:49:56.336Z] Insecure Registries: [2022-03-20T18:49:56.336Z] 127.0.0.0/8 [2022-03-20T18:49:56.336Z] Live Restore Enabled: true [2022-03-20T18:49:56.336Z] [2022-03-20T18:49:56.336Z] WARNING: No swap limit support [Pipeline] sh [2022-03-20T18:49:56.625Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:49:56.625Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:49:56.625Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42624/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-20T18:49:56.625Z] + bash /home/ubuntu/workspace/moby_PR-42624/check-config.sh [2022-03-20T18:49:56.625Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-20T18:49:56.625Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-20T18:49:56.625Z] [2022-03-20T18:49:56.625Z] Generally Necessary: [2022-03-20T18:49:56.625Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-20T18:49:56.625Z] - apparmor: enabled and tools installed [2022-03-20T18:49:56.625Z] - CONFIG_NAMESPACES: enabled [2022-03-20T18:49:56.625Z] - CONFIG_NET_NS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_PID_NS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_IPC_NS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_UTS_NS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_CGROUPS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-20T18:49:56.625Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-20T18:49:56.625Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-20T18:49:56.625Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-20T18:49:56.625Z] - CONFIG_CPUSETS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_MEMCG: enabled [2022-03-20T18:49:56.625Z] - CONFIG_KEYS: enabled [2022-03-20T18:49:56.625Z] - CONFIG_VETH: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-20T18:49:56.625Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CGROUP_BPF: enabled [2022-03-20T18:49:56.886Z] [2022-03-20T18:49:56.886Z] Optional Features: [2022-03-20T18:49:56.886Z] - CONFIG_USER_NS: enabled [2022-03-20T18:49:56.886Z] - CONFIG_SECCOMP: enabled [2022-03-20T18:49:56.886Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-20T18:49:56.886Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-20T18:49:56.886Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-20T18:49:56.886Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-20T18:49:56.886Z] - CONFIG_BLK_CGROUP: enabled [2022-03-20T18:49:56.886Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CGROUP_PERF: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-20T18:49:56.886Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-20T18:49:56.886Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-20T18:49:56.886Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-20T18:49:56.886Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_IP_VS: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-20T18:49:56.886Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-20T18:49:56.886Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-20T18:49:56.886Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-20T18:49:56.886Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-20T18:49:56.886Z] - CONFIG_EXT4_FS: enabled [2022-03-20T18:49:56.886Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-20T18:49:56.886Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-20T18:49:56.886Z] - Network Drivers: [2022-03-20T18:49:56.886Z] - "overlay": [2022-03-20T18:49:56.886Z] - CONFIG_VXLAN: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-20T18:49:56.886Z] Optional (for encrypted networks): [2022-03-20T18:49:56.886Z] - CONFIG_CRYPTO: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-20T18:49:56.886Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-20T18:49:56.886Z] - CONFIG_XFRM: enabled [2022-03-20T18:49:56.886Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-20T18:49:56.886Z] - "ipvlan": [2022-03-20T18:49:56.886Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-20T18:49:56.886Z] - "macvlan": [2022-03-20T18:49:56.886Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_DUMMY: enabled (as module) [2022-03-20T18:49:56.886Z] - "ftp,tftp client in container": [2022-03-20T18:49:56.886Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-20T18:49:56.886Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-20T18:49:56.886Z] - Storage Drivers: [2022-03-20T18:49:56.886Z] - "aufs": [2022-03-20T18:49:56.886Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-20T18:49:57.146Z] - "btrfs": [2022-03-20T18:49:57.146Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-20T18:49:57.146Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-20T18:49:57.146Z] - "devicemapper": [2022-03-20T18:49:57.146Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-20T18:49:57.146Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-20T18:49:57.146Z] - "overlay": [2022-03-20T18:49:57.146Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-20T18:49:57.146Z] - "zfs": [2022-03-20T18:49:57.146Z] - /dev/zfs: present [2022-03-20T18:49:57.146Z] - zfs command: missing [2022-03-20T18:49:57.146Z] - zpool command: missing [2022-03-20T18:49:57.146Z] [2022-03-20T18:49:57.146Z] Limits: [2022-03-20T18:49:57.146Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-20T18:49:57.146Z] [2022-03-20T18:49:57.146Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-20T18:49:57.477Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 . [2022-03-20T18:49:57.477Z] #1 [internal] load build definition from Dockerfile [2022-03-20T18:49:57.477Z] #1 sha256:bb300f69f9dcf17de1aec05b17682a51f915f0986acb90d178359b7e9728beba [2022-03-20T18:49:57.477Z] #1 transferring dockerfile: 16.77kB done [2022-03-20T18:49:57.477Z] #1 DONE 0.0s [2022-03-20T18:49:57.477Z] [2022-03-20T18:49:57.477Z] #2 [internal] load .dockerignore [2022-03-20T18:49:57.477Z] #2 sha256:b1ddccc85de7f99ee67dca7ce3a0e12be25a40979a082859a5f5cd091477ce32 [2022-03-20T18:49:57.477Z] #2 transferring context: 87B done [2022-03-20T18:49:57.477Z] #2 DONE 0.0s [2022-03-20T18:49:57.477Z] [2022-03-20T18:49:57.477Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-20T18:49:57.477Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-20T18:49:57.737Z] #3 DONE 0.1s [2022-03-20T18:49:57.737Z] [2022-03-20T18:49:57.737Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-20T18:49:57.737Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-20T18:49:57.737Z] #4 CACHED [2022-03-20T18:49:57.737Z] [2022-03-20T18:49:57.737Z] #6 [internal] load build definition from Dockerfile [2022-03-20T18:49:57.737Z] #6 sha256:df847990c50597e507bd9a3bf364c7c091eb69cc5cb504a6255afc3b11537f27 [2022-03-20T18:49:57.737Z] #6 DONE 0.0s [2022-03-20T18:49:57.737Z] [2022-03-20T18:49:57.737Z] #5 [internal] load .dockerignore [2022-03-20T18:49:57.737Z] #5 sha256:ee8c8b33edf88cada46a49374f9ec2154cd621f0e2cc3a277a4d1a47b2cae632 [2022-03-20T18:49:57.737Z] #5 DONE 0.0s [2022-03-20T18:49:57.737Z] [2022-03-20T18:49:57.737Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-20T18:49:57.737Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-20T18:49:58.002Z] #8 ... [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #7 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-20T18:49:58.002Z] #7 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-20T18:49:58.002Z] #7 DONE 0.1s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:49:58.002Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-20T18:49:58.002Z] #9 DONE 0.1s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:49:58.002Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-20T18:49:58.002Z] #10 DONE 0.1s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-20T18:49:58.002Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-20T18:49:58.002Z] #8 DONE 0.2s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:49:58.002Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:49:58.002Z] #11 DONE 0.0s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:49:58.002Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-20T18:49:58.002Z] #76 DONE 0.0s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:49:58.002Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:49:58.002Z] #74 DONE 0.0s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-20T18:49:58.002Z] #35 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-20T18:49:58.002Z] #35 DONE 0.0s [2022-03-20T18:49:58.002Z] [2022-03-20T18:49:58.002Z] #31 [internal] load build context [2022-03-20T18:49:58.002Z] #31 sha256:e80897bafdc7b27f06bea54c04605772fd7f91f105c2f536f2c9c60751fa71d4 [2022-03-20T18:49:58.579Z] #31 ... [2022-03-20T18:49:58.579Z] [2022-03-20T18:49:58.579Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-20T18:49:58.579Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-20T18:49:58.579Z] #52 DONE 0.4s [2022-03-20T18:49:58.579Z] [2022-03-20T18:49:58.579Z] #31 [internal] load build context [2022-03-20T18:49:58.579Z] #31 sha256:e80897bafdc7b27f06bea54c04605772fd7f91f105c2f536f2c9c60751fa71d4 [2022-03-20T18:49:59.996Z] #31 transferring context: 58.75MB 1.6s done [2022-03-20T18:49:59.996Z] #31 DONE 1.6s [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-20T18:49:59.996Z] #36 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-20T18:49:59.996Z] #36 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-20T18:49:59.996Z] #57 sha256:14f90ac6b46dd9ab8b4a4ec75e5b120c73f868e03e6c90ca5a6ff7e559700e5f [2022-03-20T18:49:59.996Z] #57 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-20T18:49:59.996Z] #32 sha256:9c97c6f47babddcfd6b782f882e8f95689914ce96471e6b61a2fbf4f85dfc73c [2022-03-20T18:49:59.996Z] #32 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-03-20T18:49:59.996Z] #21 sha256:73dcb63df49abb11ed54648d86065261a97c2766435e61d786f8a5d9a2b95d1f [2022-03-20T18:49:59.996Z] #21 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-20T18:49:59.996Z] #73 sha256:805db5235230a106556c43bb5524443f9c865e3d58d21ba8a9a80d4ef1864d72 [2022-03-20T18:49:59.996Z] #73 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-20T18:49:59.996Z] #40 sha256:59e3b035d417bb4fd166a26b49da84fdd26cd4db483416154079247aa5471f7b [2022-03-20T18:49:59.996Z] #40 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-20T18:49:59.996Z] #23 sha256:3ce7c86e1f688d5e4721ddcd9d23e61d01971a58a9497923b0fa74883629c68b [2022-03-20T18:49:59.996Z] #23 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-20T18:49:59.996Z] #28 sha256:53984c026d3270249fd60993ebc82f555360dd00f82738a3d4f3ec1443ce6523 [2022-03-20T18:49:59.996Z] #28 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-20T18:49:59.996Z] #14 sha256:2aa59fb55d4d3a4442e9a6a163bf30f2138fa5318bf47ff4ebd215e80e2897be [2022-03-20T18:49:59.996Z] #14 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:49:59.996Z] #58 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:49:59.996Z] #58 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.996Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-20T18:49:59.996Z] #24 sha256:78740444aaaf38fc509c01178491e182ff72229837442310d3749da3aa31fd0d [2022-03-20T18:49:59.996Z] #24 CACHED [2022-03-20T18:49:59.996Z] [2022-03-20T18:49:59.997Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:49:59.997Z] #63 sha256:efb0490e7764aef04e561b25761b753eb0f7d50658c7072b96ec12118b6ded57 [2022-03-20T18:49:59.997Z] #63 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:49:59.997Z] #67 sha256:c51f9303c3d1b65534e7023fb91b5df9608a9a086828acbb4d64ca52637c312a [2022-03-20T18:49:59.997Z] #67 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #55 sha256:f367afd83566480c718e4114e1ccd3a101d4b32cd2316da369dd3f287f9e3601 [2022-03-20T18:49:59.997Z] #55 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-20T18:49:59.997Z] #49 sha256:825242c01abf9d3dfd41cec47afd2faf9cb52d858e0d6a46fb8e8666b1420b83 [2022-03-20T18:49:59.997Z] #49 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-20T18:49:59.997Z] #26 sha256:0ed9387cee21114f27629b6c943c9f54fae20851833aabe91a76e0083804b89a [2022-03-20T18:49:59.997Z] #26 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:49:59.997Z] #33 sha256:3f0a80686b7f83f3214a0fae83aa8d701ae14f22183e2bb137270af1bf306d66 [2022-03-20T18:49:59.997Z] #33 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #29 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-20T18:49:59.997Z] #29 sha256:ef2c295d7b4f0c6ca3906ff8a8311bbab1ebac5df3a66565f2ba3bcad7a3d8b7 [2022-03-20T18:49:59.997Z] #29 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-20T18:49:59.997Z] #22 sha256:acd463b4bf9b01999e63005b240902bb06d79df012534aeec3255647a38f63b3 [2022-03-20T18:49:59.997Z] #22 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #44 sha256:98524ccfe04d1885e37d41e13d42a3572a7297ecaf3a91076336452a8c38cc2c [2022-03-20T18:49:59.997Z] #44 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #64 sha256:86384c45e17a379e1eabf783ddaa3045fdf437c1a422c0461790e2071c9d26fe [2022-03-20T18:49:59.997Z] #64 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:49:59.997Z] #20 sha256:43fb9ebcaa084f91010b0382ebd549b2a9cfb9744640d4affca775dca45f93ac [2022-03-20T18:49:59.997Z] #20 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-20T18:49:59.997Z] #18 sha256:35aca68c4b4f5145fbbbcffae9a7fb2831e3939845b55f72c4a05599c8fa9212 [2022-03-20T18:49:59.997Z] #18 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-20T18:49:59.997Z] #39 sha256:e714cd1d76d9a2319cbe2bb629f6ce11fb1d7c16feb81c955bb819117f53f135 [2022-03-20T18:49:59.997Z] #39 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-20T18:49:59.997Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-20T18:49:59.997Z] #75 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-20T18:49:59.997Z] #38 sha256:e6f814b0c07b34c9fd2442c324d4c12c1bdf90cb18d0290c004658540450c738 [2022-03-20T18:49:59.997Z] #38 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-20T18:49:59.997Z] #66 sha256:d845f50f187faca6fb7506a7923bca0366ae66af839b735c92f3651a5829f94e [2022-03-20T18:49:59.997Z] #66 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:49:59.997Z] #54 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:49:59.997Z] #54 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-20T18:49:59.997Z] #27 sha256:b65b131fafe68c810b90d4b3169d6335aa5f801cea8c408f69a5ff7a89becb35 [2022-03-20T18:49:59.997Z] #27 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-20T18:49:59.997Z] #19 sha256:f6cb6d145857f9ffc8f9efdd97de131d32e45407bd6bbabbdde9bad4b372fc5c [2022-03-20T18:49:59.997Z] #19 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-20T18:49:59.997Z] #34 sha256:3dbb13e6ac30047d8c59660dabde643bb5721c51a309958b25261d27b8f7d7d8 [2022-03-20T18:49:59.997Z] #34 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:49:59.997Z] #50 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:49:59.997Z] #50 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-20T18:49:59.997Z] #12 sha256:1cb0a076596a867d890505101de46901c1031fdc3e89761eee482885eb607867 [2022-03-20T18:49:59.997Z] #12 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:49:59.997Z] #41 sha256:922cb1ba6d7e4656995c6a7f3990508cb942c76a22dd05bd588fce2f6a70cd27 [2022-03-20T18:49:59.997Z] #41 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #68 sha256:3258e09296279487f3f6cdb411409215559c937bec1b115bad3cf8eaf9ef87b6 [2022-03-20T18:49:59.997Z] #68 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-20T18:49:59.997Z] #71 sha256:48b333fb0cba68640bc09a7618181d127e8cacc241559bef5743d67d0b2dca5e [2022-03-20T18:49:59.997Z] #71 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-20T18:49:59.997Z] #15 sha256:85b5506df6494b3e2e5965354c3119a7f8eb6f399da2c59923bd122dc56dbf21 [2022-03-20T18:49:59.997Z] #15 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-20T18:49:59.997Z] #13 sha256:7fce71f2ccecceb5de36c8f5b6a22072bd2e0caf730c33735ead4f3bbe72e69e [2022-03-20T18:49:59.997Z] #13 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-20T18:49:59.997Z] #43 sha256:3ab12ae5446436e8a957d4611279760a72fb85baf63a1757025214519068094a [2022-03-20T18:49:59.997Z] #43 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-20T18:49:59.997Z] #62 sha256:76834ca637eca2c78d9d93c4d1f2fb1b9dc97a198b1a6d776455b4b301ff3e0a [2022-03-20T18:49:59.997Z] #62 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #51 sha256:595d508ec88ab0e5d0fcae9d4aa59f797f23eb0c6f1e4e72664f84c17935d7bc [2022-03-20T18:49:59.997Z] #51 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-20T18:49:59.997Z] #69 sha256:17ca788a1a85cc8b28825d8c22e56360d167095d91214ca2b5970ac48e8b6355 [2022-03-20T18:49:59.997Z] #69 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-20T18:49:59.997Z] #72 sha256:2d7dd858b7f6a8142bb7aa10566d156430f1fe29c58ae81d0db672053184821d [2022-03-20T18:49:59.997Z] #72 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:49:59.997Z] #45 sha256:b86b8bd7822391a6ba98993113c104488fe66607705cfdefc88ef281a1aede88 [2022-03-20T18:49:59.997Z] #45 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #59 sha256:4caf4ea155c2cab3169ee22a548ae49552121686dea4955013a0f3953149f8d8 [2022-03-20T18:49:59.997Z] #59 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-20T18:49:59.997Z] #46 sha256:1e90b9a40b3b749f0a84344ae271259249d9eb16bf56a0f99c0d7db9738de1a0 [2022-03-20T18:49:59.997Z] #46 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:49:59.997Z] #56 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:49:59.997Z] #56 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #42 sha256:633fb603ec63a9d98ee8f89550ec170d7cbd278000242d63ce851aa7a1c97f7b [2022-03-20T18:49:59.997Z] #42 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #48 sha256:2d531ee370839a5d5e5ac93f4e05af650d79ec2ec18af752cb433913ab7367b4 [2022-03-20T18:49:59.997Z] #48 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-20T18:49:59.997Z] #25 sha256:5ee61b5d5be54eb5d97f6da59dc1117689eac75cb0c160f0a464ef688de1c340 [2022-03-20T18:49:59.997Z] #25 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:49:59.997Z] #65 sha256:fc6a40cc97787fcae5880bb3658c28d5ceda2dcf1c194d6d93a7c265b404c7f9 [2022-03-20T18:49:59.997Z] #65 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #78 sha256:0221556cc73682333f4c3b75ab13730a4af93940a6d591a13ba72ac6f5164789 [2022-03-20T18:49:59.997Z] #78 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-20T18:49:59.997Z] #60 sha256:90d0098e1c6fe35bf0c4bf63fc6a6ee4def07dc2232467338aaa0589bc89188b [2022-03-20T18:49:59.997Z] #60 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-20T18:49:59.997Z] #61 sha256:b2173964d67d625b3ab6e54c1f89443fee795259ec13664a49aa5979575f8527 [2022-03-20T18:49:59.997Z] #61 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-20T18:49:59.997Z] #16 sha256:48c5a0d7d79131ae1522ea48d6ba29f51ef3b45dd6eadbc25eb3282bf9c130ea [2022-03-20T18:49:59.997Z] #16 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-20T18:49:59.997Z] #53 sha256:e56ef381fa2d85c626ed1c9b2b8d86f82e72603ad449979a14b9402679f053ad [2022-03-20T18:49:59.997Z] #53 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-20T18:49:59.997Z] #47 sha256:d177ba62a3657efe05c0d322143df6cd80b6027adcc7ef16babcbbd99d8e6a69 [2022-03-20T18:49:59.997Z] #47 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-20T18:49:59.997Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-20T18:49:59.997Z] #77 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-20T18:49:59.997Z] #17 sha256:4fd477c8f87e7d7076725fd656ee5be77ae31aebbd530fbf6453441485652402 [2022-03-20T18:49:59.997Z] #17 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-20T18:49:59.997Z] #30 sha256:26d95dcbf5b5939b623a717fbf40339022debafdadb4b24b560d748489fa3ab8 [2022-03-20T18:49:59.997Z] #30 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:49:59.997Z] #70 sha256:35c5e140243999a576b9178c3ffbe183a5c006e8ac3b3518a6328e62cbf1299b [2022-03-20T18:49:59.997Z] #70 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-20T18:49:59.997Z] #37 sha256:7a061c2026dad16fa72fb7439b4969242af152a31af10423f33a0146b4ef553c [2022-03-20T18:49:59.997Z] #37 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-20T18:49:59.997Z] #79 sha256:17e0aef8bb383db267b705dcd69c9826ba23a5bb506f1d0d25c44a3f4ffb11f4 [2022-03-20T18:49:59.997Z] #79 CACHED [2022-03-20T18:49:59.997Z] [2022-03-20T18:49:59.997Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-20T18:49:59.997Z] #80 sha256:c5a83dca393ff04e7da6fc2ea8e1700bd92739384ad965e634fde26ef70a01b0 [2022-03-20T18:50:00.571Z] #80 DONE 0.8s [2022-03-20T18:50:00.571Z] [2022-03-20T18:50:00.571Z] #81 exporting to image [2022-03-20T18:50:00.571Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-20T18:50:00.571Z] #81 exporting layers [2022-03-20T18:50:01.959Z] #81 exporting layers 1.0s done [2022-03-20T18:50:01.959Z] #81 writing image sha256:1460267f9b552397a4516459f8e5557182ed7bda0d4c438a2a87c4fced77efa3 [2022-03-20T18:50:01.959Z] #81 writing image sha256:1460267f9b552397a4516459f8e5557182ed7bda0d4c438a2a87c4fced77efa3 done [2022-03-20T18:50:01.959Z] #81 naming to docker.io/library/docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 done [2022-03-20T18:50:01.959Z] #81 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-20T18:50:02.293Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42624/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/validate/default [2022-03-20T18:50:02.866Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-20T18:50:02.866Z] No api/types/ or api/swagger.yaml changes in diff. [2022-03-20T18:50:02.866Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-20T18:50:02.866Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-20T18:50:02.866Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-20T18:50:02.866Z] Congratulations! No new tests were added to integration-cli. [2022-03-20T18:50:02.866Z] [2022-03-20T18:50:02.866Z] INFO Start validation with golang-ci-lint [2022-03-20T18:50:03.440Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-20T18:50:03.440Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-20T18:50:03.440Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-20T18:50:07.236Z] Fetching without tags [2022-03-20T18:50:07.504Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:50:08.045Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:50:08.045Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:50:07.223Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:50:07.225Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:50:07.228Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:50:07.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:50:07.247Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:50:07.248Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:50:07.248Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:50:07.514Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:50:07.519Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:50:08.008Z] > git remote # timeout=10 [2022-03-20T18:50:08.024Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:50:08.030Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:50:08.031Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:50:08.043Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-20T18:50:08.055Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:50:08.059Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:50:08.716Z] Commit message: "api/server/httputils: remove dependencies as well" [2022-03-20T18:50:09.022Z] Still waiting to schedule task [2022-03-20T18:50:09.022Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-20T18:50:09.027Z] Still waiting to schedule task [2022-03-20T18:50:09.027Z] Waiting for next available executor on ‘azwin-2-647600’ [Pipeline] withEnv [2022-03-20T18:50:09.028Z] Still waiting to schedule task [Pipeline] { [2022-03-20T18:50:09.028Z] Waiting for next available executor on ‘windows-2022’ [2022-03-20T18:50:09.029Z] Still waiting to schedule task [2022-03-20T18:50:09.029Z] Waiting for next available executor on ‘windows-2022’ [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:50:09.364Z] + docker version [2022-03-20T18:50:09.364Z] Client: Docker Engine - Community [2022-03-20T18:50:09.364Z] Version: 20.10.12 [2022-03-20T18:50:09.364Z] API version: 1.41 [2022-03-20T18:50:09.364Z] Go version: go1.16.12 [2022-03-20T18:50:09.364Z] Git commit: e91ed57 [2022-03-20T18:50:09.364Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-20T18:50:09.364Z] OS/Arch: linux/arm64 [2022-03-20T18:50:09.364Z] Context: default [2022-03-20T18:50:09.364Z] Experimental: true [2022-03-20T18:50:09.364Z] [2022-03-20T18:50:09.364Z] Server: Docker Engine - Community [2022-03-20T18:50:09.364Z] Engine: [2022-03-20T18:50:09.364Z] Version: 20.10.12 [2022-03-20T18:50:09.364Z] API version: 1.41 (minimum version 1.12) [2022-03-20T18:50:09.364Z] Go version: go1.16.12 [2022-03-20T18:50:09.364Z] Git commit: 459d0df [2022-03-20T18:50:09.364Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-20T18:50:09.364Z] OS/Arch: linux/arm64 [2022-03-20T18:50:09.364Z] Experimental: true [2022-03-20T18:50:09.364Z] containerd: [2022-03-20T18:50:09.364Z] Version: 1.4.12 [2022-03-20T18:50:09.364Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:50:09.364Z] runc: [2022-03-20T18:50:09.364Z] Version: 1.0.2 [2022-03-20T18:50:09.364Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-20T18:50:09.364Z] docker-init: [2022-03-20T18:50:09.364Z] Version: 0.19.0 [2022-03-20T18:50:09.364Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-20T18:50:09.624Z] Fetching without tags [2022-03-20T18:50:09.658Z] + docker info [2022-03-20T18:50:09.751Z] Fetching without tags [2022-03-20T18:50:09.867Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:50:09.971Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:50:09.734Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:50:09.737Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:50:09.742Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:50:09.748Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:50:09.757Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:50:09.757Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:50:09.758Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:50:09.976Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:50:09.985Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:50:09.602Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:50:09.605Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:50:09.614Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:50:09.620Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:50:09.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:50:09.629Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:50:09.629Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:50:09.871Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:50:09.875Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:50:10.232Z] Client: [2022-03-20T18:50:10.232Z] Context: default [2022-03-20T18:50:10.232Z] Debug Mode: false [2022-03-20T18:50:10.232Z] Plugins: [2022-03-20T18:50:10.232Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-20T18:50:10.232Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-20T18:50:10.232Z] [2022-03-20T18:50:10.232Z] Server: [2022-03-20T18:50:10.232Z] Containers: 0 [2022-03-20T18:50:10.232Z] Running: 0 [2022-03-20T18:50:10.232Z] Paused: 0 [2022-03-20T18:50:10.232Z] Stopped: 0 [2022-03-20T18:50:10.232Z] Images: 2 [2022-03-20T18:50:10.232Z] Server Version: 20.10.12 [2022-03-20T18:50:10.232Z] Storage Driver: overlay2 [2022-03-20T18:50:10.232Z] Backing Filesystem: extfs [2022-03-20T18:50:10.232Z] Supports d_type: true [2022-03-20T18:50:10.232Z] Native Overlay Diff: true [2022-03-20T18:50:10.232Z] userxattr: false [2022-03-20T18:50:10.232Z] Logging Driver: json-file [2022-03-20T18:50:10.232Z] Cgroup Driver: cgroupfs [2022-03-20T18:50:10.232Z] Cgroup Version: 1 [2022-03-20T18:50:10.232Z] Plugins: [2022-03-20T18:50:10.232Z] Volume: local [2022-03-20T18:50:10.232Z] Network: bridge host ipvlan macvlan null overlay [2022-03-20T18:50:10.232Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-20T18:50:10.232Z] Swarm: inactive [2022-03-20T18:50:10.232Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-20T18:50:10.232Z] Default Runtime: runc [2022-03-20T18:50:10.232Z] Init Binary: docker-init [2022-03-20T18:50:10.232Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:50:10.232Z] runc version: v1.0.2-0-g52b36a2 [2022-03-20T18:50:10.232Z] init version: de40ad0 [2022-03-20T18:50:10.232Z] Security Options: [2022-03-20T18:50:10.232Z] apparmor [2022-03-20T18:50:10.232Z] seccomp [2022-03-20T18:50:10.232Z] Profile: default [2022-03-20T18:50:10.232Z] Kernel Version: 5.11.0-1023-aws [2022-03-20T18:50:10.232Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-20T18:50:10.232Z] OSType: linux [2022-03-20T18:50:10.232Z] Architecture: aarch64 [2022-03-20T18:50:10.232Z] CPUs: 2 [2022-03-20T18:50:10.232Z] Total Memory: 7.576GiB [2022-03-20T18:50:10.232Z] Name: ip-10-100-39-105 [2022-03-20T18:50:10.232Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-20T18:50:10.232Z] Docker Root Dir: /var/lib/docker [2022-03-20T18:50:10.232Z] Debug Mode: false [2022-03-20T18:50:10.232Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:50:10.232Z] Labels: [2022-03-20T18:50:10.232Z] Experimental: true [2022-03-20T18:50:10.232Z] Insecure Registries: [2022-03-20T18:50:10.232Z] 127.0.0.0/8 [2022-03-20T18:50:10.232Z] Live Restore Enabled: true [2022-03-20T18:50:10.232Z] [Pipeline] sh [2022-03-20T18:50:10.398Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:50:10.398Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:50:10.500Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:50:10.500Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:50:10.523Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:50:10.523Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:50:10.523Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42624/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-20T18:50:10.523Z] + bash /home/ubuntu/workspace/moby_PR-42624/check-config.sh [2022-03-20T18:50:10.523Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-20T18:50:10.523Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-20T18:50:10.523Z] [2022-03-20T18:50:10.523Z] Generally Necessary: [2022-03-20T18:50:10.523Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-20T18:50:10.523Z] - apparmor: enabled and tools installed [2022-03-20T18:50:10.523Z] - CONFIG_NAMESPACES: enabled [2022-03-20T18:50:10.523Z] - CONFIG_NET_NS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_PID_NS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_IPC_NS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_UTS_NS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUPS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CPUSETS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_MEMCG: enabled [2022-03-20T18:50:10.523Z] - CONFIG_KEYS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_VETH: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_BPF: enabled [2022-03-20T18:50:10.523Z] [2022-03-20T18:50:10.523Z] Optional Features: [2022-03-20T18:50:10.523Z] - CONFIG_USER_NS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_SECCOMP: enabled [2022-03-20T18:50:10.523Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-20T18:50:10.523Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-20T18:50:10.523Z] (cgroup swap accounting is currently enabled) [2022-03-20T18:50:10.523Z] - CONFIG_BLK_CGROUP: enabled [2022-03-20T18:50:10.523Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_PERF: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-20T18:50:10.523Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-20T18:50:10.523Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-20T18:50:10.523Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-20T18:50:10.523Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-20T18:50:10.523Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-20T18:50:10.784Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-20T18:50:10.784Z] - CONFIG_IP_VS: enabled (as module) [2022-03-20T18:50:10.784Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-20T18:50:10.784Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-20T18:50:10.785Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-20T18:50:10.785Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-20T18:50:10.785Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-20T18:50:10.785Z] - CONFIG_EXT4_FS: enabled [2022-03-20T18:50:10.785Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-20T18:50:10.785Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-20T18:50:10.785Z] - Network Drivers: [2022-03-20T18:50:10.785Z] - "overlay": [2022-03-20T18:50:10.785Z] - CONFIG_VXLAN: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-20T18:50:10.785Z] Optional (for encrypted networks): [2022-03-20T18:50:10.785Z] - CONFIG_CRYPTO: enabled [2022-03-20T18:50:10.785Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-20T18:50:10.785Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-20T18:50:10.785Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-20T18:50:10.785Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-20T18:50:10.785Z] - CONFIG_XFRM: enabled [2022-03-20T18:50:10.785Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-20T18:50:10.785Z] - "ipvlan": [2022-03-20T18:50:10.785Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-20T18:50:10.785Z] - "macvlan": [2022-03-20T18:50:10.785Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_DUMMY: enabled (as module) [2022-03-20T18:50:10.785Z] - "ftp,tftp client in container": [2022-03-20T18:50:10.785Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-20T18:50:10.785Z] - Storage Drivers: [2022-03-20T18:50:10.785Z] - "aufs": [2022-03-20T18:50:10.785Z] - CONFIG_AUFS_FS: missing [2022-03-20T18:50:10.785Z] - "btrfs": [2022-03-20T18:50:10.785Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-20T18:50:10.785Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-20T18:50:10.785Z] - "devicemapper": [2022-03-20T18:50:10.785Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-20T18:50:10.785Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-20T18:50:10.785Z] - "overlay": [2022-03-20T18:50:10.785Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-20T18:50:10.785Z] - "zfs": [2022-03-20T18:50:10.785Z] - /dev/zfs: present [2022-03-20T18:50:10.785Z] - zfs command: missing [2022-03-20T18:50:10.785Z] - zpool command: missing [2022-03-20T18:50:10.785Z] [2022-03-20T18:50:10.785Z] Limits: [2022-03-20T18:50:10.785Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-20T18:50:10.785Z] [2022-03-20T18:50:10.785Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-20T18:50:10.900Z] Commit message: "api/server/httputils: remove dependencies as well" [2022-03-20T18:50:11.071Z] Commit message: "api/server/httputils: remove dependencies as well" [2022-03-20T18:50:11.119Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 . [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:50:11.381Z] #1 [internal] load build definition from Dockerfile [2022-03-20T18:50:11.381Z] #1 sha256:0e1f446920c1a82653665bf6024c47279d430e491691c891304844a60c757574 [2022-03-20T18:50:11.381Z] #1 transferring dockerfile: 16.77kB done [2022-03-20T18:50:11.381Z] #1 DONE 0.0s [2022-03-20T18:50:11.381Z] [2022-03-20T18:50:11.381Z] #2 [internal] load .dockerignore [2022-03-20T18:50:11.381Z] #2 sha256:e5cc0bcf09aeb484a13e323698bb1fc01ccd848e94d127ebf3b2ce4beb3f7d04 [2022-03-20T18:50:11.381Z] #2 transferring context: 87B done [2022-03-20T18:50:11.381Z] #2 DONE 0.0s [2022-03-20T18:50:11.381Z] [2022-03-20T18:50:11.381Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-20T18:50:11.381Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-20T18:50:11.381Z] #3 DONE 0.1s [2022-03-20T18:50:11.381Z] [2022-03-20T18:50:11.381Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-20T18:50:11.381Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-20T18:50:11.381Z] #4 CACHED [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:50:11.593Z] + docker version [2022-03-20T18:50:11.593Z] Client: Docker Engine - Community [2022-03-20T18:50:11.593Z] Version: 20.10.12 [2022-03-20T18:50:11.593Z] API version: 1.41 [2022-03-20T18:50:11.593Z] Go version: go1.16.12 [2022-03-20T18:50:11.593Z] Git commit: e91ed57 [2022-03-20T18:50:11.593Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-20T18:50:11.593Z] OS/Arch: linux/amd64 [2022-03-20T18:50:11.593Z] Context: default [2022-03-20T18:50:11.593Z] Experimental: true [2022-03-20T18:50:11.593Z] [2022-03-20T18:50:11.593Z] Server: Docker Engine - Community [2022-03-20T18:50:11.593Z] Engine: [2022-03-20T18:50:11.593Z] Version: 20.10.12 [2022-03-20T18:50:11.593Z] API version: 1.41 (minimum version 1.12) [2022-03-20T18:50:11.593Z] Go version: go1.16.12 [2022-03-20T18:50:11.593Z] Git commit: 459d0df [2022-03-20T18:50:11.593Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-20T18:50:11.593Z] OS/Arch: linux/amd64 [2022-03-20T18:50:11.593Z] Experimental: true [2022-03-20T18:50:11.593Z] containerd: [2022-03-20T18:50:11.593Z] Version: 1.4.12 [2022-03-20T18:50:11.593Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:50:11.593Z] runc: [2022-03-20T18:50:11.593Z] Version: 1.0.2 [2022-03-20T18:50:11.593Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-20T18:50:11.593Z] docker-init: [2022-03-20T18:50:11.593Z] Version: 0.19.0 [2022-03-20T18:50:11.593Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-20T18:50:11.643Z] [2022-03-20T18:50:11.643Z] #6 [internal] load build definition from Dockerfile [2022-03-20T18:50:11.643Z] #6 sha256:9d68ab950d2edd4682d006dd3d9ec887635fa996005b1e7599074cf5aecbd2d6 [2022-03-20T18:50:11.643Z] #6 DONE 0.0s [2022-03-20T18:50:11.643Z] [2022-03-20T18:50:11.643Z] #5 [internal] load .dockerignore [2022-03-20T18:50:11.643Z] #5 sha256:8db627ebd30dda44d9db0112ed6c7fca9627ac67a3b872829b3142eb7fe85a6c [2022-03-20T18:50:11.643Z] #5 DONE 0.0s [2022-03-20T18:50:11.643Z] [2022-03-20T18:50:11.643Z] #7 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-20T18:50:11.643Z] #7 sha256:a5877c3f100471da3e18039e257d84857bbaefaba3464f3a20fd2ecb148300d3 [2022-03-20T18:50:11.643Z] #7 DONE 0.1s [2022-03-20T18:50:11.643Z] [2022-03-20T18:50:11.643Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:50:11.643Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-20T18:50:10.469Z] > git remote # timeout=10 [2022-03-20T18:50:10.477Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:50:10.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:50:10.484Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:50:10.494Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-20T18:50:10.504Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:50:10.506Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:50:11.835Z] + docker version [2022-03-20T18:50:11.835Z] Client: Docker Engine - Community [2022-03-20T18:50:11.835Z] Version: 20.10.12 [2022-03-20T18:50:11.835Z] API version: 1.41 [2022-03-20T18:50:11.835Z] Go version: go1.16.12 [2022-03-20T18:50:11.835Z] Git commit: e91ed57 [2022-03-20T18:50:11.835Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-20T18:50:11.835Z] OS/Arch: linux/amd64 [2022-03-20T18:50:11.835Z] Context: default [2022-03-20T18:50:11.835Z] Experimental: true [2022-03-20T18:50:11.835Z] [2022-03-20T18:50:11.835Z] Server: Docker Engine - Community [2022-03-20T18:50:11.835Z] Engine: [2022-03-20T18:50:11.835Z] Version: 20.10.12 [2022-03-20T18:50:11.835Z] API version: 1.41 (minimum version 1.12) [2022-03-20T18:50:11.835Z] Go version: go1.16.12 [2022-03-20T18:50:11.835Z] Git commit: 459d0df [2022-03-20T18:50:11.836Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-20T18:50:11.836Z] OS/Arch: linux/amd64 [2022-03-20T18:50:11.836Z] Experimental: true [2022-03-20T18:50:11.836Z] containerd: [2022-03-20T18:50:11.836Z] Version: 1.4.12 [2022-03-20T18:50:11.836Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:50:11.836Z] runc: [2022-03-20T18:50:11.836Z] Version: 1.0.2 [2022-03-20T18:50:11.836Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-20T18:50:11.836Z] docker-init: [2022-03-20T18:50:11.836Z] Version: 0.19.0 [2022-03-20T18:50:11.836Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-20T18:50:10.372Z] > git remote # timeout=10 [2022-03-20T18:50:10.377Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:50:10.380Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:50:10.381Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:50:10.392Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-20T18:50:10.402Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:50:10.409Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:50:11.877Z] + docker info [2022-03-20T18:50:11.905Z] #10 DONE 0.1s [2022-03-20T18:50:11.905Z] [2022-03-20T18:50:11.905Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-20T18:50:11.906Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-20T18:50:11.906Z] #9 DONE 0.1s [2022-03-20T18:50:11.906Z] [2022-03-20T18:50:11.906Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:50:11.906Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-20T18:50:11.906Z] #8 DONE 0.1s [2022-03-20T18:50:12.131Z] + docker info [2022-03-20T18:50:12.486Z] [2022-03-20T18:50:12.486Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:50:12.486Z] #11 sha256:3a470af7c282a62220286395df5e9cb7c4efd3a59d9f02e73e12701bdecaf95f [2022-03-20T18:50:12.486Z] #11 DONE 0.0s [2022-03-20T18:50:12.486Z] [2022-03-20T18:50:12.486Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:50:12.486Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-20T18:50:12.486Z] #69 DONE 0.0s [2022-03-20T18:50:12.486Z] [2022-03-20T18:50:12.486Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:50:12.486Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:50:12.486Z] #67 DONE 0.0s [2022-03-20T18:50:12.486Z] [2022-03-20T18:50:12.486Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-20T18:50:12.486Z] #28 sha256:98a021583b9d0357989c5746725bd0e4877370da74adae3c646b76efddaa5ff9 [2022-03-20T18:50:12.486Z] #28 DONE 0.0s [2022-03-20T18:50:12.486Z] [2022-03-20T18:50:12.486Z] #24 [internal] load build context [2022-03-20T18:50:12.486Z] #24 sha256:69a3789edf31cb7eeef422ded9772bbd356ae26fcf78a7fee1875cfc468ec9f3 [2022-03-20T18:50:12.747Z] #24 ... [2022-03-20T18:50:12.747Z] [2022-03-20T18:50:12.747Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-20T18:50:12.747Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-20T18:50:12.747Z] #45 DONE 0.4s [2022-03-20T18:50:12.747Z] [2022-03-20T18:50:12.747Z] #24 [internal] load build context [2022-03-20T18:50:12.747Z] #24 sha256:69a3789edf31cb7eeef422ded9772bbd356ae26fcf78a7fee1875cfc468ec9f3 [2022-03-20T18:50:12.812Z] Client: [2022-03-20T18:50:12.812Z] Context: default [2022-03-20T18:50:12.812Z] Debug Mode: false [2022-03-20T18:50:12.812Z] Plugins: [2022-03-20T18:50:12.812Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-20T18:50:12.812Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-20T18:50:12.812Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-20T18:50:12.812Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-20T18:50:12.812Z] [2022-03-20T18:50:12.812Z] Server: [2022-03-20T18:50:12.812Z] Containers: 0 [2022-03-20T18:50:12.812Z] Running: 0 [2022-03-20T18:50:12.812Z] Paused: 0 [2022-03-20T18:50:12.812Z] Stopped: 0 [2022-03-20T18:50:12.812Z] Images: 2 [2022-03-20T18:50:12.812Z] Server Version: 20.10.12 [2022-03-20T18:50:12.812Z] Storage Driver: overlay2 [2022-03-20T18:50:12.812Z] Backing Filesystem: extfs [2022-03-20T18:50:12.812Z] Supports d_type: true [2022-03-20T18:50:12.812Z] Native Overlay Diff: true [2022-03-20T18:50:12.812Z] userxattr: false [2022-03-20T18:50:12.812Z] Logging Driver: json-file [2022-03-20T18:50:12.812Z] Cgroup Driver: systemd [2022-03-20T18:50:12.812Z] Cgroup Version: 2 [2022-03-20T18:50:12.812Z] Plugins: [2022-03-20T18:50:12.812Z] Volume: local [2022-03-20T18:50:12.812Z] Network: bridge host ipvlan macvlan null overlay [2022-03-20T18:50:12.812Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-20T18:50:12.812Z] Swarm: inactive [2022-03-20T18:50:12.812Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-20T18:50:12.812Z] Default Runtime: runc [2022-03-20T18:50:12.812Z] Init Binary: docker-init [2022-03-20T18:50:12.812Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:50:12.812Z] runc version: v1.0.2-0-g52b36a2 [2022-03-20T18:50:12.812Z] init version: de40ad0 [2022-03-20T18:50:12.812Z] Security Options: [2022-03-20T18:50:12.812Z] apparmor [2022-03-20T18:50:12.812Z] seccomp [2022-03-20T18:50:12.812Z] Profile: default [2022-03-20T18:50:12.812Z] cgroupns [2022-03-20T18:50:12.812Z] Kernel Version: 5.11.0-1023-aws [2022-03-20T18:50:12.812Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-20T18:50:12.812Z] OSType: linux [2022-03-20T18:50:12.812Z] Architecture: x86_64 [2022-03-20T18:50:12.812Z] CPUs: 2 [2022-03-20T18:50:12.812Z] Total Memory: 7.559GiB [2022-03-20T18:50:12.812Z] Name: ip-10-100-108-189 [2022-03-20T18:50:12.812Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-20T18:50:12.812Z] Docker Root Dir: /var/lib/docker [2022-03-20T18:50:12.812Z] Debug Mode: false [2022-03-20T18:50:12.812Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:50:12.812Z] Labels: [2022-03-20T18:50:12.812Z] Experimental: true [2022-03-20T18:50:12.812Z] Insecure Registries: [2022-03-20T18:50:12.812Z] 127.0.0.0/8 [2022-03-20T18:50:12.812Z] Live Restore Enabled: true [2022-03-20T18:50:12.812Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-20T18:50:13.058Z] Client: [2022-03-20T18:50:13.059Z] Context: default [2022-03-20T18:50:13.059Z] Debug Mode: false [2022-03-20T18:50:13.059Z] Plugins: [2022-03-20T18:50:13.059Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-20T18:50:13.059Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-20T18:50:13.059Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-20T18:50:13.059Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-20T18:50:13.059Z] [2022-03-20T18:50:13.059Z] Server: [2022-03-20T18:50:13.059Z] Containers: 0 [2022-03-20T18:50:13.059Z] Running: 0 [2022-03-20T18:50:13.059Z] Paused: 0 [2022-03-20T18:50:13.059Z] Stopped: 0 [2022-03-20T18:50:13.059Z] Images: 2 [2022-03-20T18:50:13.059Z] Server Version: 20.10.12 [2022-03-20T18:50:13.059Z] Storage Driver: overlay2 [2022-03-20T18:50:13.059Z] Backing Filesystem: extfs [2022-03-20T18:50:13.059Z] Supports d_type: true [2022-03-20T18:50:13.059Z] Native Overlay Diff: true [2022-03-20T18:50:13.059Z] userxattr: false [2022-03-20T18:50:13.059Z] Logging Driver: json-file [2022-03-20T18:50:13.059Z] Cgroup Driver: cgroupfs [2022-03-20T18:50:13.059Z] Cgroup Version: 1 [2022-03-20T18:50:13.059Z] Plugins: [2022-03-20T18:50:13.059Z] Volume: local [2022-03-20T18:50:13.059Z] Network: bridge host ipvlan macvlan null overlay [2022-03-20T18:50:13.059Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-20T18:50:13.059Z] Swarm: inactive [2022-03-20T18:50:13.059Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-20T18:50:13.059Z] Default Runtime: runc [2022-03-20T18:50:13.059Z] Init Binary: docker-init [2022-03-20T18:50:13.059Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:50:13.059Z] runc version: v1.0.2-0-g52b36a2 [2022-03-20T18:50:13.059Z] init version: de40ad0 [2022-03-20T18:50:13.059Z] Security Options: [2022-03-20T18:50:13.059Z] apparmor [2022-03-20T18:50:13.059Z] seccomp [2022-03-20T18:50:13.059Z] Profile: default [2022-03-20T18:50:13.059Z] Kernel Version: 5.4.0-1061-aws [2022-03-20T18:50:13.059Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-20T18:50:13.059Z] OSType: linux [2022-03-20T18:50:13.059Z] Architecture: x86_64 [2022-03-20T18:50:13.059Z] CPUs: 2 [2022-03-20T18:50:13.059Z] Total Memory: 7.565GiB [2022-03-20T18:50:13.059Z] Name: ip-10-100-82-239 [2022-03-20T18:50:13.059Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-20T18:50:13.059Z] Docker Root Dir: /var/lib/docker [2022-03-20T18:50:13.059Z] Debug Mode: false [2022-03-20T18:50:13.059Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:50:13.059Z] Labels: [2022-03-20T18:50:13.059Z] Experimental: true [2022-03-20T18:50:13.059Z] Insecure Registries: [2022-03-20T18:50:13.059Z] 127.0.0.0/8 [2022-03-20T18:50:13.059Z] Live Restore Enabled: true [2022-03-20T18:50:13.059Z] [2022-03-20T18:50:13.059Z] WARNING: No swap limit support [Pipeline] sh [2022-03-20T18:50:13.139Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 . [2022-03-20T18:50:13.139Z] #1 [internal] load build definition from Dockerfile [2022-03-20T18:50:13.139Z] #1 sha256:1d33bfae01c673c83132d0582a653bf0880aa5787e1eeef4932bf3252f9712b9 [2022-03-20T18:50:13.139Z] #1 transferring dockerfile: 16.77kB done [2022-03-20T18:50:13.139Z] #1 DONE 0.0s [2022-03-20T18:50:13.139Z] [2022-03-20T18:50:13.139Z] #2 [internal] load .dockerignore [2022-03-20T18:50:13.139Z] #2 sha256:39e8af6e0bc2709a4f8b470789cb7953009f05c0fa24f23e46fddb22e503e6f1 [2022-03-20T18:50:13.139Z] #2 transferring context: 87B done [2022-03-20T18:50:13.139Z] #2 DONE 0.0s [2022-03-20T18:50:13.139Z] [2022-03-20T18:50:13.139Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-20T18:50:13.139Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-20T18:50:13.333Z] #24 transferring context: 58.75MB 1.0s done [2022-03-20T18:50:13.335Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:50:13.335Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:50:13.335Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42624/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-20T18:50:13.335Z] + bash /home/ubuntu/workspace/moby_PR-42624/check-config.sh [2022-03-20T18:50:13.335Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-20T18:50:13.335Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-20T18:50:13.335Z] [2022-03-20T18:50:13.335Z] Generally Necessary: [2022-03-20T18:50:13.335Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-20T18:50:13.335Z] - apparmor: enabled and tools installed [2022-03-20T18:50:13.335Z] - CONFIG_NAMESPACES: enabled [2022-03-20T18:50:13.335Z] - CONFIG_NET_NS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_PID_NS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_IPC_NS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_UTS_NS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUPS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CPUSETS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_MEMCG: enabled [2022-03-20T18:50:13.335Z] - CONFIG_KEYS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_VETH: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-20T18:50:13.335Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_BPF: enabled [2022-03-20T18:50:13.335Z] [2022-03-20T18:50:13.335Z] Optional Features: [2022-03-20T18:50:13.335Z] - CONFIG_USER_NS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_SECCOMP: enabled [2022-03-20T18:50:13.335Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-20T18:50:13.335Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-20T18:50:13.335Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-20T18:50:13.335Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-20T18:50:13.335Z] - CONFIG_BLK_CGROUP: enabled [2022-03-20T18:50:13.335Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-20T18:50:13.335Z] - CONFIG_CGROUP_PERF: enabled [2022-03-20T18:50:13.397Z] #3 DONE 0.1s [2022-03-20T18:50:13.397Z] [2022-03-20T18:50:13.397Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-20T18:50:13.397Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-20T18:50:13.397Z] #4 CACHED [2022-03-20T18:50:13.592Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-20T18:50:13.592Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-20T18:50:13.592Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-20T18:50:13.592Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-20T18:50:13.592Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-20T18:50:13.592Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_IP_VS: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-20T18:50:13.592Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-20T18:50:13.592Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-20T18:50:13.592Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-20T18:50:13.592Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-20T18:50:13.592Z] - CONFIG_EXT4_FS: enabled [2022-03-20T18:50:13.592Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-20T18:50:13.592Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-20T18:50:13.592Z] - Network Drivers: [2022-03-20T18:50:13.592Z] - "overlay": [2022-03-20T18:50:13.592Z] - CONFIG_VXLAN: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-20T18:50:13.592Z] Optional (for encrypted networks): [2022-03-20T18:50:13.592Z] - CONFIG_CRYPTO: enabled [2022-03-20T18:50:13.592Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-20T18:50:13.592Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-20T18:50:13.592Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-20T18:50:13.592Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-20T18:50:13.592Z] - CONFIG_XFRM: enabled [2022-03-20T18:50:13.592Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-20T18:50:13.592Z] - "ipvlan": [2022-03-20T18:50:13.592Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-20T18:50:13.592Z] - "macvlan": [2022-03-20T18:50:13.592Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_DUMMY: enabled (as module) [2022-03-20T18:50:13.592Z] - "ftp,tftp client in container": [2022-03-20T18:50:13.592Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-20T18:50:13.592Z] - Storage Drivers: [2022-03-20T18:50:13.592Z] - "aufs": [2022-03-20T18:50:13.592Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-20T18:50:13.592Z] - "btrfs": [2022-03-20T18:50:13.592Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-20T18:50:13.592Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-20T18:50:13.592Z] - "devicemapper": [2022-03-20T18:50:13.592Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-20T18:50:13.592Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-20T18:50:13.592Z] - "overlay": [2022-03-20T18:50:13.592Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-20T18:50:13.592Z] - "zfs": [2022-03-20T18:50:13.592Z] - /dev/zfs: present [2022-03-20T18:50:13.592Z] - zfs command: missing [2022-03-20T18:50:13.592Z] - zpool command: missing [2022-03-20T18:50:13.592Z] [2022-03-20T18:50:13.592Z] Limits: [2022-03-20T18:50:13.592Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-20T18:50:13.592Z] [2022-03-20T18:50:13.592Z] + true [2022-03-20T18:50:13.595Z] #24 DONE 1.2s [2022-03-20T18:50:13.595Z] [2022-03-20T18:50:13.596Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-20T18:50:13.596Z] #36 sha256:26340d189726af73542a5b2e622a78fa242a4ce1d99577e77cbfff7e1c6b5fba [2022-03-20T18:50:13.596Z] #36 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:50:13.596Z] #14 sha256:94876cdd32822125f36e95f466926eeb5c2f94e2f838ab2c2327db88587406ac [2022-03-20T18:50:13.596Z] #14 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:50:13.596Z] #58 sha256:62bc0d060648b4c59cca4fede0472c68a4187246d8e6d10bda8b7bd3b6267e04 [2022-03-20T18:50:13.596Z] #58 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #71 sha256:e56f1c302d6b0c55e52117a141ec704712612d60fab88e8bc6024fe1dbc0098d [2022-03-20T18:50:13.596Z] #71 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-20T18:50:13.596Z] #27 sha256:cde9c3260688d6a30040682b9b22384d75ba63efcb5638af4a10825803bfe911 [2022-03-20T18:50:13.596Z] #27 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #54 sha256:83364332a34cca6359ad9455eee9f08a364ef56a64ac20fddf11e36bad3f88cc [2022-03-20T18:50:13.596Z] #54 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-20T18:50:13.596Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-20T18:50:13.596Z] #70 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-20T18:50:13.596Z] #16 sha256:d409693bea2d796710d99d104e7fc43822cd92bafb652484f52ba977db30294c [2022-03-20T18:50:13.596Z] #16 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-20T18:50:13.596Z] #30 sha256:67f0e9ca64db5d7f3791abc60a76ee82d6702174363fca1e81383cdbe5a83222 [2022-03-20T18:50:13.596Z] #30 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:50:13.596Z] #34 sha256:3963a48ff247c787bbc431e0d94883d8d9a7623aa874e19243059ffb29011258 [2022-03-20T18:50:13.596Z] #34 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #44 sha256:7545e7be3749c155d78e20391bb948d61a57e57e1869e108307439d5a9313907 [2022-03-20T18:50:13.596Z] #44 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-20T18:50:13.596Z] #62 sha256:02b9e166ee6d21edbd06e08a843fe7299c53324c905e140e078959f39f513858 [2022-03-20T18:50:13.596Z] #62 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-20T18:50:13.596Z] #65 sha256:54e3a2ebef0ee4abbbcf02b29bfe19899f6b47890be788abf8c712c6caeec6c9 [2022-03-20T18:50:13.596Z] #65 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-20T18:50:13.596Z] #13 sha256:d9edd9235bbbe9b8e61a3cc56b78c3348a652a8efbe26ef993c0e1da1de4a315 [2022-03-20T18:50:13.596Z] #13 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-20T18:50:13.596Z] #42 sha256:b4684b8872d186ff3a60356d444bced4bb08e708a885a20181f08cce2025959c [2022-03-20T18:50:13.596Z] #42 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #37 sha256:bd747890fa0086e186d3f55abc85e3379e7b20764d1a2f501c21f4ec368cd0b5 [2022-03-20T18:50:13.596Z] #37 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-20T18:50:13.596Z] #31 sha256:2c3f8a020dbdc20667012d53d02fb0ef306ec680c6a6140d0ccf3e8bd02ecf72 [2022-03-20T18:50:13.596Z] #31 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-20T18:50:13.596Z] #59 sha256:567faa0ebafaecb77855c2d179da9848cdb58dfc2eecb1a5a05373e6fe272277 [2022-03-20T18:50:13.596Z] #59 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:50:13.596Z] #56 sha256:c58926c5c83e109c59d5f4d19a5505a16f1122b01388fa2fd3b08446db8076f8 [2022-03-20T18:50:13.596Z] #56 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:50:13.596Z] #47 sha256:a64a95a3bc86f71c1ac9a3ab6bad5e2e3f5e2a98002f20bc4fc48027f478a65e [2022-03-20T18:50:13.596Z] #47 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-20T18:50:13.596Z] #12 sha256:c646e9e77a9d2edda2e601b8eb16734fef4882cd7d822e99b895a3e1186cd5da [2022-03-20T18:50:13.596Z] #12 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #35 sha256:a39d87923ffc0e524e0ab5f73877a2f206b226eae5dff50dfb1786ca49fe9eb4 [2022-03-20T18:50:13.596Z] #35 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #61 sha256:4a17e89e603b128012471870ba02cc21ff56230f599bb71da66119267a0872b6 [2022-03-20T18:50:13.596Z] #61 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #50 sha256:2c57c440e27b162a29031163b7df0c55cbcc79efa91fbbaf858a9002c7426d8d [2022-03-20T18:50:13.596Z] #50 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-20T18:50:13.596Z] #19 sha256:27fae0cf81914feada3f2f4fa5a1454d1b81195beefa0a7bb3cfb897a9f8e91b [2022-03-20T18:50:13.596Z] #19 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-20T18:50:13.596Z] #25 sha256:66d47ac14622c96e82f0658309833a58104f5bc9305a55b35ab392c3e387c6ec [2022-03-20T18:50:13.596Z] #25 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-20T18:50:13.596Z] #40 sha256:0e9e3548cc1f1bc8328388cd86b477a4fb03be89591a7ad63264d11183c30784 [2022-03-20T18:50:13.596Z] #40 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-20T18:50:13.596Z] #15 sha256:0bf2f037c4ba1f2b85a18d71c5953fc1f85e00c0c2e4d349d6b57971334019a8 [2022-03-20T18:50:13.596Z] #15 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #41 sha256:dc82163b0993d313616b5cb9f403cab815283f2bce060def13f9467d04389d57 [2022-03-20T18:50:13.596Z] #41 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-20T18:50:13.596Z] #39 sha256:1f4893cccf009aa844c0a863443b4e3bc855e64c5439536bad83996c2eeb9789 [2022-03-20T18:50:13.596Z] #39 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-20T18:50:13.596Z] #18 sha256:0cc4363a84fc3f649c182d19cdd2afc2fa6a31cde7be9806aa54dedc6a52bee1 [2022-03-20T18:50:13.596Z] #18 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-20T18:50:13.596Z] #64 sha256:1cd52b22920a36e83c756dd1defe21d9b1d6d1106f1766baac50110864658043 [2022-03-20T18:50:13.596Z] #64 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-20T18:50:13.596Z] #53 sha256:94ad4b652392951b7df80232da5742033b8627064a75c8f75a3d12dc3461060b [2022-03-20T18:50:13.596Z] #53 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-20T18:50:13.596Z] #20 sha256:b32710735c31e31592f4618c7d53e06ce53957dac5e3a0227075944c046ef115 [2022-03-20T18:50:13.596Z] #20 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-20T18:50:13.596Z] #22 sha256:8e4fb47578e8676f01abcaafb252c23d68a6b9f06dc162659cba733f533ff909 [2022-03-20T18:50:13.596Z] #22 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:50:13.596Z] #49 sha256:772f93300720267fb0d75a0e6fdd9d2f54e850e9cd6deace6b8842aa80e9077b [2022-03-20T18:50:13.596Z] #49 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:50:13.596Z] #60 sha256:c5e8ed0197fcc4c3fc7c733f23bca827435532d55863718aa80019526acb1a00 [2022-03-20T18:50:13.596Z] #60 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #48 sha256:91949f4e99bf654afe181153e92620707b5044dbe02897def0428a87841e35af [2022-03-20T18:50:13.596Z] #48 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:50:13.596Z] #51 sha256:4372096f1689129dd74b5872495c1f030ec6c4fb6e1809bf24a2286eff0735f9 [2022-03-20T18:50:13.596Z] #51 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #52 sha256:841347d3acde6464ea247d91415484c2f04049776d83d07d04d67e2a6076f244 [2022-03-20T18:50:13.596Z] #52 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-20T18:50:13.596Z] #17 sha256:73c6a03821020ba4bb0e9377c5db315b2fbfa7f35ba6f4c527a9c129a7f37590 [2022-03-20T18:50:13.596Z] #17 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:50:13.596Z] #63 sha256:e7ea74f9ba5fd14754b74cb0154b2c2d425be9ca8ea1e3af2df51c1a33886fff [2022-03-20T18:50:13.596Z] #63 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-20T18:50:13.596Z] #46 sha256:6483d18a069b78a7276705e1a18cd33c3ae889443d57c58d8dcd9ebfe2a877c0 [2022-03-20T18:50:13.596Z] #46 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-20T18:50:13.596Z] #33 sha256:fa86ee552bdd84f24747094128145cccdd1fab6e7a8e785d94e3fdd08fc72854 [2022-03-20T18:50:13.596Z] #33 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-20T18:50:13.596Z] #55 sha256:6c1b65dec2da16ad1c419b805800aa26fa6c5d0ad713d15ace3ae232580f9073 [2022-03-20T18:50:13.596Z] #55 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:50:13.596Z] #26 sha256:377a90ec22329155c59476931085e1b860bfb5c3b5d90bda991bc1ddff737345 [2022-03-20T18:50:13.596Z] #26 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #57 sha256:be7a02d705662a775e669a4b507728c981b43d3e7a59c020dbb9bf18eb82fab9 [2022-03-20T18:50:13.596Z] #57 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-20T18:50:13.596Z] #21 sha256:c1f4083d9f749bc3fecf7f5e466fcd2a5428acbab96eb2c39a6008b80eaac538 [2022-03-20T18:50:13.596Z] #21 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-20T18:50:13.596Z] #32 sha256:9f2eaafc030f63b8c99a5d7cbdabd4a6f3a3eb20bbe6b530841af1a845f348e1 [2022-03-20T18:50:13.596Z] #32 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:50:13.596Z] #43 sha256:1fa78f4b15ea9ba313c2b84015678afa809257122beeca6738ea319952840675 [2022-03-20T18:50:13.596Z] #43 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-20T18:50:13.596Z] #66 sha256:ed9c000b7afe71cbeb2040135e8912124b58e0d21df1dd26282f2a7a4ee24378 [2022-03-20T18:50:13.596Z] #66 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:50:13.596Z] #38 sha256:2d70c02d1b6835013728999f6d72fa8508e29d87d0e3543cb65a10f150dd2b66 [2022-03-20T18:50:13.596Z] #38 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-20T18:50:13.596Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-20T18:50:13.596Z] #68 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-20T18:50:13.596Z] #29 sha256:1a3147968ad151ae2564cfd3d01fe44514b196c751e7fac2ce456ffa259c95f8 [2022-03-20T18:50:13.596Z] #29 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-20T18:50:13.596Z] #23 sha256:682dd5e267965ec466650b916920e7392cc53d74867a4abab0f809ae79e51461 [2022-03-20T18:50:13.596Z] #23 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-20T18:50:13.596Z] #72 sha256:32c928148c60e96d2561857e50d13ff18fa673e712272cdf6992b88ef1dc1878 [2022-03-20T18:50:13.596Z] #72 CACHED [2022-03-20T18:50:13.596Z] [2022-03-20T18:50:13.596Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-20T18:50:13.596Z] #73 sha256:a4e16b0cf2625761a60a3bc946071c4618339e792384eeb16764a6fe4deeacd7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-20T18:50:13.655Z] [2022-03-20T18:50:13.655Z] #5 [internal] load .dockerignore [2022-03-20T18:50:13.655Z] #5 sha256:c96fc4226a43e60848a698343893f54c4cc4f5d40cc0560a5aa6e790515694c2 [2022-03-20T18:50:13.655Z] #5 DONE 0.0s [2022-03-20T18:50:13.655Z] [2022-03-20T18:50:13.655Z] #6 [internal] load build definition from Dockerfile [2022-03-20T18:50:13.655Z] #6 sha256:442a6d6a14d2fc0599651e0d77bb031ecf6e6451c2ff00b1cd3b819c3cac1522 [2022-03-20T18:50:13.655Z] #6 DONE 0.0s [2022-03-20T18:50:13.655Z] [2022-03-20T18:50:13.655Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:50:13.655Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-20T18:50:13.655Z] #8 DONE 0.1s [2022-03-20T18:50:13.655Z] [2022-03-20T18:50:13.655Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:50:13.655Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-20T18:50:13.914Z] #10 DONE 0.1s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #9 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-20T18:50:13.914Z] #9 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-20T18:50:13.914Z] #9 DONE 0.1s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-20T18:50:13.914Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-20T18:50:13.914Z] #7 DONE 0.1s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:50:13.914Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-20T18:50:13.914Z] #69 DONE 0.0s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:50:13.914Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:50:13.914Z] #67 DONE 0.0s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:50:13.914Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:50:13.914Z] #11 DONE 0.0s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-20T18:50:13.914Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-20T18:50:13.914Z] #28 DONE 0.0s [2022-03-20T18:50:13.914Z] [2022-03-20T18:50:13.914Z] #24 [internal] load build context [2022-03-20T18:50:13.914Z] #24 sha256:ded08875bcc1a49dd5dbb7d3830cb7af611963d73f0451b0c44b98852be0d4b5 [2022-03-20T18:50:13.917Z] + sudo modprobe ip_vs [2022-03-20T18:50:13.918Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 . [2022-03-20T18:50:14.174Z] #1 [internal] load build definition from Dockerfile [2022-03-20T18:50:14.174Z] #1 sha256:f0730e1e2cc491ae59741733e5dd55e26cba500659203c0ae00df8eb68058056 [2022-03-20T18:50:14.174Z] #1 transferring dockerfile: 16.77kB done [2022-03-20T18:50:14.174Z] #1 DONE 0.0s [2022-03-20T18:50:14.174Z] [2022-03-20T18:50:14.174Z] #2 [internal] load .dockerignore [2022-03-20T18:50:14.174Z] #2 sha256:9467f9692cb47f59fb5ae93eb9fa81b9cd4283e193c0481174c7a9e858f1d479 [2022-03-20T18:50:14.174Z] #2 transferring context: 87B done [2022-03-20T18:50:14.174Z] #2 DONE 0.0s [2022-03-20T18:50:14.174Z] [2022-03-20T18:50:14.174Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-20T18:50:14.174Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-20T18:50:14.174Z] #3 DONE 0.1s [2022-03-20T18:50:14.174Z] [2022-03-20T18:50:14.174Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-20T18:50:14.174Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-20T18:50:14.174Z] #4 CACHED [2022-03-20T18:50:14.431Z] [2022-03-20T18:50:14.431Z] #5 [internal] load .dockerignore [2022-03-20T18:50:14.431Z] #5 sha256:639457fe400a49c29bbbaa50573494a8749366f54f55ac6c765600c191a54e78 [2022-03-20T18:50:14.431Z] #5 DONE 0.0s [2022-03-20T18:50:14.431Z] [2022-03-20T18:50:14.431Z] #6 [internal] load build definition from Dockerfile [2022-03-20T18:50:14.431Z] #6 sha256:6e18d2ce399aa3641da6e8daf9226e22121291c3119a2d3faed7e36a660f4170 [2022-03-20T18:50:14.431Z] #6 DONE 0.0s [2022-03-20T18:50:14.431Z] [2022-03-20T18:50:14.431Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:50:14.431Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-20T18:50:14.431Z] #9 DONE 0.1s [2022-03-20T18:50:14.431Z] [2022-03-20T18:50:14.431Z] #10 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-20T18:50:14.431Z] #10 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-20T18:50:14.485Z] #24 ... [2022-03-20T18:50:14.485Z] [2022-03-20T18:50:14.485Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-20T18:50:14.485Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-20T18:50:14.485Z] #45 DONE 0.4s [2022-03-20T18:50:14.485Z] [2022-03-20T18:50:14.485Z] #24 [internal] load build context [2022-03-20T18:50:14.485Z] #24 sha256:ded08875bcc1a49dd5dbb7d3830cb7af611963d73f0451b0c44b98852be0d4b5 [2022-03-20T18:50:14.545Z] #73 DONE 1.0s [2022-03-20T18:50:14.545Z] [2022-03-20T18:50:14.545Z] #74 exporting to image [2022-03-20T18:50:14.545Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-20T18:50:14.545Z] #74 exporting layers [2022-03-20T18:50:14.688Z] #10 DONE 0.1s [2022-03-20T18:50:14.688Z] [2022-03-20T18:50:14.688Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:50:14.688Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-20T18:50:14.688Z] #8 DONE 0.1s [2022-03-20T18:50:14.688Z] [2022-03-20T18:50:14.688Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-20T18:50:14.688Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-20T18:50:14.688Z] #7 DONE 0.1s [2022-03-20T18:50:14.688Z] [2022-03-20T18:50:14.688Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:50:14.688Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-20T18:50:14.688Z] #69 DONE 0.0s [2022-03-20T18:50:14.688Z] [2022-03-20T18:50:14.688Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:50:14.688Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:50:14.688Z] #11 DONE 0.0s [2022-03-20T18:50:14.688Z] [2022-03-20T18:50:14.688Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:50:14.688Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:50:14.688Z] #67 DONE 0.0s [2022-03-20T18:50:14.688Z] [2022-03-20T18:50:14.688Z] #24 [internal] load build context [2022-03-20T18:50:14.688Z] #24 sha256:b48a8bc46c7a737b7bfba29686ec45d51b4f92913bd54bbabc449bbfb085ce82 [2022-03-20T18:50:14.948Z] #24 ... [2022-03-20T18:50:14.948Z] [2022-03-20T18:50:14.948Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-20T18:50:14.948Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-20T18:50:14.948Z] #28 DONE 0.0s [2022-03-20T18:50:14.948Z] [2022-03-20T18:50:14.948Z] #24 [internal] load build context [2022-03-20T18:50:14.948Z] #24 sha256:b48a8bc46c7a737b7bfba29686ec45d51b4f92913bd54bbabc449bbfb085ce82 [2022-03-20T18:50:15.212Z] #24 ... [2022-03-20T18:50:15.212Z] [2022-03-20T18:50:15.212Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-20T18:50:15.212Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-20T18:50:15.212Z] #45 DONE 0.4s [2022-03-20T18:50:15.212Z] [2022-03-20T18:50:15.212Z] #24 [internal] load build context [2022-03-20T18:50:15.212Z] #24 sha256:b48a8bc46c7a737b7bfba29686ec45d51b4f92913bd54bbabc449bbfb085ce82 [2022-03-20T18:50:15.493Z] #74 exporting layers 0.9s done [2022-03-20T18:50:15.493Z] #74 writing image sha256:839fee5293346c3207795551dea9a484c54f9cee87f01ebd1f9f0af51c6e5ec7 done [2022-03-20T18:50:15.493Z] #74 naming to docker.io/library/docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 done [2022-03-20T18:50:15.493Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-20T18:50:15.827Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-20T18:50:15.873Z] #24 transferring context: 58.74MB 1.6s done [2022-03-20T18:50:15.873Z] #24 DONE 1.7s [2022-03-20T18:50:15.873Z] [2022-03-20T18:50:15.873Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-20T18:50:15.873Z] #39 sha256:d652e39469f6ec9158c9f753b1b888b200d8c4838161dae6075bbde4bf12a646 [2022-03-20T18:50:15.873Z] #39 CACHED [2022-03-20T18:50:15.873Z] [2022-03-20T18:50:15.874Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-20T18:50:15.874Z] #19 sha256:4109829b79a02029044b16a9cf658842b1613880b557f5d8c310e0ab27375b26 [2022-03-20T18:50:15.874Z] #19 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #50 sha256:617d544d3f0fd63a3b244e99f065e8d06ff188315188381ed6dfbbe2e062f7e2 [2022-03-20T18:50:15.874Z] #50 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-20T18:50:15.874Z] #22 sha256:1fc6817f0d956becaa3daf5522525f71035331d2bc950afd849f93f2bca9f208 [2022-03-20T18:50:15.874Z] #22 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-20T18:50:15.874Z] #32 sha256:e6c1c5679256c919f7d600ca24dcc2743c9bea894559cae2d01911876f6c4ad1 [2022-03-20T18:50:15.874Z] #32 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:50:15.874Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:50:15.874Z] #43 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #61 sha256:f8756fa0e69fcd1f768b3ff27bb3918fae6be8c5bb507bd917f28325d83ad907 [2022-03-20T18:50:15.874Z] #61 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-20T18:50:15.874Z] #13 sha256:7fce71f2ccecceb5de36c8f5b6a22072bd2e0caf730c33735ead4f3bbe72e69e [2022-03-20T18:50:15.874Z] #13 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-20T18:50:15.874Z] #21 sha256:0f4568eb01b5589296fe07105c429f43880fdff325e4327c1a1811429fc6718a [2022-03-20T18:50:15.874Z] #21 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-20T18:50:15.874Z] #12 sha256:1cb0a076596a867d890505101de46901c1031fdc3e89761eee482885eb607867 [2022-03-20T18:50:15.874Z] #12 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:50:15.874Z] #49 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:50:15.874Z] #49 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-20T18:50:15.874Z] #30 sha256:ad349496a460e02c3e6af224cc32a1fd7302074d0513d6dd0e75191ddebc6584 [2022-03-20T18:50:15.874Z] #30 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #41 sha256:ef378cbfacdb167223bf2c7d1977dcad02349079349a90af247aac65d3245c7c [2022-03-20T18:50:15.874Z] #41 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-20T18:50:15.874Z] #55 sha256:e586e36bbfe1416732a17bd48a7661e5d076ddf4d7bfa443ab0cc5668a6d702e [2022-03-20T18:50:15.874Z] #55 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:50:15.874Z] #63 sha256:e877d7fe69a225d409cb36cea7aa2c3fac53dca45a0f0ca9f9e2ff4958c4e44a [2022-03-20T18:50:15.874Z] #63 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-20T18:50:15.874Z] #64 sha256:16ea1ef45ec5f52c5d76b6c804115b24e209dfa75e79de93d621ee99de714c72 [2022-03-20T18:50:15.874Z] #64 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-20T18:50:15.874Z] #42 sha256:825242c01abf9d3dfd41cec47afd2faf9cb52d858e0d6a46fb8e8666b1420b83 [2022-03-20T18:50:15.874Z] #42 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:50:15.874Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:50:15.874Z] #38 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:50:15.874Z] #26 sha256:5d34a93472c4ba2e97dfaa9d3352241aad615a55d02838da2ce20e0a0868a367 [2022-03-20T18:50:15.874Z] #26 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-20T18:50:15.874Z] #27 sha256:232a4a930d023d30505432359927ad56a23e9fcd52a813a8790b65011dbf4ddd [2022-03-20T18:50:15.874Z] #27 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #71 sha256:6a3d6254cbf71c97e1815525b79cd735262ac1d4223632764912117df26f4ae7 [2022-03-20T18:50:15.874Z] #71 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-20T18:50:15.874Z] #15 sha256:e0bd8129928f6cafb14f2c64389fde148716bd5e3dd153effb8c7ddebefe13c6 [2022-03-20T18:50:15.874Z] #15 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-20T18:50:15.874Z] #53 sha256:90d0098e1c6fe35bf0c4bf63fc6a6ee4def07dc2232467338aaa0589bc89188b [2022-03-20T18:50:15.874Z] #53 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-20T18:50:15.874Z] #25 sha256:9755bc687b7e0ad5b21f70fa560b0f0c639b554906f75eb153dd661ad6337f7c [2022-03-20T18:50:15.874Z] #25 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:50:15.874Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:50:15.874Z] #58 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-20T18:50:15.874Z] #46 sha256:e56ef381fa2d85c626ed1c9b2b8d86f82e72603ad449979a14b9402679f053ad [2022-03-20T18:50:15.874Z] #46 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-20T18:50:15.874Z] #31 sha256:9a807410a9e3ad74bc9ff211742af70ade0012be2384139d59a65d6875607c4e [2022-03-20T18:50:15.874Z] #31 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #57 sha256:9092a9b5a2d9afb88f899998e590dc5f9994171791eddcf2e432350673d9377d [2022-03-20T18:50:15.874Z] #57 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #52 sha256:27507daa22efee7da2bf39026f368bf30d32b61251af54ea1ab839273d624f3f [2022-03-20T18:50:15.874Z] #52 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:50:15.874Z] #56 sha256:82d0705a4f247d5822d1c919229ff03f3296c13bbcfe07018e755f47107f1bac [2022-03-20T18:50:15.874Z] #56 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:50:15.874Z] #60 sha256:6a8c1600f521f0c585417b7954bd89e2c6df73b453de605995e3f5ec4f3834ee [2022-03-20T18:50:15.874Z] #60 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:50:15.874Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:50:15.874Z] #51 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-20T18:50:15.874Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-20T18:50:15.874Z] #29 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #73 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-03-20T18:50:15.874Z] #73 sha256:f86f11fa027b58a232b370400c7fcf944069f0cb208e8485ddbaef3783c3f498 [2022-03-20T18:50:15.874Z] #73 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #48 sha256:d042d1924e91fe1a0d00dca613777627f5f3995da6a3e68f6cc5861f851996ce [2022-03-20T18:50:15.874Z] #48 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-20T18:50:15.874Z] #16 sha256:b751ea7e777a86ed6701cce9978ac3d0f9d4f4baeac30f3275e3de55ff95f927 [2022-03-20T18:50:15.874Z] #16 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-20T18:50:15.874Z] #59 sha256:bbb2e826f3303948e2f04934666fbc4f1cc9935967662c4448bac595b6f93622 [2022-03-20T18:50:15.874Z] #59 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-20T18:50:15.874Z] #40 sha256:3e33ff1d3ab8ff2c73aed3519ed7885cd8be351280fdadef8d47dbff1a8759ce [2022-03-20T18:50:15.874Z] #40 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-20T18:50:15.874Z] #72 sha256:d56597901fecc6d176fa810ff634fa7e6b495800190211e501ed017c0c7a9a1f [2022-03-20T18:50:15.874Z] #72 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #44 sha256:ca6e6b5da8a75e1729583c01854802841c935ecd64bc9be28693e8e90bd2b80e [2022-03-20T18:50:15.874Z] #44 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #54 sha256:e2b1437a861e9099d2addbff8cf13e078639e668bd590ecaad2584c71fcee9b5 [2022-03-20T18:50:15.874Z] #54 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-20T18:50:15.874Z] #18 sha256:5bab2126fe285cdfcb5cce2942b2e1de64b20f8f9bc1fd622db7b4a11d878495 [2022-03-20T18:50:15.874Z] #18 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-20T18:50:15.874Z] #33 sha256:59e3b035d417bb4fd166a26b49da84fdd26cd4db483416154079247aa5471f7b [2022-03-20T18:50:15.874Z] #33 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-20T18:50:15.874Z] #36 sha256:3ab12ae5446436e8a957d4611279760a72fb85baf63a1757025214519068094a [2022-03-20T18:50:15.874Z] #36 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #37 sha256:99e721b652ebd569fb2682f8302477fae9f0d19d0bb51aa920ba5e2049caad0b [2022-03-20T18:50:15.874Z] #37 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #66 sha256:70f57c764262843ef30318125ab9064f8ae127a1e2eb38f6d3e06c9fa595e5be [2022-03-20T18:50:15.874Z] #66 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:50:15.874Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:50:15.874Z] #14 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-20T18:50:15.874Z] #20 sha256:f45eb3e77314e285bc63796f47f3bfda3c26c4daea253c32e049fe74ca05ef28 [2022-03-20T18:50:15.874Z] #20 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-20T18:50:15.874Z] #17 sha256:9ee9706bdc79025ab47f79603e6a9a94166f94e78fb802bb1785d81641178a1a [2022-03-20T18:50:15.874Z] #17 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-20T18:50:15.874Z] #62 sha256:28be3c87248f5458f489baa268e6c323d59a4a6b75a68731afc67adda6faed0c [2022-03-20T18:50:15.874Z] #62 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-20T18:50:15.874Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-20T18:50:15.874Z] #70 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-20T18:50:15.874Z] #65 sha256:c6cc5e4878869d7ac56c28891b7011ef56a611aa95528d3eb5262caed5b9ba86 [2022-03-20T18:50:15.874Z] #65 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:50:15.874Z] #34 sha256:922cb1ba6d7e4656995c6a7f3990508cb942c76a22dd05bd588fce2f6a70cd27 [2022-03-20T18:50:15.874Z] #34 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:50:15.874Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:50:15.874Z] #47 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-20T18:50:15.874Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-20T18:50:15.874Z] #68 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-20T18:50:15.874Z] #35 sha256:f48701ceb4d681f98cc932faf66d75a3cf12e695c9be7d04d2dd313edc6a1f4a [2022-03-20T18:50:15.874Z] #35 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-20T18:50:15.874Z] #23 sha256:89e6d7b824beae9959efc9f81c3033b826cc639364f2ed609865edf41bf35f08 [2022-03-20T18:50:15.874Z] #23 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-03-20T18:50:15.874Z] #74 sha256:83afb507987d223545311d618f83ff26afd0143d0e0ed0b90e7d4b296f186628 [2022-03-20T18:50:15.874Z] #74 CACHED [2022-03-20T18:50:15.874Z] [2022-03-20T18:50:15.874Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-20T18:50:15.874Z] #75 sha256:1920b241f8fb80011c8d4cafba394fe3ae7804a46d3e5e01f122a321f17fcc4c [2022-03-20T18:50:16.126Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/test/unit [2022-03-20T18:50:16.388Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-20T18:50:16.388Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-20T18:50:16.388Z] + TESTDIRS=./... [2022-03-20T18:50:16.388Z] + exclude_paths='/vendor/|/integration' [2022-03-20T18:50:16.388Z] ++ go list ./... [2022-03-20T18:50:16.388Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-20T18:50:16.442Z] #75 DONE 0.8s [2022-03-20T18:50:16.591Z] #24 transferring context: 58.75MB 1.6s done [2022-03-20T18:50:16.591Z] #24 DONE 1.7s [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-20T18:50:16.591Z] #36 sha256:3ab12ae5446436e8a957d4611279760a72fb85baf63a1757025214519068094a [2022-03-20T18:50:16.591Z] #36 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-20T18:50:16.591Z] #19 sha256:4109829b79a02029044b16a9cf658842b1613880b557f5d8c310e0ab27375b26 [2022-03-20T18:50:16.591Z] #19 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-20T18:50:16.591Z] #16 sha256:b751ea7e777a86ed6701cce9978ac3d0f9d4f4baeac30f3275e3de55ff95f927 [2022-03-20T18:50:16.591Z] #16 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-20T18:50:16.591Z] #15 sha256:e0bd8129928f6cafb14f2c64389fde148716bd5e3dd153effb8c7ddebefe13c6 [2022-03-20T18:50:16.591Z] #15 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-20T18:50:16.591Z] #39 sha256:23ae9d08c94b2826f7e08cd42c80ccaea333ab54b915ae7e316f8f8f6b0aec62 [2022-03-20T18:50:16.591Z] #39 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:50:16.591Z] #63 sha256:fe589d7a24037dfa65a35b961c3a56e2a63101cca71150065c47e953bf916732 [2022-03-20T18:50:16.591Z] #63 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-20T18:50:16.591Z] #31 sha256:df3c159e02ffdff151021537eaecb6282832313ee773609f2f9bb40e16855555 [2022-03-20T18:50:16.591Z] #31 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-20T18:50:16.591Z] #65 sha256:6ea551b1a7ee73536ad62888adb853af25d3216cba1fcc36d7d3465f82d4a097 [2022-03-20T18:50:16.591Z] #65 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-20T18:50:16.591Z] #50 sha256:72b82727c92c87de542db6e4d259cfa4faba88347c02a2ea9b28040eb0938376 [2022-03-20T18:50:16.591Z] #50 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:50:16.591Z] #26 sha256:46183d43fe04eb93f0a8567cc275db81688c2ccb26e81450648cece906a6b1db [2022-03-20T18:50:16.591Z] #26 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-20T18:50:16.591Z] #62 sha256:5feab9447ec7deb7d08e044b72919d0ed378279d5fb0a56048e66266c8a7d15a [2022-03-20T18:50:16.591Z] #62 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-20T18:50:16.591Z] #46 sha256:e56ef381fa2d85c626ed1c9b2b8d86f82e72603ad449979a14b9402679f053ad [2022-03-20T18:50:16.591Z] #46 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-20T18:50:16.591Z] #42 sha256:825242c01abf9d3dfd41cec47afd2faf9cb52d858e0d6a46fb8e8666b1420b83 [2022-03-20T18:50:16.591Z] #42 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-20T18:50:16.591Z] #54 sha256:b4ea176bcdb3e163776d0360c6edf9dcc56bb6bc6cada6cc30d4bdced5a2247e [2022-03-20T18:50:16.591Z] #54 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-20T18:50:16.591Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-20T18:50:16.591Z] #68 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-20T18:50:16.591Z] #32 sha256:75b53b134856459c9dd868b92a19541ff42e447499c250b25580b3e344250455 [2022-03-20T18:50:16.591Z] #32 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-20T18:50:16.591Z] #33 sha256:59e3b035d417bb4fd166a26b49da84fdd26cd4db483416154079247aa5471f7b [2022-03-20T18:50:16.591Z] #33 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:50:16.591Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:50:16.591Z] #58 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-20T18:50:16.591Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-20T18:50:16.591Z] #70 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-20T18:50:16.591Z] #13 sha256:7fce71f2ccecceb5de36c8f5b6a22072bd2e0caf730c33735ead4f3bbe72e69e [2022-03-20T18:50:16.591Z] #13 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:50:16.591Z] #56 sha256:b5930c434a477b4a918ee4693fbb020b2f74ae39e67a8c937e66b36eeacca6f2 [2022-03-20T18:50:16.591Z] #56 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-20T18:50:16.591Z] #37 sha256:687149ed2afcd1e94fe6263abc2c975da8c0014cc7dab0c8c8f47904d84c6248 [2022-03-20T18:50:16.591Z] #37 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:50:16.591Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:50:16.591Z] #43 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-20T18:50:16.591Z] #21 sha256:0f4568eb01b5589296fe07105c429f43880fdff325e4327c1a1811429fc6718a [2022-03-20T18:50:16.591Z] #21 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:50:16.591Z] #49 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:50:16.591Z] #49 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-20T18:50:16.591Z] #17 sha256:9ee9706bdc79025ab47f79603e6a9a94166f94e78fb802bb1785d81641178a1a [2022-03-20T18:50:16.591Z] #17 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-20T18:50:16.591Z] #48 sha256:aefc0133b83bac17d7caeafb2b01b2524212ee8e1cf1fa8a248b97fb9a3dba31 [2022-03-20T18:50:16.591Z] #48 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-20T18:50:16.591Z] #52 sha256:6f95b65b6a857d00bafe03b608ea2bae7e22790ffec6bbf720073120de6c1042 [2022-03-20T18:50:16.591Z] #52 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-20T18:50:16.591Z] #59 sha256:fd910acefa5c15070a8a5b0e42baebc7f18c5e9a018264d63f6a9644a38a5810 [2022-03-20T18:50:16.591Z] #59 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-20T18:50:16.591Z] #61 sha256:78cefc9a4ac38e4fd88b801e9d8c5ee70aaa9ec513303ef4a6f43244c1f1a35e [2022-03-20T18:50:16.591Z] #61 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:50:16.591Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:50:16.591Z] #38 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-20T18:50:16.591Z] #53 sha256:90d0098e1c6fe35bf0c4bf63fc6a6ee4def07dc2232467338aaa0589bc89188b [2022-03-20T18:50:16.591Z] #53 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:50:16.591Z] #60 sha256:b7414ef6cf9a1115ea4c4a4640ef37f4e88cdfdffcfa13e3fea3d00e3adc0509 [2022-03-20T18:50:16.591Z] #60 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.591Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-20T18:50:16.591Z] #22 sha256:1fc6817f0d956becaa3daf5522525f71035331d2bc950afd849f93f2bca9f208 [2022-03-20T18:50:16.591Z] #22 CACHED [2022-03-20T18:50:16.591Z] [2022-03-20T18:50:16.592Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-20T18:50:16.592Z] #57 sha256:9e0756de000cb19a5379f83756634a5e4d6e3a909caddf5493e92d9f75a91442 [2022-03-20T18:50:16.592Z] #57 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-20T18:50:16.592Z] #23 sha256:89e6d7b824beae9959efc9f81c3033b826cc639364f2ed609865edf41bf35f08 [2022-03-20T18:50:16.592Z] #23 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-20T18:50:16.592Z] #35 sha256:790d36d80b9eb859507d202ed8b2419d8d2a29e273a12d8512df5b5e22982777 [2022-03-20T18:50:16.592Z] #35 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-20T18:50:16.592Z] #44 sha256:c6058ef6ecb7f4d9deb52fbc52ee2b83fe4fe265520885580c3800ffee4ba7a2 [2022-03-20T18:50:16.592Z] #44 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-20T18:50:16.592Z] #25 sha256:b5d02c91816d64de17304b2424df5b3b5da1e7929d74de736f1c9fab598c84bb [2022-03-20T18:50:16.592Z] #25 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:50:16.592Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:50:16.592Z] #14 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:50:16.592Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:50:16.592Z] #51 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-20T18:50:16.592Z] #41 sha256:28ff721667e46342d94dffb60d7e1464875bb73c6b15b7499c4fb5d22a95bb22 [2022-03-20T18:50:16.592Z] #41 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-20T18:50:16.592Z] #71 sha256:d50740986995311e0cd1bd22d60383453f35674069e2538d8c13989d41f37c6a [2022-03-20T18:50:16.592Z] #71 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-20T18:50:16.592Z] #27 sha256:fb62790f02f6ddc8b051b4b9428f15f23c69a08dd920c6dbcb0599022b4410a9 [2022-03-20T18:50:16.592Z] #27 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-20T18:50:16.592Z] #55 sha256:fe7476aa67c3a145d8a7c913bed5bef311d2111c8065ab052be54a3817285ee3 [2022-03-20T18:50:16.592Z] #55 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-20T18:50:16.592Z] #20 sha256:f45eb3e77314e285bc63796f47f3bfda3c26c4daea253c32e049fe74ca05ef28 [2022-03-20T18:50:16.592Z] #20 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-20T18:50:16.592Z] #12 sha256:1cb0a076596a867d890505101de46901c1031fdc3e89761eee482885eb607867 [2022-03-20T18:50:16.592Z] #12 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-20T18:50:16.592Z] #64 sha256:8f8ecdf5efbac37d6e4bbabd175ebceb28193120f20695dea637eb311418d362 [2022-03-20T18:50:16.592Z] #64 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:50:16.592Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:50:16.592Z] #47 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-20T18:50:16.592Z] #66 sha256:2e07257c080e94196b12f7a69ba06dd3f2f8ee2f10bbc26b93d5f5b533f3c2d7 [2022-03-20T18:50:16.592Z] #66 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-20T18:50:16.592Z] #30 sha256:c44c12b42e28f270b302db289b7a905a9a9291af00709677040d7984ed1f139d [2022-03-20T18:50:16.592Z] #30 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-20T18:50:16.592Z] #40 sha256:3424ebf6b88bbd6e523656906bb4c595d2491628ca26002e6302d58dfc0b7637 [2022-03-20T18:50:16.592Z] #40 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:50:16.592Z] #34 sha256:922cb1ba6d7e4656995c6a7f3990508cb942c76a22dd05bd588fce2f6a70cd27 [2022-03-20T18:50:16.592Z] #34 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-20T18:50:16.592Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-20T18:50:16.592Z] #29 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-20T18:50:16.592Z] #18 sha256:5bab2126fe285cdfcb5cce2942b2e1de64b20f8f9bc1fd622db7b4a11d878495 [2022-03-20T18:50:16.592Z] #18 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-20T18:50:16.592Z] #72 sha256:dabfcc173be254b40e943e27242b903a2829f5dfdb1fe903fb29187e28ca29d3 [2022-03-20T18:50:16.592Z] #72 CACHED [2022-03-20T18:50:16.592Z] [2022-03-20T18:50:16.592Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-20T18:50:16.592Z] #73 sha256:9bc13901148cd4a90fab7b7069e2f513f1e39f4131614a2ff6e5d25b0a6f88d0 [2022-03-20T18:50:16.702Z] [2022-03-20T18:50:16.702Z] #76 exporting to image [2022-03-20T18:50:16.702Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-20T18:50:16.702Z] #76 exporting layers [2022-03-20T18:50:17.335Z] + pkg_list='github.com/docker/docker/api [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/backend/build [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/httputils [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/middleware [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/build [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/container [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/debug [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/image [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/network [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/session [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/system [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/server/router/volume [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/backend [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/container [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/events [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/filters [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/image [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/mount [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/network [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/registry [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/strslice [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/swarm [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/time [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/versions [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T18:50:17.335Z] github.com/docker/docker/api/types/volume [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/dockerfile [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/remotecontext [2022-03-20T18:50:17.335Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T18:50:17.335Z] github.com/docker/docker/cli [2022-03-20T18:50:17.335Z] github.com/docker/docker/cli/config [2022-03-20T18:50:17.335Z] github.com/docker/docker/cli/debug [2022-03-20T18:50:17.335Z] github.com/docker/docker/client [2022-03-20T18:50:17.335Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T18:50:17.335Z] github.com/docker/docker/cmd/dockerd [2022-03-20T18:50:17.335Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T18:50:17.335Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T18:50:17.335Z] github.com/docker/docker/container [2022-03-20T18:50:17.335Z] github.com/docker/docker/container/stream [2022-03-20T18:50:17.335Z] github.com/docker/docker/contrib/apparmor [2022-03-20T18:50:17.335Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T18:50:17.335Z] github.com/docker/docker/contrib/httpserver [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/cluster [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/config [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/events [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/exec [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/images [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/initlayer [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/links [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/listeners [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/local [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/names [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/network [2022-03-20T18:50:17.335Z] github.com/docker/docker/daemon/stats [2022-03-20T18:50:17.335Z] github.com/docker/docker/distribution [2022-03-20T18:50:17.335Z] github.com/docker/docker/distribution/metadata [2022-03-20T18:50:17.335Z] github.com/docker/docker/distribution/utils [2022-03-20T18:50:17.335Z] github.com/docker/docker/distribution/xfer [2022-03-20T18:50:17.335Z] github.com/docker/docker/dockerversion [2022-03-20T18:50:17.335Z] github.com/docker/docker/errdefs [2022-03-20T18:50:17.335Z] github.com/docker/docker/errdefs/adapter [2022-03-20T18:50:17.335Z] github.com/docker/docker/image [2022-03-20T18:50:17.335Z] github.com/docker/docker/image/cache [2022-03-20T18:50:17.335Z] github.com/docker/docker/image/tarexport [2022-03-20T18:50:17.335Z] github.com/docker/docker/image/v1 [2022-03-20T18:50:17.335Z] github.com/docker/docker/internal/test/suite [2022-03-20T18:50:17.335Z] github.com/docker/docker/layer [2022-03-20T18:50:17.335Z] github.com/docker/docker/libcontainerd [2022-03-20T18:50:17.335Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T18:50:17.335Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T18:50:17.335Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T18:50:17.335Z] github.com/docker/docker/libcontainerd/types [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/config [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/idm [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/ns [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/options [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/osl [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/libnetwork/types [2022-03-20T18:50:17.335Z] github.com/docker/docker/oci [2022-03-20T18:50:17.335Z] github.com/docker/docker/oci/caps [2022-03-20T18:50:17.335Z] github.com/docker/docker/opts [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/aaparser [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/archive [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/authorization [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/capabilities [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/containerfs [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/directory [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/dmesg [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/filenotify [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/fileutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/fsutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/homedir [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/idtools [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/ioutils [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/longpath [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/loopback [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/parsers [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/pidfile [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/platform [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/plugins [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/pools [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/progress [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/pubsub [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/reexec [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/signal [2022-03-20T18:50:17.335Z] github.com/docker/docker/pkg/stack [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/stringid [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/system [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/tailfile [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/tarsum [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/truncindex [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/urlutil [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/useragent [2022-03-20T18:50:17.336Z] github.com/docker/docker/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T18:50:17.336Z] github.com/docker/docker/plugin/v2 [2022-03-20T18:50:17.336Z] github.com/docker/docker/profiles/apparmor [2022-03-20T18:50:17.336Z] github.com/docker/docker/profiles/seccomp [2022-03-20T18:50:17.336Z] github.com/docker/docker/quota [2022-03-20T18:50:17.336Z] github.com/docker/docker/reference [2022-03-20T18:50:17.336Z] github.com/docker/docker/registry [2022-03-20T18:50:17.336Z] github.com/docker/docker/registry/resumable [2022-03-20T18:50:17.336Z] github.com/docker/docker/restartmanager [2022-03-20T18:50:17.336Z] github.com/docker/docker/rootless [2022-03-20T18:50:17.336Z] github.com/docker/docker/rootless/specconv [2022-03-20T18:50:17.336Z] github.com/docker/docker/runconfig [2022-03-20T18:50:17.336Z] github.com/docker/docker/runconfig/opts [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/daemon [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/environment [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fakegit [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/registry [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/request [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/drivers [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/local [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/mounts [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/service [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/service/opts [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/testutils' [2022-03-20T18:50:17.336Z] ++ grep --fixed-strings -v /libnetwork [2022-03-20T18:50:17.336Z] ++ echo 'github.com/docker/docker/api [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/backend/build [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/httputils [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/middleware [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/build [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/container [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/debug [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/image [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/network [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/session [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/system [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/volume [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/backend [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/container [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/events [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/filters [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/image [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/mount [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/network [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/registry [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/strslice [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/swarm [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/time [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/versions [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/volume [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/dockerfile [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/remotecontext [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T18:50:17.336Z] github.com/docker/docker/cli [2022-03-20T18:50:17.336Z] github.com/docker/docker/cli/config [2022-03-20T18:50:17.336Z] github.com/docker/docker/cli/debug [2022-03-20T18:50:17.336Z] github.com/docker/docker/client [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/dockerd [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T18:50:17.336Z] github.com/docker/docker/container [2022-03-20T18:50:17.336Z] github.com/docker/docker/container/stream [2022-03-20T18:50:17.336Z] github.com/docker/docker/contrib/apparmor [2022-03-20T18:50:17.336Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T18:50:17.336Z] github.com/docker/docker/contrib/httpserver [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/cluster [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/config [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/events [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/exec [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/images [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/initlayer [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/links [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/listeners [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/local [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/names [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/network [2022-03-20T18:50:17.336Z] github.com/docker/docker/daemon/stats [2022-03-20T18:50:17.336Z] github.com/docker/docker/distribution [2022-03-20T18:50:17.336Z] github.com/docker/docker/distribution/metadata [2022-03-20T18:50:17.336Z] github.com/docker/docker/distribution/utils [2022-03-20T18:50:17.336Z] github.com/docker/docker/distribution/xfer [2022-03-20T18:50:17.336Z] github.com/docker/docker/dockerversion [2022-03-20T18:50:17.336Z] github.com/docker/docker/errdefs [2022-03-20T18:50:17.336Z] github.com/docker/docker/errdefs/adapter [2022-03-20T18:50:17.336Z] github.com/docker/docker/image [2022-03-20T18:50:17.336Z] github.com/docker/docker/image/cache [2022-03-20T18:50:17.336Z] github.com/docker/docker/image/tarexport [2022-03-20T18:50:17.336Z] github.com/docker/docker/image/v1 [2022-03-20T18:50:17.336Z] github.com/docker/docker/internal/test/suite [2022-03-20T18:50:17.336Z] github.com/docker/docker/layer [2022-03-20T18:50:17.336Z] github.com/docker/docker/libcontainerd [2022-03-20T18:50:17.336Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T18:50:17.336Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T18:50:17.336Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T18:50:17.336Z] github.com/docker/docker/libcontainerd/types [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/config [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/idm [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/ns [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/options [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/osl [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/libnetwork/types [2022-03-20T18:50:17.336Z] github.com/docker/docker/oci [2022-03-20T18:50:17.336Z] github.com/docker/docker/oci/caps [2022-03-20T18:50:17.336Z] github.com/docker/docker/opts [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/aaparser [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/archive [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/authorization [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/capabilities [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/containerfs [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/directory [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/dmesg [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/filenotify [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/fileutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/fsutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/homedir [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/idtools [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/ioutils [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/longpath [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/loopback [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/parsers [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/pidfile [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/platform [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/plugins [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/pools [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/progress [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/pubsub [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/reexec [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/signal [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/stack [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/stringid [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/system [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/tailfile [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/tarsum [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/truncindex [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/urlutil [2022-03-20T18:50:17.336Z] github.com/docker/docker/pkg/useragent [2022-03-20T18:50:17.336Z] github.com/docker/docker/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T18:50:17.336Z] github.com/docker/docker/plugin/v2 [2022-03-20T18:50:17.336Z] github.com/docker/docker/profiles/apparmor [2022-03-20T18:50:17.336Z] github.com/docker/docker/profiles/seccomp [2022-03-20T18:50:17.336Z] github.com/docker/docker/quota [2022-03-20T18:50:17.336Z] github.com/docker/docker/reference [2022-03-20T18:50:17.336Z] github.com/docker/docker/registry [2022-03-20T18:50:17.336Z] github.com/docker/docker/registry/resumable [2022-03-20T18:50:17.336Z] github.com/docker/docker/restartmanager [2022-03-20T18:50:17.336Z] github.com/docker/docker/rootless [2022-03-20T18:50:17.336Z] github.com/docker/docker/rootless/specconv [2022-03-20T18:50:17.336Z] github.com/docker/docker/runconfig [2022-03-20T18:50:17.336Z] github.com/docker/docker/runconfig/opts [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/daemon [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/environment [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fakegit [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/registry [2022-03-20T18:50:17.336Z] github.com/docker/docker/testutil/request [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/drivers [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/local [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/mounts [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/service [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/service/opts [2022-03-20T18:50:17.336Z] github.com/docker/docker/volume/testutils' [2022-03-20T18:50:17.336Z] + base_pkg_list='github.com/docker/docker/api [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/backend/build [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/httputils [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/middleware [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/build [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/container [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/debug [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/image [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/network [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/session [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/system [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/server/router/volume [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/backend [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/container [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/events [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/filters [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/image [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/mount [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/network [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/registry [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/strslice [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/swarm [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/time [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/versions [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T18:50:17.336Z] github.com/docker/docker/api/types/volume [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/dockerfile [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/remotecontext [2022-03-20T18:50:17.336Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T18:50:17.336Z] github.com/docker/docker/cli [2022-03-20T18:50:17.336Z] github.com/docker/docker/cli/config [2022-03-20T18:50:17.336Z] github.com/docker/docker/cli/debug [2022-03-20T18:50:17.336Z] github.com/docker/docker/client [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/dockerd [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T18:50:17.336Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T18:50:17.337Z] github.com/docker/docker/container [2022-03-20T18:50:17.337Z] github.com/docker/docker/container/stream [2022-03-20T18:50:17.337Z] github.com/docker/docker/contrib/apparmor [2022-03-20T18:50:17.337Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T18:50:17.337Z] github.com/docker/docker/contrib/httpserver [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/config [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/events [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/exec [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/images [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/initlayer [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/links [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/listeners [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/local [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/names [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/network [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/stats [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution/metadata [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution/utils [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution/xfer [2022-03-20T18:50:17.337Z] github.com/docker/docker/dockerversion [2022-03-20T18:50:17.337Z] github.com/docker/docker/errdefs [2022-03-20T18:50:17.337Z] github.com/docker/docker/errdefs/adapter [2022-03-20T18:50:17.337Z] github.com/docker/docker/image [2022-03-20T18:50:17.337Z] github.com/docker/docker/image/cache [2022-03-20T18:50:17.337Z] github.com/docker/docker/image/tarexport [2022-03-20T18:50:17.337Z] github.com/docker/docker/image/v1 [2022-03-20T18:50:17.337Z] github.com/docker/docker/internal/test/suite [2022-03-20T18:50:17.337Z] github.com/docker/docker/layer [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/types [2022-03-20T18:50:17.337Z] github.com/docker/docker/oci [2022-03-20T18:50:17.337Z] github.com/docker/docker/oci/caps [2022-03-20T18:50:17.337Z] github.com/docker/docker/opts [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/aaparser [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/archive [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/authorization [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/capabilities [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/containerfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/directory [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/dmesg [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/filenotify [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/fileutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/fsutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/homedir [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/idtools [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/ioutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/longpath [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/loopback [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/parsers [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/pidfile [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/platform [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/plugins [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/pools [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/progress [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/pubsub [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/reexec [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/signal [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/stack [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/stringid [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/system [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/tailfile [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/tarsum [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/truncindex [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/urlutil [2022-03-20T18:50:17.337Z] github.com/docker/docker/pkg/useragent [2022-03-20T18:50:17.337Z] github.com/docker/docker/plugin [2022-03-20T18:50:17.337Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T18:50:17.337Z] github.com/docker/docker/plugin/v2 [2022-03-20T18:50:17.337Z] github.com/docker/docker/profiles/apparmor [2022-03-20T18:50:17.337Z] github.com/docker/docker/profiles/seccomp [2022-03-20T18:50:17.337Z] github.com/docker/docker/quota [2022-03-20T18:50:17.337Z] github.com/docker/docker/reference [2022-03-20T18:50:17.337Z] github.com/docker/docker/registry [2022-03-20T18:50:17.337Z] github.com/docker/docker/registry/resumable [2022-03-20T18:50:17.337Z] github.com/docker/docker/restartmanager [2022-03-20T18:50:17.337Z] github.com/docker/docker/rootless [2022-03-20T18:50:17.337Z] github.com/docker/docker/rootless/specconv [2022-03-20T18:50:17.337Z] github.com/docker/docker/runconfig [2022-03-20T18:50:17.337Z] github.com/docker/docker/runconfig/opts [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/daemon [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/environment [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/fakegit [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/registry [2022-03-20T18:50:17.337Z] github.com/docker/docker/testutil/request [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume/drivers [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume/local [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume/mounts [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume/service [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume/service/opts [2022-03-20T18:50:17.337Z] github.com/docker/docker/volume/testutils' [2022-03-20T18:50:17.337Z] ++ grep --fixed-strings /libnetwork [2022-03-20T18:50:17.337Z] ++ echo 'github.com/docker/docker/api [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/backend/build [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/httputils [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/middleware [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/build [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/container [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/debug [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/image [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/network [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/session [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/system [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/server/router/volume [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/backend [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/container [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/events [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/filters [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/image [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/mount [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/network [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/registry [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/strslice [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/swarm [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/time [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/versions [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T18:50:17.337Z] github.com/docker/docker/api/types/volume [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/dockerfile [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/remotecontext [2022-03-20T18:50:17.337Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T18:50:17.337Z] github.com/docker/docker/cli [2022-03-20T18:50:17.337Z] github.com/docker/docker/cli/config [2022-03-20T18:50:17.337Z] github.com/docker/docker/cli/debug [2022-03-20T18:50:17.337Z] github.com/docker/docker/client [2022-03-20T18:50:17.337Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T18:50:17.337Z] github.com/docker/docker/cmd/dockerd [2022-03-20T18:50:17.337Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T18:50:17.337Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T18:50:17.337Z] github.com/docker/docker/container [2022-03-20T18:50:17.337Z] github.com/docker/docker/container/stream [2022-03-20T18:50:17.337Z] github.com/docker/docker/contrib/apparmor [2022-03-20T18:50:17.337Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T18:50:17.337Z] github.com/docker/docker/contrib/httpserver [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/config [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/events [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/exec [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/images [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/initlayer [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/links [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/listeners [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/local [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/names [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/network [2022-03-20T18:50:17.337Z] github.com/docker/docker/daemon/stats [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution/metadata [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution/utils [2022-03-20T18:50:17.337Z] github.com/docker/docker/distribution/xfer [2022-03-20T18:50:17.337Z] github.com/docker/docker/dockerversion [2022-03-20T18:50:17.337Z] github.com/docker/docker/errdefs [2022-03-20T18:50:17.337Z] github.com/docker/docker/errdefs/adapter [2022-03-20T18:50:17.337Z] github.com/docker/docker/image [2022-03-20T18:50:17.337Z] github.com/docker/docker/image/cache [2022-03-20T18:50:17.337Z] github.com/docker/docker/image/tarexport [2022-03-20T18:50:17.337Z] github.com/docker/docker/image/v1 [2022-03-20T18:50:17.337Z] github.com/docker/docker/internal/test/suite [2022-03-20T18:50:17.337Z] github.com/docker/docker/layer [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T18:50:17.337Z] github.com/docker/docker/libcontainerd/types [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/config [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/idm [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/ns [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/options [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/osl [2022-03-20T18:50:17.337Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/types [2022-03-20T18:50:17.338Z] github.com/docker/docker/oci [2022-03-20T18:50:17.338Z] github.com/docker/docker/oci/caps [2022-03-20T18:50:17.338Z] github.com/docker/docker/opts [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/aaparser [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/archive [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/authorization [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/capabilities [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/containerfs [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/directory [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/dmesg [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/filenotify [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/fileutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/fsutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/homedir [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/idtools [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/ioutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/longpath [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/loopback [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/parsers [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/pidfile [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/platform [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/plugins [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/pools [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/progress [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/pubsub [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/reexec [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/signal [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/stack [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/stringid [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/system [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/tailfile [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/tarsum [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/truncindex [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/urlutil [2022-03-20T18:50:17.338Z] github.com/docker/docker/pkg/useragent [2022-03-20T18:50:17.338Z] github.com/docker/docker/plugin [2022-03-20T18:50:17.338Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T18:50:17.338Z] github.com/docker/docker/plugin/v2 [2022-03-20T18:50:17.338Z] github.com/docker/docker/profiles/apparmor [2022-03-20T18:50:17.338Z] github.com/docker/docker/profiles/seccomp [2022-03-20T18:50:17.338Z] github.com/docker/docker/quota [2022-03-20T18:50:17.338Z] github.com/docker/docker/reference [2022-03-20T18:50:17.338Z] github.com/docker/docker/registry [2022-03-20T18:50:17.338Z] github.com/docker/docker/registry/resumable [2022-03-20T18:50:17.338Z] github.com/docker/docker/restartmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/rootless [2022-03-20T18:50:17.338Z] github.com/docker/docker/rootless/specconv [2022-03-20T18:50:17.338Z] github.com/docker/docker/runconfig [2022-03-20T18:50:17.338Z] github.com/docker/docker/runconfig/opts [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/daemon [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/environment [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/fakegit [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/registry [2022-03-20T18:50:17.338Z] github.com/docker/docker/testutil/request [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume/drivers [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume/local [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume/mounts [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume/service [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume/service/opts [2022-03-20T18:50:17.338Z] github.com/docker/docker/volume/testutils' [2022-03-20T18:50:17.338Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/config [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/idm [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ns [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/options [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/osl [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/types' [2022-03-20T18:50:17.338Z] + echo 'github.com/docker/docker/libnetwork [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/config [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/idm [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/ns [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/options [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/osl [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/types' [2022-03-20T18:50:17.338Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:50:17.338Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:50:17.338Z] + type docker-proxy [2022-03-20T18:50:17.338Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-20T18:50:17.338Z] + hack/make.sh binary-proxy install-proxy [2022-03-20T18:50:17.338Z] [2022-03-20T18:50:17.521Z] #73 DONE 0.8s [2022-03-20T18:50:17.521Z] [2022-03-20T18:50:17.521Z] #74 exporting to image [2022-03-20T18:50:17.521Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-20T18:50:17.521Z] #74 exporting layers [2022-03-20T18:50:17.599Z] Removing bundles/ [2022-03-20T18:50:17.599Z] [2022-03-20T18:50:17.599Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-20T18:50:17.599Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-20T18:50:17.599Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:50:17.647Z] #76 exporting layers 1.0s done [2022-03-20T18:50:17.647Z] #76 writing image sha256:3055455999334e020fe779d1a54734a3dffaba12bd06c9923ef2634085be0955 done [2022-03-20T18:50:17.647Z] #76 naming to docker.io/library/docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 done [2022-03-20T18:50:17.647Z] #76 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-20T18:50:17.987Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -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:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh dynbinary test-integration [2022-03-20T18:50:18.248Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-20T18:50:18.248Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-20T18:50:18.248Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-20T18:50:18.248Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-20T18:50:18.248Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-03-20T18:50:18.248Z] Detected virtualization docker. [2022-03-20T18:50:18.248Z] Detected architecture x86-64. [2022-03-20T18:50:18.248Z] Set hostname to <6cc09afe28d9>. [2022-03-20T18:50:18.453Z] #74 exporting layers 1.0s done [2022-03-20T18:50:18.453Z] #74 writing image sha256:862af15c82c86a0e8113dd1c53c92e6d29f70375b476bcfe398f1d4c934c0efc [2022-03-20T18:50:18.453Z] #74 writing image sha256:862af15c82c86a0e8113dd1c53c92e6d29f70375b476bcfe398f1d4c934c0efc done [2022-03-20T18:50:18.454Z] #74 naming to docker.io/library/docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 done [2022-03-20T18:50:18.454Z] #74 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-20T18:50:18.518Z] modprobe@configfs.service: Succeeded. [2022-03-20T18:50:18.518Z] modprobe@drm.service: Succeeded. [2022-03-20T18:50:18.518Z] modprobe@fuse.service: Succeeded. [2022-03-20T18:50:18.518Z] + source /etc/docker-entrypoint-cmd [2022-03-20T18:50:18.518Z] ++ hack/make.sh dynbinary test-integration [2022-03-20T18:50:18.518Z] [2022-03-20T18:50:18.776Z] Removing bundles/ [2022-03-20T18:50:18.776Z] [2022-03-20T18:50:18.776Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-20T18:50:18.776Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:50:18.776Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:50:18.780Z] + trap exit INT TERM [2022-03-20T18:50:18.780Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-20T18:50:18.780Z] + CONTAINER_NAME=docker-pr6 [2022-03-20T18:50:18.780Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42624/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh dynbinary [2022-03-20T18:50:19.036Z] [2022-03-20T18:50:19.292Z] Removing bundles/ [2022-03-20T18:50:19.292Z] [2022-03-20T18:50:19.292Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-20T18:50:19.292Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:50:19.292Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:50:24.198Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-20T18:50:24.198Z] [2022-03-20T18:50:24.198Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-20T18:50:24.198Z] Installing docker-proxy to /usr/local/bin/ [2022-03-20T18:50:24.198Z] [2022-03-20T18:50:24.198Z] + mkdir -p bundles [2022-03-20T18:50:24.198Z] + '[' -n 'github.com/docker/docker/api [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/backend/build [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/httputils [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/middleware [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/build [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/container [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/debug [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/image [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/network [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/session [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/system [2022-03-20T18:50:24.198Z] github.com/docker/docker/api/server/router/volume [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/backend [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/container [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/events [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/filters [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/image [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/mount [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/network [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/registry [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/strslice [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/swarm [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/time [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/versions [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T18:50:24.199Z] github.com/docker/docker/api/types/volume [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/dockerfile [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/remotecontext [2022-03-20T18:50:24.199Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T18:50:24.199Z] github.com/docker/docker/cli [2022-03-20T18:50:24.199Z] github.com/docker/docker/cli/config [2022-03-20T18:50:24.199Z] github.com/docker/docker/cli/debug [2022-03-20T18:50:24.199Z] github.com/docker/docker/client [2022-03-20T18:50:24.199Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T18:50:24.199Z] github.com/docker/docker/cmd/dockerd [2022-03-20T18:50:24.199Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T18:50:24.199Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T18:50:24.199Z] github.com/docker/docker/container [2022-03-20T18:50:24.199Z] github.com/docker/docker/container/stream [2022-03-20T18:50:24.199Z] github.com/docker/docker/contrib/apparmor [2022-03-20T18:50:24.199Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T18:50:24.199Z] github.com/docker/docker/contrib/httpserver [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/cluster [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/config [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/events [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/exec [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/images [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/initlayer [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/links [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/listeners [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/local [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/names [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/network [2022-03-20T18:50:24.199Z] github.com/docker/docker/daemon/stats [2022-03-20T18:50:24.199Z] github.com/docker/docker/distribution [2022-03-20T18:50:24.199Z] github.com/docker/docker/distribution/metadata [2022-03-20T18:50:24.199Z] github.com/docker/docker/distribution/utils [2022-03-20T18:50:24.199Z] github.com/docker/docker/distribution/xfer [2022-03-20T18:50:24.199Z] github.com/docker/docker/dockerversion [2022-03-20T18:50:24.199Z] github.com/docker/docker/errdefs [2022-03-20T18:50:24.199Z] github.com/docker/docker/errdefs/adapter [2022-03-20T18:50:24.199Z] github.com/docker/docker/image [2022-03-20T18:50:24.199Z] github.com/docker/docker/image/cache [2022-03-20T18:50:24.199Z] github.com/docker/docker/image/tarexport [2022-03-20T18:50:24.199Z] github.com/docker/docker/image/v1 [2022-03-20T18:50:24.199Z] github.com/docker/docker/internal/test/suite [2022-03-20T18:50:24.199Z] github.com/docker/docker/layer [2022-03-20T18:50:24.199Z] github.com/docker/docker/libcontainerd [2022-03-20T18:50:24.199Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T18:50:24.199Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T18:50:24.199Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T18:50:24.199Z] github.com/docker/docker/libcontainerd/types [2022-03-20T18:50:24.199Z] github.com/docker/docker/oci [2022-03-20T18:50:24.199Z] github.com/docker/docker/oci/caps [2022-03-20T18:50:24.199Z] github.com/docker/docker/opts [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/aaparser [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/archive [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/authorization [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/capabilities [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/containerfs [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/directory [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/dmesg [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/filenotify [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/fileutils [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/fsutils [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/homedir [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/idtools [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/ioutils [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/longpath [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/loopback [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/parsers [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/pidfile [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/platform [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/plugins [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/pools [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/progress [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/pubsub [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/reexec [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/signal [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/stack [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/stringid [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/system [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/tailfile [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/tarsum [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/truncindex [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/urlutil [2022-03-20T18:50:24.199Z] github.com/docker/docker/pkg/useragent [2022-03-20T18:50:24.199Z] github.com/docker/docker/plugin [2022-03-20T18:50:24.199Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T18:50:24.199Z] github.com/docker/docker/plugin/v2 [2022-03-20T18:50:24.199Z] github.com/docker/docker/profiles/apparmor [2022-03-20T18:50:24.199Z] github.com/docker/docker/profiles/seccomp [2022-03-20T18:50:24.199Z] github.com/docker/docker/quota [2022-03-20T18:50:24.199Z] github.com/docker/docker/reference [2022-03-20T18:50:24.199Z] github.com/docker/docker/registry [2022-03-20T18:50:24.199Z] github.com/docker/docker/registry/resumable [2022-03-20T18:50:24.199Z] github.com/docker/docker/restartmanager [2022-03-20T18:50:24.199Z] github.com/docker/docker/rootless [2022-03-20T18:50:24.199Z] github.com/docker/docker/rootless/specconv [2022-03-20T18:50:24.199Z] github.com/docker/docker/runconfig [2022-03-20T18:50:24.199Z] github.com/docker/docker/runconfig/opts [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/daemon [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/environment [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/fakegit [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/registry [2022-03-20T18:50:24.199Z] github.com/docker/docker/testutil/request [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume/drivers [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume/local [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume/mounts [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume/service [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume/service/opts [2022-03-20T18:50:24.199Z] github.com/docker/docker/volume/testutils' ']' [2022-03-20T18:50:24.199Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/errdefs/adapter github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-20T18:50:24.199Z] ? github.com/docker/docker/api [no test files] [2022-03-20T18:50:39.127Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2022-03-20T18:51:09.005Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c55f167125e3e71b) in /home/ubuntu/workspace/moby_PR-42624 [Pipeline] { [Pipeline] checkout [2022-03-20T18:51:09.129Z] The recommended git tool is: git [2022-03-20T18:51:12.452Z] using credential docker-jenkins-github-credentials [2022-03-20T18:51:12.461Z] Cloning the remote Git repository [2022-03-20T18:51:12.461Z] Cloning with configured refspecs honoured and without tags [2022-03-20T18:51:12.224Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:51:12.285Z] > git init /home/ubuntu/workspace/moby_PR-42624 # timeout=10 [2022-03-20T18:51:12.548Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:51:12.549Z] > git --version # timeout=10 [2022-03-20T18:51:12.571Z] > git --version # 'git version 2.17.1' [2022-03-20T18:51:12.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:51:12.573Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:51:36.707Z] Fetching without tags [2022-03-20T18:51:37.003Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:51:36.584Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:51:36.611Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:51:36.636Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:51:36.664Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:51:36.688Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:51:36.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:51:36.690Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:51:36.992Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:51:37.019Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:51:38.141Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:51:38.141Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:51:38.022Z] > git remote # timeout=10 [2022-03-20T18:51:38.041Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:51:38.049Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:51:38.052Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:51:38.087Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-20T18:51:38.126Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:51:38.155Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:51:42.912Z] Commit message: "api/server/httputils: remove dependencies as well" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:51:43.983Z] + docker version [2022-03-20T18:51:46.908Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 15.0% of statements [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/builder/remotecontext 0.085s coverage: 13.7% of statements [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/builder/dockerfile 0.176s coverage: 49.3% of statements [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/builder/remotecontext/git 1.220s coverage: 86.3% of statements [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/cli [no test files] [2022-03-20T18:51:46.909Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-20T18:51:46.909Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 69.3% of statements [2022-03-20T18:51:47.481Z] ok github.com/docker/docker/client 0.077s coverage: 75.7% of statements [2022-03-20T18:51:50.576Z] Client: Docker Engine - Community [2022-03-20T18:51:50.576Z] Version: 20.10.12 [2022-03-20T18:51:50.576Z] API version: 1.41 [2022-03-20T18:51:50.576Z] Go version: go1.16.12 [2022-03-20T18:51:50.576Z] Git commit: e91ed57 [2022-03-20T18:51:50.576Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-20T18:51:50.576Z] OS/Arch: linux/amd64 [2022-03-20T18:51:50.576Z] Context: default [2022-03-20T18:51:50.576Z] Experimental: true [2022-03-20T18:51:50.576Z] [2022-03-20T18:51:50.576Z] Server: Docker Engine - Community [2022-03-20T18:51:50.576Z] Engine: [2022-03-20T18:51:50.576Z] Version: 20.10.12 [2022-03-20T18:51:50.576Z] API version: 1.41 (minimum version 1.12) [2022-03-20T18:51:50.576Z] Go version: go1.16.12 [2022-03-20T18:51:50.576Z] Git commit: 459d0df [2022-03-20T18:51:50.576Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-20T18:51:50.576Z] OS/Arch: linux/amd64 [2022-03-20T18:51:50.576Z] Experimental: true [2022-03-20T18:51:50.576Z] containerd: [2022-03-20T18:51:50.576Z] Version: 1.4.12 [2022-03-20T18:51:50.576Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:51:50.576Z] runc: [2022-03-20T18:51:50.576Z] Version: 1.0.2 [2022-03-20T18:51:50.576Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-20T18:51:50.576Z] docker-init: [2022-03-20T18:51:50.576Z] Version: 0.19.0 [2022-03-20T18:51:50.576Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-20T18:51:50.899Z] + docker info [2022-03-20T18:52:09.011Z] Client: [2022-03-20T18:52:09.011Z] Context: default [2022-03-20T18:52:09.011Z] Debug Mode: false [2022-03-20T18:52:09.011Z] Plugins: [2022-03-20T18:52:09.011Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-20T18:52:09.011Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-20T18:52:09.011Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-20T18:52:09.011Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-20T18:52:09.011Z] [2022-03-20T18:52:09.011Z] Server: [2022-03-20T18:52:09.011Z] Containers: 0 [2022-03-20T18:52:09.011Z] Running: 0 [2022-03-20T18:52:09.011Z] Paused: 0 [2022-03-20T18:52:09.011Z] Stopped: 0 [2022-03-20T18:52:09.011Z] Images: 0 [2022-03-20T18:52:09.011Z] Server Version: 20.10.12 [2022-03-20T18:52:09.011Z] Storage Driver: overlay2 [2022-03-20T18:52:09.011Z] Backing Filesystem: extfs [2022-03-20T18:52:09.011Z] Supports d_type: true [2022-03-20T18:52:09.011Z] Native Overlay Diff: true [2022-03-20T18:52:09.011Z] userxattr: false [2022-03-20T18:52:09.011Z] Logging Driver: json-file [2022-03-20T18:52:09.011Z] Cgroup Driver: cgroupfs [2022-03-20T18:52:09.011Z] Cgroup Version: 1 [2022-03-20T18:52:09.011Z] Plugins: [2022-03-20T18:52:09.011Z] Volume: local [2022-03-20T18:52:09.011Z] Network: bridge host ipvlan macvlan null overlay [2022-03-20T18:52:09.011Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-20T18:52:09.011Z] Swarm: inactive [2022-03-20T18:52:09.011Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-20T18:52:09.011Z] Default Runtime: runc [2022-03-20T18:52:09.011Z] Init Binary: docker-init [2022-03-20T18:52:09.011Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-20T18:52:09.011Z] runc version: v1.0.2-0-g52b36a2 [2022-03-20T18:52:09.011Z] init version: de40ad0 [2022-03-20T18:52:09.011Z] Security Options: [2022-03-20T18:52:09.011Z] apparmor [2022-03-20T18:52:09.011Z] seccomp [2022-03-20T18:52:09.011Z] Profile: default [2022-03-20T18:52:09.011Z] Kernel Version: 5.4.0-1061-aws [2022-03-20T18:52:09.011Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-20T18:52:09.011Z] OSType: linux [2022-03-20T18:52:09.011Z] Architecture: x86_64 [2022-03-20T18:52:09.011Z] CPUs: 2 [2022-03-20T18:52:09.011Z] Total Memory: 7.565GiB [2022-03-20T18:52:09.011Z] Name: ip-10-100-97-114 [2022-03-20T18:52:09.011Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-20T18:52:09.011Z] Docker Root Dir: /var/lib/docker [2022-03-20T18:52:09.011Z] Debug Mode: false [2022-03-20T18:52:09.011Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:52:09.011Z] Labels: [2022-03-20T18:52:09.011Z] Experimental: true [2022-03-20T18:52:09.011Z] Insecure Registries: [2022-03-20T18:52:09.011Z] 127.0.0.0/8 [2022-03-20T18:52:09.011Z] Live Restore Enabled: true [2022-03-20T18:52:09.011Z] [2022-03-20T18:52:09.011Z] WARNING: No swap limit support [Pipeline] sh [2022-03-20T18:52:09.306Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:52:09.307Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:52:09.307Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42624/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-20T18:52:09.307Z] + bash /home/ubuntu/workspace/moby_PR-42624/check-config.sh [2022-03-20T18:52:09.307Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-20T18:52:09.307Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-20T18:52:09.307Z] [2022-03-20T18:52:09.307Z] Generally Necessary: [2022-03-20T18:52:09.307Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-20T18:52:09.307Z] - apparmor: enabled and tools installed [2022-03-20T18:52:09.307Z] - CONFIG_NAMESPACES: enabled [2022-03-20T18:52:09.307Z] - CONFIG_NET_NS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_PID_NS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_IPC_NS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_UTS_NS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CGROUPS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CPUSETS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_MEMCG: enabled [2022-03-20T18:52:09.307Z] - CONFIG_KEYS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_VETH: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-20T18:52:09.307Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-20T18:52:09.307Z] - CONFIG_CGROUP_BPF: enabled [2022-03-20T18:52:09.307Z] [2022-03-20T18:52:09.307Z] Optional Features: [2022-03-20T18:52:09.307Z] - CONFIG_USER_NS: enabled [2022-03-20T18:52:09.307Z] - CONFIG_SECCOMP: enabled [2022-03-20T18:52:09.592Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-20T18:52:09.592Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-20T18:52:09.592Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-20T18:52:09.592Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-20T18:52:09.592Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-20T18:52:09.592Z] - CONFIG_BLK_CGROUP: enabled [2022-03-20T18:52:09.592Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-20T18:52:09.592Z] - CONFIG_CGROUP_PERF: enabled [2022-03-20T18:52:09.592Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-20T18:52:09.592Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-20T18:52:09.592Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-20T18:52:09.592Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-20T18:52:09.592Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-20T18:52:09.593Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-20T18:52:09.593Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-20T18:52:09.593Z] - CONFIG_IP_VS: enabled (as module) [2022-03-20T18:52:09.593Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-20T18:52:09.593Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-20T18:52:09.593Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-20T18:52:09.593Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-20T18:52:09.593Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-20T18:52:09.593Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-20T18:52:09.593Z] - CONFIG_EXT4_FS: enabled [2022-03-20T18:52:09.593Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-20T18:52:09.593Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-20T18:52:09.593Z] - Network Drivers: [2022-03-20T18:52:09.593Z] - "overlay": [2022-03-20T18:52:09.593Z] - CONFIG_VXLAN: enabled (as module) [2022-03-20T18:52:09.593Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-20T18:52:09.593Z] Optional (for encrypted networks): [2022-03-20T18:52:09.861Z] - CONFIG_CRYPTO: enabled [2022-03-20T18:52:09.861Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-20T18:52:09.861Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-20T18:52:09.861Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-20T18:52:09.861Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-20T18:52:09.861Z] - CONFIG_XFRM: enabled [2022-03-20T18:52:09.861Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-20T18:52:09.861Z] - "ipvlan": [2022-03-20T18:52:09.861Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-20T18:52:09.861Z] - "macvlan": [2022-03-20T18:52:09.861Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_DUMMY: enabled (as module) [2022-03-20T18:52:09.861Z] - "ftp,tftp client in container": [2022-03-20T18:52:09.861Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-20T18:52:09.861Z] - Storage Drivers: [2022-03-20T18:52:09.861Z] - "aufs": [2022-03-20T18:52:09.861Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-20T18:52:09.861Z] - "btrfs": [2022-03-20T18:52:09.861Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-20T18:52:09.861Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-20T18:52:09.861Z] - "devicemapper": [2022-03-20T18:52:09.861Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-20T18:52:09.861Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-20T18:52:09.861Z] - "overlay": [2022-03-20T18:52:09.861Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-20T18:52:09.861Z] - "zfs": [2022-03-20T18:52:09.861Z] - /dev/zfs: present [2022-03-20T18:52:09.861Z] - zfs command: missing [2022-03-20T18:52:09.861Z] - zpool command: missing [2022-03-20T18:52:09.861Z] [2022-03-20T18:52:09.861Z] Limits: [2022-03-20T18:52:09.861Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-20T18:52:09.861Z] [2022-03-20T18:52:09.861Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-20T18:52:10.216Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 . [2022-03-20T18:52:10.268Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:52:10.475Z] #2 [internal] load .dockerignore [2022-03-20T18:52:10.475Z] #2 sha256:a4a1b334dc57550468f1bf34b4c5915ed21e4fbbe1a83592c0234641836b27b5 [2022-03-20T18:52:10.704Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:52:10.704Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:52:10.704Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:52:10.704Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:52:10.704Z] [2022-03-20T18:52:10.704Z] + TEST_INTEGRATION_DEST=2 [2022-03-20T18:52:10.704Z] + CONTAINER_NAME=docker-pr6-2 [2022-03-20T18:52:10.704Z] + TEST_SKIP_INTEGRATION=1 [2022-03-20T18:52:10.704Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-20T18:52:10.704Z] + run_tests [2022-03-20T18:52:10.704Z] + c=0 [2022-03-20T18:52:10.704Z] + '[' -n 0 ']' [2022-03-20T18:52:10.704Z] + rm= [2022-03-20T18:52:10.704Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42624/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42624/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh '' test-integration [2022-03-20T18:52:10.704Z] + TEST_INTEGRATION_DEST=1 [2022-03-20T18:52:10.704Z] + CONTAINER_NAME=docker-pr6-1 [2022-03-20T18:52:10.704Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-20T18:52:10.704Z] + run_tests test-integration-flaky [2022-03-20T18:52:10.704Z] + '[' -n 0 ']' [2022-03-20T18:52:10.704Z] + rm= [2022-03-20T18:52:10.704Z] + TEST_INTEGRATION_DEST=3 [2022-03-20T18:52:10.704Z] + CONTAINER_NAME=docker-pr6-3 [2022-03-20T18:52:10.704Z] + TEST_SKIP_INTEGRATION=1 [2022-03-20T18:52:10.704Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-20T18:52:10.704Z] + run_tests [2022-03-20T18:52:10.704Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42624/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42624/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh test-integration-flaky test-integration [2022-03-20T18:52:10.704Z] + '[' -n 0 ']' [2022-03-20T18:52:10.704Z] + rm= [2022-03-20T18:52:10.704Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42624/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42624/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh '' test-integration [2022-03-20T18:52:10.704Z] ++ jobs -p [2022-03-20T18:52:10.704Z] + for job in $(jobs -p) [2022-03-20T18:52:10.704Z] + wait 15189 [2022-03-20T18:52:10.836Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:52:10.836Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:52:10.961Z] [2022-03-20T18:52:11.042Z] #2 transferring context: 87B done [2022-03-20T18:52:11.042Z] #2 DONE 0.7s [2022-03-20T18:52:11.042Z] [2022-03-20T18:52:11.042Z] #1 [internal] load build definition from Dockerfile [2022-03-20T18:52:11.042Z] #1 sha256:0ad02c9ba0c4e29298402fc8e77483fbd981901005b046020a649c5f23f4481b [2022-03-20T18:52:11.042Z] #1 transferring dockerfile: 16.77kB done [2022-03-20T18:52:11.042Z] #1 DONE 0.7s [2022-03-20T18:52:11.094Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:52:11.094Z] [2022-03-20T18:52:11.094Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-20T18:52:11.218Z] [2022-03-20T18:52:11.218Z] [2022-03-20T18:52:11.218Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-20T18:52:11.218Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-20T18:52:11.218Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-20T18:52:11.218Z] HOSTNAME=d95ed5a6c19a [2022-03-20T18:52:11.218Z] TEST_SKIP_INTEGRATION=1 [2022-03-20T18:52:11.218Z] TESTDEBUG=0 [2022-03-20T18:52:11.218Z] DEST=bundles/test-integration [2022-03-20T18:52:11.218Z] PWD=/go/src/github.com/docker/docker [2022-03-20T18:52:11.218Z] KEEPBUNDLE=1 [2022-03-20T18:52:11.218Z] DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:52:11.218Z] container=docker [2022-03-20T18:52:11.218Z] HOME=/root [2022-03-20T18:52:11.218Z] GOLANG_VERSION=1.18 [2022-03-20T18:52:11.218Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-20T18:52:11.218Z] VALIDATE_BRANCH=master [2022-03-20T18:52:11.218Z] TERM=xterm [2022-03-20T18:52:11.218Z] DOCKER_PKG=github.com/docker/docker [2022-03-20T18:52:11.218Z] SHLVL=1 [2022-03-20T18:52:11.218Z] TIMEOUT=120m [2022-03-20T18:52:11.218Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-20T18:52:11.218Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-20T18:52:11.218Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-20T18:52:11.218Z] GO111MODULE=off [2022-03-20T18:52:11.218Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-20T18:52:11.218Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-20T18:52:11.218Z] GOPATH=/go [2022-03-20T18:52:11.218Z] PKG_CONFIG=pkg-config [2022-03-20T18:52:11.218Z] _=/usr/bin/env [2022-03-20T18:52:11.218Z] Building test suite binary ./integration-cli/test.main [2022-03-20T18:52:11.218Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-20T18:52:11.218Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-20T18:52:11.218Z] HOSTNAME=29bd13bbc3a8 [2022-03-20T18:52:11.218Z] TEST_SKIP_INTEGRATION=1 [2022-03-20T18:52:11.218Z] TESTDEBUG=0 [2022-03-20T18:52:11.218Z] DEST=bundles/test-integration [2022-03-20T18:52:11.218Z] PWD=/go/src/github.com/docker/docker [2022-03-20T18:52:11.218Z] KEEPBUNDLE=1 [2022-03-20T18:52:11.218Z] DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:52:11.218Z] container=docker [2022-03-20T18:52:11.218Z] HOME=/root [2022-03-20T18:52:11.218Z] GOLANG_VERSION=1.18 [2022-03-20T18:52:11.218Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-20T18:52:11.218Z] VALIDATE_BRANCH=master [2022-03-20T18:52:11.218Z] TERM=xterm [2022-03-20T18:52:11.218Z] DOCKER_PKG=github.com/docker/docker [2022-03-20T18:52:11.218Z] SHLVL=1 [2022-03-20T18:52:11.218Z] TIMEOUT=120m [2022-03-20T18:52:11.218Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-20T18:52:11.218Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-20T18:52:11.218Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-20T18:52:11.218Z] GO111MODULE=off [2022-03-20T18:52:11.218Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-20T18:52:11.218Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-20T18:52:11.218Z] GOPATH=/go [2022-03-20T18:52:11.218Z] PKG_CONFIG=pkg-config [2022-03-20T18:52:11.218Z] _=/usr/bin/env [2022-03-20T18:52:11.218Z] Building test suite binary ./integration-cli/test.main [2022-03-20T18:52:11.301Z] [2022-03-20T18:52:11.302Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-20T18:52:11.302Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-20T18:52:11.352Z] DOCKER_SYSTEMD=1 [2022-03-20T18:52:11.352Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-20T18:52:11.352Z] HOSTNAME=6cc09afe28d9 [2022-03-20T18:52:11.352Z] DEST=bundles/test-integration [2022-03-20T18:52:11.352Z] PWD=/go/src/github.com/docker/docker [2022-03-20T18:52:11.352Z] DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:52:11.352Z] container=docker [2022-03-20T18:52:11.352Z] HOME=/root [2022-03-20T18:52:11.352Z] LANG=C.UTF-8 [2022-03-20T18:52:11.352Z] INVOCATION_ID=2ef8b319d94346649c68d0ca4fa03dee [2022-03-20T18:52:11.352Z] GOLANG_VERSION=1.18 [2022-03-20T18:52:11.352Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-20T18:52:11.352Z] VALIDATE_BRANCH=master [2022-03-20T18:52:11.352Z] TERM=xterm [2022-03-20T18:52:11.352Z] DOCKER_PKG=github.com/docker/docker [2022-03-20T18:52:11.352Z] SHLVL=3 [2022-03-20T18:52:11.352Z] TIMEOUT=120m [2022-03-20T18:52:11.352Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-20T18:52:11.352Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-20T18:52:11.352Z] GO111MODULE=off [2022-03-20T18:52:11.352Z] DOCKER_EXPERIMENTAL=1 [2022-03-20T18:52:11.352Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-20T18:52:11.352Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-20T18:52:11.352Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-20T18:52:11.352Z] GOPATH=/go [2022-03-20T18:52:11.352Z] PKG_CONFIG=pkg-config [2022-03-20T18:52:11.352Z] _=/usr/bin/env [2022-03-20T18:52:11.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-20T18:52:11.475Z] No new tests added to integration. [2022-03-20T18:52:11.475Z] [2022-03-20T18:52:11.475Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-20T18:52:11.560Z] #3 DONE 0.4s [2022-03-20T18:52:11.560Z] [2022-03-20T18:52:11.560Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-20T18:52:11.560Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-20T18:52:11.560Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-20T18:52:11.560Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-03-20T18:52:11.560Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-20T18:52:11.560Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-20T18:52:11.820Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-20T18:52:11.820Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-20T18:52:11.820Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-20T18:52:11.820Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-20T18:52:12.388Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-20T18:52:12.648Z] #4 DONE 0.9s [2022-03-20T18:52:12.648Z] [2022-03-20T18:52:12.648Z] #6 [internal] load build definition from Dockerfile [2022-03-20T18:52:12.648Z] #6 sha256:2930162289039775329811ba59110ce183f64fd5bb0d04bb0059b893f678a128 [2022-03-20T18:52:12.648Z] #6 DONE 0.0s [2022-03-20T18:52:12.648Z] [2022-03-20T18:52:12.648Z] #5 [internal] load .dockerignore [2022-03-20T18:52:12.648Z] #5 sha256:817421bc81fbec59494c7e662a24db186c2d545e8d6fc05d2498f9f877728f0f [2022-03-20T18:52:12.648Z] #5 DONE 0.0s [2022-03-20T18:52:12.648Z] [2022-03-20T18:52:12.648Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-20T18:52:12.648Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-20T18:52:13.367Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-20T18:52:13.367Z] HOSTNAME=a9d5340de5b1 [2022-03-20T18:52:13.367Z] TESTDEBUG=0 [2022-03-20T18:52:13.367Z] DEST=bundles/test-integration [2022-03-20T18:52:13.367Z] PWD=/go/src/github.com/docker/docker [2022-03-20T18:52:13.367Z] KEEPBUNDLE=1 [2022-03-20T18:52:13.367Z] DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:52:13.367Z] container=docker [2022-03-20T18:52:13.367Z] HOME=/root [2022-03-20T18:52:13.367Z] GOLANG_VERSION=1.18 [2022-03-20T18:52:13.367Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-20T18:52:13.367Z] VALIDATE_BRANCH=master [2022-03-20T18:52:13.367Z] TERM=xterm [2022-03-20T18:52:13.367Z] DOCKER_PKG=github.com/docker/docker [2022-03-20T18:52:13.367Z] SHLVL=1 [2022-03-20T18:52:13.367Z] TIMEOUT=120m [2022-03-20T18:52:13.367Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-20T18:52:13.367Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-20T18:52:13.367Z] GO111MODULE=off [2022-03-20T18:52:13.367Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-20T18:52:13.367Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-20T18:52:13.367Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-20T18:52:13.367Z] GOPATH=/go [2022-03-20T18:52:13.367Z] PKG_CONFIG=pkg-config [2022-03-20T18:52:13.367Z] _=/usr/bin/env [2022-03-20T18:52:13.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-20T18:52:13.593Z] #10 DONE 0.8s [2022-03-20T18:52:13.593Z] [2022-03-20T18:52:13.593Z] #9 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-20T18:52:13.593Z] #9 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-20T18:52:13.593Z] #9 DONE 0.7s [2022-03-20T18:52:13.593Z] [2022-03-20T18:52:13.593Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:52:13.593Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-20T18:52:13.593Z] #8 DONE 0.9s [2022-03-20T18:52:13.593Z] [2022-03-20T18:52:13.593Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-20T18:52:13.593Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-20T18:52:13.593Z] #7 DONE 0.9s [2022-03-20T18:52:13.858Z] [2022-03-20T18:52:13.858Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:52:13.858Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-20T18:52:13.858Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-20T18:52:13.858Z] #69 DONE 0.0s [2022-03-20T18:52:13.858Z] [2022-03-20T18:52:13.858Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:52:13.858Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:52:13.858Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-20T18:52:14.132Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-20T18:52:14.132Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-20T18:52:14.132Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-20T18:52:14.132Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.0s [2022-03-20T18:52:14.397Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 0.2s [2022-03-20T18:52:14.397Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.18MB / 9.86MB 0.4s [2022-03-20T18:52:14.661Z] #67 ... [2022-03-20T18:52:14.661Z] [2022-03-20T18:52:14.661Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-20T18:52:14.661Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-20T18:52:14.661Z] #45 DONE 0.0s [2022-03-20T18:52:14.661Z] [2022-03-20T18:52:14.661Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:52:14.661Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:52:14.661Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.76MB / 9.86MB 0.4s [2022-03-20T18:52:14.661Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s [2022-03-20T18:52:14.921Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-03-20T18:52:14.921Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-03-20T18:52:19.613Z] ok github.com/docker/docker/cmd/dockerd 0.077s coverage: 29.3% of statements [2022-03-20T18:52:19.613Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-03-20T18:52:19.613Z] ok github.com/docker/docker/cmd/dockerd/trap 2.481s coverage: 0.0% of statements [2022-03-20T18:52:19.613Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-20T18:52:19.613Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-20T18:52:19.613Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-20T18:52:19.613Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-20T18:52:19.613Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-20T18:52:20.213Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.9s done [2022-03-20T18:52:20.213Z] #67 ... [2022-03-20T18:52:20.213Z] [2022-03-20T18:52:20.213Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:20.213Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:20.213Z] #11 resolve docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f 0.1s done [2022-03-20T18:52:20.213Z] #11 sha256:3abbb425095abbb927320e16da1338a3b51f8e40fc3df94fc4ab4dd3b3363689 7.03kB / 7.03kB done [2022-03-20T18:52:20.213Z] #11 sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f 1.86kB / 1.86kB done [2022-03-20T18:52:20.213Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 54.92MB / 54.92MB 3.4s done [2022-03-20T18:52:20.213Z] #11 sha256:996ee073842215953635bcc11b2cda8775b543dbe4a903a6792ad7dd4dcd0017 1.80kB / 1.80kB done [2022-03-20T18:52:20.213Z] #11 sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 5.15MB / 5.15MB 1.1s done [2022-03-20T18:52:20.213Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 54.58MB / 54.58MB 4.2s done [2022-03-20T18:52:20.213Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 10.87MB / 10.87MB 2.2s done [2022-03-20T18:52:20.213Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 85.83MB / 85.83MB 6.3s [2022-03-20T18:52:20.213Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 57.67MB / 141.70MB 6.3s [2022-03-20T18:52:20.213Z] #11 sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 156B / 156B 4.5s done [2022-03-20T18:52:20.213Z] #11 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 1.6s [2022-03-20T18:52:20.474Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 85.83MB / 85.83MB 6.3s done [2022-03-20T18:52:20.734Z] #11 ... [2022-03-20T18:52:20.734Z] [2022-03-20T18:52:20.734Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:52:20.734Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-20T18:52:20.734Z] #67 DONE 6.5s [2022-03-20T18:52:20.734Z] [2022-03-20T18:52:20.734Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:20.735Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:20.735Z] #11 ... [2022-03-20T18:52:20.735Z] [2022-03-20T18:52:20.735Z] #24 [internal] load build context [2022-03-20T18:52:20.735Z] #24 sha256:567f2d3ac0f1e483eb33d75d8a4996b3fb4b447c7d1938680afd0102f23e0f34 [2022-03-20T18:52:20.735Z] #24 transferring context: 37.77MB 6.6s [2022-03-20T18:52:20.735Z] #24 ... [2022-03-20T18:52:20.735Z] [2022-03-20T18:52:20.735Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:20.735Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:20.735Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 67.11MB / 141.70MB 6.7s [2022-03-20T18:52:21.306Z] #11 ... [2022-03-20T18:52:21.306Z] [2022-03-20T18:52:21.306Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-20T18:52:21.306Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-20T18:52:21.306Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-20T18:52:21.306Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-20T18:52:21.306Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-20T18:52:21.306Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2022-03-20T18:52:21.306Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done [2022-03-20T18:52:21.306Z] #69 DONE 7.1s [2022-03-20T18:52:21.306Z] [2022-03-20T18:52:21.306Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:21.306Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:21.306Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 76.55MB / 141.70MB 7.0s [2022-03-20T18:52:21.306Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 83.89MB / 141.70MB 7.3s [2022-03-20T18:52:21.565Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 91.23MB / 141.70MB 7.4s [2022-03-20T18:52:21.565Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 98.57MB / 141.70MB 7.5s [2022-03-20T18:52:22.141Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 110.10MB / 141.70MB 8.0s [2022-03-20T18:52:22.400Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 118.49MB / 141.70MB 8.4s [2022-03-20T18:52:22.971Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 126.88MB / 141.70MB 8.7s [2022-03-20T18:52:22.971Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 137.22MB / 141.70MB 8.9s [2022-03-20T18:52:23.823Z] ok github.com/docker/docker/daemon/cluster 0.055s coverage: 0.5% of statements [2022-03-20T18:52:24.354Z] #11 ... [2022-03-20T18:52:24.354Z] [2022-03-20T18:52:24.354Z] #24 [internal] load build context [2022-03-20T18:52:24.354Z] #24 sha256:567f2d3ac0f1e483eb33d75d8a4996b3fb4b447c7d1938680afd0102f23e0f34 [2022-03-20T18:52:24.354Z] #24 transferring context: 58.75MB 9.1s done [2022-03-20T18:52:24.354Z] #24 DONE 10.0s [2022-03-20T18:52:24.354Z] [2022-03-20T18:52:24.354Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:24.354Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:24.354Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 141.70MB / 141.70MB 9.9s done [2022-03-20T18:52:24.354Z] #11 ... [2022-03-20T18:52:24.354Z] [2022-03-20T18:52:24.354Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-20T18:52:24.354Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-20T18:52:24.354Z] #28 resolve docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf 0.0s done [2022-03-20T18:52:24.354Z] #28 sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf 1.85kB / 1.85kB done [2022-03-20T18:52:24.354Z] #28 sha256:039f72a400b48c272c6348f0a3f749509b18e611901a21379abc7eb6edd53392 529B / 529B done [2022-03-20T18:52:24.354Z] #28 sha256:48c562c706d6a8a0c1c40f02b95506b20233c4f0261cc07e4e40f0c6e3673163 1.46kB / 1.46kB done [2022-03-20T18:52:24.354Z] #28 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 54.92MB / 54.92MB 3.4s done [2022-03-20T18:52:24.354Z] #28 ... [2022-03-20T18:52:24.354Z] [2022-03-20T18:52:24.355Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:24.355Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:25.741Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.017s coverage: 65.3% of statements [2022-03-20T18:52:25.768Z] #11 ... [2022-03-20T18:52:25.768Z] [2022-03-20T18:52:25.768Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-20T18:52:25.768Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-20T18:52:25.768Z] #68 DONE 0.9s [2022-03-20T18:52:25.768Z] [2022-03-20T18:52:25.768Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-20T18:52:25.768Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-20T18:52:25.768Z] #28 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 7.7s [2022-03-20T18:52:25.768Z] #28 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 7.8s done [2022-03-20T18:52:26.352Z] #28 DONE 12.4s [2022-03-20T18:52:26.352Z] [2022-03-20T18:52:26.352Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-20T18:52:26.352Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-20T18:52:26.352Z] #70 DONE 1.0s [2022-03-20T18:52:26.352Z] [2022-03-20T18:52:26.352Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-20T18:52:26.352Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-20T18:52:27.131Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-03-20T18:52:27.738Z] #29 1.063 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-20T18:52:27.738Z] #29 1.074 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-20T18:52:27.738Z] #29 1.079 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-20T18:52:27.738Z] #29 1.228 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-20T18:52:27.998Z] #29 1.449 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-20T18:52:28.257Z] #29 1.798 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-20T18:52:30.174Z] #29 3.320 Fetched 8506 kB in 3s (3374 kB/s) [2022-03-20T18:52:30.745Z] #29 3.320 Reading package lists... [2022-03-20T18:52:31.317Z] #29 4.140 Reading package lists... [2022-03-20T18:52:31.578Z] #29 4.960 Building dependency tree... [2022-03-20T18:52:31.838Z] #29 5.297 The following additional packages will be installed: [2022-03-20T18:52:31.838Z] #29 5.297 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-20T18:52:31.838Z] #29 5.300 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-20T18:52:31.838Z] #29 5.300 Recommended packages: [2022-03-20T18:52:31.838Z] #29 5.300 libldap-common publicsuffix libsasl2-modules [2022-03-20T18:52:31.838Z] #29 5.508 The following NEW packages will be installed: [2022-03-20T18:52:31.838Z] #29 5.508 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-20T18:52:31.838Z] #29 5.508 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-20T18:52:31.838Z] #29 5.508 libssh2-1 openssl [2022-03-20T18:52:32.097Z] #29 5.801 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-20T18:52:32.097Z] #29 5.801 Need to get 3038 kB of archives. [2022-03-20T18:52:32.097Z] #29 5.801 After this operation, 6650 kB of additional disk space will be used. [2022-03-20T18:52:32.097Z] #29 5.801 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-20T18:52:32.357Z] #29 5.817 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-20T18:52:32.357Z] #29 5.817 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u2 [850 kB] [2022-03-20T18:52:32.357Z] #29 5.817 Get:4 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-20T18:52:32.357Z] #29 5.829 Get:5 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-20T18:52:32.357Z] #29 5.843 Get:6 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-20T18:52:32.357Z] #29 5.843 Get:7 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-20T18:52:32.357Z] #29 5.843 Get:8 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-20T18:52:32.357Z] #29 5.843 Get:9 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-20T18:52:32.357Z] #29 5.843 Get:10 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-20T18:52:32.357Z] #29 5.853 Get:11 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-20T18:52:32.357Z] #29 5.853 Get:12 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-20T18:52:32.357Z] #29 5.853 Get:13 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-20T18:52:32.357Z] #29 5.853 Get:14 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-20T18:52:32.357Z] #29 5.864 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-20T18:52:32.616Z] #29 6.123 debconf: delaying package configuration, since apt-utils is not installed [2022-03-20T18:52:32.616Z] #29 6.165 Fetched 3038 kB in 0s (8948 kB/s) [2022-03-20T18:52:32.616Z] #29 6.196 Selecting previously unselected package openssl. [2022-03-20T18:52:32.616Z] #29 6.196 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-20T18:52:32.616Z] #29 6.196 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u2_amd64.deb ... [2022-03-20T18:52:32.876Z] #29 6.210 Unpacking openssl (1.1.1k-1+deb11u2) ... [2022-03-20T18:52:32.876Z] #29 6.432 Selecting previously unselected package ca-certificates. [2022-03-20T18:52:32.876Z] #29 6.432 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-20T18:52:32.876Z] #29 6.437 Unpacking ca-certificates (20210119) ... [2022-03-20T18:52:33.137Z] #29 6.557 Selecting previously unselected package libbrotli1:amd64. [2022-03-20T18:52:33.137Z] #29 6.559 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-20T18:52:33.137Z] #29 6.604 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-20T18:52:33.137Z] #29 6.711 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-20T18:52:33.137Z] #29 6.711 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-20T18:52:33.137Z] #29 6.715 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-20T18:52:33.137Z] #29 6.804 Selecting previously unselected package libsasl2-2:amd64. [2022-03-20T18:52:33.137Z] #29 6.804 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-20T18:52:33.395Z] #29 6.807 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-20T18:52:33.395Z] #29 6.946 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-20T18:52:33.395Z] #29 6.946 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-20T18:52:33.395Z] #29 6.948 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-20T18:52:33.395Z] #29 7.049 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-20T18:52:33.395Z] #29 7.049 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-20T18:52:33.654Z] #29 7.053 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-20T18:52:33.654Z] #29 7.184 Selecting previously unselected package libpsl5:amd64. [2022-03-20T18:52:33.654Z] #29 7.184 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-20T18:52:33.654Z] #29 7.196 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-20T18:52:33.654Z] #29 7.272 Selecting previously unselected package librtmp1:amd64. [2022-03-20T18:52:33.654Z] #29 7.272 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-20T18:52:33.724Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-03-20T18:52:33.913Z] #29 7.326 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-20T18:52:33.913Z] #29 7.380 Selecting previously unselected package libssh2-1:amd64. [2022-03-20T18:52:33.913Z] #29 7.380 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-20T18:52:33.913Z] #29 7.392 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-20T18:52:33.913Z] #29 7.447 Selecting previously unselected package libcurl4:amd64. [2022-03-20T18:52:33.913Z] #29 7.447 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-20T18:52:33.913Z] #29 7.455 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-20T18:52:34.178Z] #29 7.542 Selecting previously unselected package curl. [2022-03-20T18:52:34.178Z] #29 7.542 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-20T18:52:34.178Z] #29 7.552 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-20T18:52:34.178Z] #29 7.649 Selecting previously unselected package libonig5:amd64. [2022-03-20T18:52:34.178Z] #29 7.649 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-20T18:52:34.178Z] #29 7.649 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-20T18:52:34.178Z] #29 7.696 Selecting previously unselected package libjq1:amd64. [2022-03-20T18:52:34.178Z] #29 7.696 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-20T18:52:34.178Z] #29 7.701 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-20T18:52:34.178Z] #29 7.796 Selecting previously unselected package jq. [2022-03-20T18:52:34.178Z] #29 7.796 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-20T18:52:34.178Z] #29 7.801 Unpacking jq (1.6-2.1) ... [2022-03-20T18:52:34.178Z] #29 7.862 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-20T18:52:34.178Z] #29 7.876 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-20T18:52:34.178Z] #29 7.900 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-20T18:52:34.295Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.0% of statements [2022-03-20T18:52:34.437Z] #29 7.912 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-20T18:52:34.437Z] #29 7.926 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-20T18:52:34.437Z] #29 7.936 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-20T18:52:34.437Z] #29 7.946 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-20T18:52:34.437Z] #29 7.966 Setting up openssl (1.1.1k-1+deb11u2) ... [2022-03-20T18:52:34.437Z] #29 7.995 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-20T18:52:34.437Z] #29 8.006 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-20T18:52:34.437Z] #29 8.027 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-20T18:52:34.437Z] #29 8.128 Setting up ca-certificates (20210119) ... [2022-03-20T18:52:34.867Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-20T18:52:35.379Z] #29 8.807 Updating certificates in /etc/ssl/certs... [2022-03-20T18:52:35.438Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-03-20T18:52:36.012Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.006s coverage: 4.2% of statements [2022-03-20T18:52:36.324Z] #29 ... [2022-03-20T18:52:36.324Z] [2022-03-20T18:52:36.324Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:36.324Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:36.324Z] #11 extracting sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 0.9s done [2022-03-20T18:52:36.324Z] #11 extracting sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 0.7s done [2022-03-20T18:52:36.324Z] #11 extracting sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 7.6s done [2022-03-20T18:52:36.324Z] #11 extracting sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d [2022-03-20T18:52:36.324Z] #11 ... [2022-03-20T18:52:36.324Z] [2022-03-20T18:52:36.324Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-20T18:52:36.324Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-20T18:52:36.324Z] #29 9.865 129 added, 0 removed; done. [2022-03-20T18:52:36.324Z] #29 9.928 Setting up jq (1.6-2.1) ... [2022-03-20T18:52:36.585Z] #29 9.942 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-20T18:52:36.585Z] #29 9.956 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-20T18:52:36.585Z] #29 9.978 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-20T18:52:36.585Z] #29 10.01 Processing triggers for ca-certificates (20210119) ... [2022-03-20T18:52:36.585Z] #29 10.02 Updating certificates in /etc/ssl/certs... [2022-03-20T18:52:36.956Z] ok github.com/docker/docker/daemon 10.103s coverage: 17.1% of statements [2022-03-20T18:52:36.956Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-20T18:52:36.956Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-20T18:52:36.956Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-20T18:52:36.956Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-20T18:52:37.527Z] #29 11.01 0 added, 0 removed; done. [2022-03-20T18:52:37.527Z] #29 11.01 Running hooks in /etc/ca-certificates/update.d... [2022-03-20T18:52:37.527Z] #29 11.01 done. [2022-03-20T18:52:37.530Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.0% of statements [2022-03-20T18:52:38.105Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.278s coverage: 56.2% of statements [2022-03-20T18:52:39.050Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-03-20T18:52:40.081Z] #29 DONE 13.6s [2022-03-20T18:52:40.081Z] [2022-03-20T18:52:40.081Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:40.081Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:40.440Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.216s coverage: 50.5% of statements [2022-03-20T18:52:40.650Z] #11 ... [2022-03-20T18:52:40.650Z] [2022-03-20T18:52:40.650Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-20T18:52:40.650Z] #30 sha256:425900bb5520dc4f0c73397ae7da2fcf466bacd344f7ed6caa68f98ff2d4b398 [2022-03-20T18:52:40.650Z] #30 DONE 0.4s [2022-03-20T18:52:40.650Z] [2022-03-20T18:52:40.650Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:40.650Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:41.014Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.769s coverage: 45.9% of statements [2022-03-20T18:52:41.014Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-20T18:52:41.221Z] #11 extracting sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 5.1s [2022-03-20T18:52:41.959Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-03-20T18:52:42.223Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.691s coverage: 58.0% of statements [2022-03-20T18:52:42.223Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-20T18:52:42.223Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-20T18:52:42.609Z] #11 extracting sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 6.3s done [2022-03-20T18:52:42.796Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 2.9% of statements [2022-03-20T18:52:42.870Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e [2022-03-20T18:52:43.059Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-03-20T18:52:44.445Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 6.6% of statements [2022-03-20T18:52:44.445Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-20T18:52:44.445Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-20T18:52:44.445Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 43.0% of statements [2022-03-20T18:52:45.389Z] ok github.com/docker/docker/daemon/logger/fluentd 0.008s coverage: 33.6% of statements [2022-03-20T18:52:45.389Z] ok github.com/docker/docker/daemon/logger/awslogs 0.148s coverage: 80.2% of statements [2022-03-20T18:52:45.389Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-20T18:52:45.962Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-03-20T18:52:45.962Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2022-03-20T18:52:46.534Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2022-03-20T18:52:46.534Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.011s coverage: 69.9% of statements [2022-03-20T18:52:47.108Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 78.7% of statements [2022-03-20T18:52:47.108Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-20T18:52:47.683Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 59.1% of statements [2022-03-20T18:52:47.945Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.045s coverage: 31.5% of statements [2022-03-20T18:52:48.153Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 5.0s [2022-03-20T18:52:48.519Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 46.8% of statements [2022-03-20T18:52:48.781Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-20T18:52:49.354Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2022-03-20T18:52:50.300Z] ok github.com/docker/docker/daemon/logger/splunk 1.521s coverage: 82.5% of statements [2022-03-20T18:52:50.300Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-20T18:52:50.300Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-20T18:52:50.703Z] #11 ... [2022-03-20T18:52:50.703Z] [2022-03-20T18:52:50.703Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-20T18:52:50.703Z] #31 sha256:f85977fab3f56c76d2952015e500539fbd9f93d55a9ef2908fd96e7d0f157f93 [2022-03-20T18:52:50.703Z] #31 1.878 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-20T18:52:50.703Z] #31 2.192 [2022-03-20T18:52:50.703Z] #31 2.418 #=#=# ######################################################################## 100.0% [2022-03-20T18:52:50.703Z] #31 2.696 [2022-03-20T18:52:50.703Z] #31 3.782 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-20T18:52:50.703Z] #31 4.100 [2022-03-20T18:52:50.703Z] #31 4.337 #=#=# ######################################################################## 100.0% [2022-03-20T18:52:50.703Z] #31 4.645 [2022-03-20T18:52:50.703Z] #31 5.644 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-20T18:52:50.703Z] #31 5.965 [2022-03-20T18:52:50.703Z] #31 6.197 #=#=# 0.1% ########################################### 60.1% ######################################################################## 100.0% [2022-03-20T18:52:50.703Z] #31 6.831 [2022-03-20T18:52:50.703Z] #31 7.898 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-20T18:52:50.703Z] #31 8.293 [2022-03-20T18:52:50.703Z] #31 8.518 #=#=# ######################################################################## 100.0% [2022-03-20T18:52:50.703Z] #31 8.866 [2022-03-20T18:52:50.703Z] #31 9.670 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-20T18:52:50.703Z] #31 9.995 [2022-03-20T18:52:50.703Z] #31 ... [2022-03-20T18:52:50.703Z] [2022-03-20T18:52:50.703Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:50.703Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:50.874Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2022-03-20T18:52:51.135Z] ok github.com/docker/docker/distribution 0.607s coverage: 28.4% of statements [2022-03-20T18:52:51.135Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-20T18:52:51.712Z] ok github.com/docker/docker/errdefs 0.004s coverage: 64.4% of statements [2022-03-20T18:52:52.658Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-03-20T18:52:52.919Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2022-03-20T18:52:53.242Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 10.1s [2022-03-20T18:52:53.493Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-20T18:52:53.493Z] ok github.com/docker/docker/distribution/xfer 1.911s coverage: 84.9% of statements [2022-03-20T18:52:53.493Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-20T18:52:53.493Z] ? github.com/docker/docker/errdefs/adapter [no test files] [2022-03-20T18:52:53.755Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-03-20T18:52:53.755Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-20T18:52:54.017Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2022-03-20T18:52:54.622Z] #11 ... [2022-03-20T18:52:54.622Z] [2022-03-20T18:52:54.622Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-20T18:52:54.622Z] #31 sha256:f85977fab3f56c76d2952015e500539fbd9f93d55a9ef2908fd96e7d0f157f93 [2022-03-20T18:52:54.622Z] #31 10.23 #=#=# ######################################################################## 100.0% [2022-03-20T18:52:54.622Z] #31 10.52 [2022-03-20T18:52:54.622Z] #31 10.59 Download of images into '/build' complete. [2022-03-20T18:52:54.622Z] #31 10.59 Use something like the following to load the result into a Docker daemon: [2022-03-20T18:52:54.622Z] #31 10.59 tar -cC '/build' . | docker load [2022-03-20T18:52:54.622Z] #31 DONE 14.0s [2022-03-20T18:52:54.622Z] [2022-03-20T18:52:54.622Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:d2910b0318d7e10ba05268a0f0a47c40cb888d466d6a389dfd0ed297c39eb72f [2022-03-20T18:52:54.622Z] #11 sha256:3ed169a40a601095d3eb9ccf35cf0d2bb045d951f34ca8363692c46ef3d16b87 [2022-03-20T18:52:54.960Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2022-03-20T18:52:55.005Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|name|exports_file|files|imports) took 2m44.079002656s [2022-03-20T18:52:55.005Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-03-20T18:52:55.005Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 498.182445ms [2022-03-20T18:52:55.531Z] ok github.com/docker/docker/opts 0.017s coverage: 66.3% of statements [2022-03-20T18:52:55.531Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-20T18:52:56.147Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 13.5s done [2022-03-20T18:52:56.725Z] #11 extracting sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 done [2022-03-20T18:52:56.725Z] #11 DONE 42.8s [2022-03-20T18:52:56.917Z] ok github.com/docker/docker/pkg/archive 0.263s coverage: 82.5% of statements [2022-03-20T18:52:57.001Z] [2022-03-20T18:52:57.001Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-20T18:52:57.001Z] #12 sha256:1cb0a076596a867d890505101de46901c1031fdc3e89761eee482885eb607867 [2022-03-20T18:52:57.607Z] #12 DONE 0.7s [2022-03-20T18:52:57.607Z] [2022-03-20T18:52:57.607Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-20T18:52:57.607Z] #13 sha256:7fce71f2ccecceb5de36c8f5b6a22072bd2e0caf730c33735ead4f3bbe72e69e [2022-03-20T18:52:58.176Z] #13 DONE 0.6s [2022-03-20T18:52:58.176Z] [2022-03-20T18:52:58.176Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:52:58.176Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:52:58.302Z] ok github.com/docker/docker/pkg/authorization 0.779s coverage: 68.3% of statements [2022-03-20T18:52:58.447Z] #38 ... [2022-03-20T18:52:58.447Z] [2022-03-20T18:52:58.447Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-20T18:52:58.447Z] #42 sha256:825242c01abf9d3dfd41cec47afd2faf9cb52d858e0d6a46fb8e8666b1420b83 [2022-03-20T18:52:58.447Z] #42 DONE 0.2s [2022-03-20T18:52:58.447Z] [2022-03-20T18:52:58.447Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-20T18:52:58.447Z] #33 sha256:59e3b035d417bb4fd166a26b49da84fdd26cd4db483416154079247aa5471f7b [2022-03-20T18:52:58.447Z] #33 DONE 0.3s [2022-03-20T18:52:58.447Z] [2022-03-20T18:52:58.447Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-20T18:52:58.447Z] #46 sha256:e56ef381fa2d85c626ed1c9b2b8d86f82e72603ad449979a14b9402679f053ad [2022-03-20T18:52:58.447Z] #46 DONE 0.3s [2022-03-20T18:52:58.447Z] [2022-03-20T18:52:58.447Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-20T18:52:58.447Z] #25 sha256:1fc5ef659c84b0d34893ecdc25d033f223d3cbcc2aac9573ac16349b81752fda [2022-03-20T18:52:58.447Z] #25 DONE 0.3s [2022-03-20T18:52:58.447Z] [2022-03-20T18:52:58.447Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-20T18:52:58.447Z] #62 sha256:c37e735767ce41e85f538c73e4bcf65e6ab34774926fcda1da938a625a9240c1 [2022-03-20T18:52:58.447Z] #62 DONE 0.4s [2022-03-20T18:52:58.447Z] [2022-03-20T18:52:58.447Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:52:58.447Z] #26 sha256:3005c5f88942f807861e52db94faa63b51e2f79127572b6dc7971924fcb1b6a4 [2022-03-20T18:52:58.564Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-20T18:52:58.564Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-20T18:53:01.887Z] ok github.com/docker/docker/pkg/chrootarchive 2.499s coverage: 43.5% of statements [2022-03-20T18:53:01.887Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 6.7% of statements [2022-03-20T18:53:02.153Z] ok github.com/docker/docker/layer 7.110s coverage: 69.0% of statements [2022-03-20T18:53:02.153Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-20T18:53:02.153Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-20T18:53:02.153Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-20T18:53:02.153Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-20T18:53:02.153Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-20T18:53:02.153Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-20T18:53:02.153Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2022-03-20T18:53:02.420Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-03-20T18:53:02.995Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-03-20T18:53:03.257Z] ok github.com/docker/docker/pkg/filenotify 0.624s coverage: 67.0% of statements [2022-03-20T18:53:03.257Z] ok github.com/docker/docker/pkg/fsutils 0.142s coverage: 85.1% of statements [2022-03-20T18:53:03.520Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-20T18:53:04.465Z] ok github.com/docker/docker/pkg/ioutils 0.345s coverage: 71.0% of statements [2022-03-20T18:53:04.465Z] ok github.com/docker/docker/pkg/idtools 0.555s coverage: 69.5% of statements [2022-03-20T18:53:04.727Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2022-03-20T18:53:04.727Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-20T18:53:04.727Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-20T18:53:04.727Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-03-20T18:53:04.989Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2022-03-20T18:53:04.989Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2022-03-20T18:53:05.032Z] #26 ... [2022-03-20T18:53:05.032Z] [2022-03-20T18:53:05.032Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:05.032Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:05.032Z] #14 4.785 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-20T18:53:05.032Z] #14 4.969 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-20T18:53:05.032Z] #14 5.147 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-20T18:53:05.032Z] #14 5.215 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-20T18:53:05.032Z] #14 ... [2022-03-20T18:53:05.032Z] [2022-03-20T18:53:05.032Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:53:05.032Z] #63 sha256:b796b2bc9e76f7f852d4b4319eb1a8cc214f6d97a7963937122126d1bdcb7028 [2022-03-20T18:53:05.032Z] #63 5.452 + RM_GOPATH=0 [2022-03-20T18:53:05.032Z] #63 5.452 + TMP_GOPATH= [2022-03-20T18:53:05.032Z] #63 5.452 + : /build [2022-03-20T18:53:05.032Z] #63 5.452 + '[' -z '' ']' [2022-03-20T18:53:05.032Z] #63 5.452 ++ mktemp -d [2022-03-20T18:53:05.032Z] #63 5.457 + export GOPATH=/tmp/tmp.kMowvSpUNw [2022-03-20T18:53:05.032Z] #63 5.457 + GOPATH=/tmp/tmp.kMowvSpUNw [2022-03-20T18:53:05.032Z] #63 5.457 + RM_GOPATH=1 [2022-03-20T18:53:05.032Z] #63 5.457 + case "$(go env GOARCH)" in [2022-03-20T18:53:05.032Z] #63 5.457 ++ go env GOARCH [2022-03-20T18:53:05.032Z] #63 5.482 + export GO_BUILDMODE=-buildmode=pie [2022-03-20T18:53:05.032Z] #63 5.482 + GO_BUILDMODE=-buildmode=pie [2022-03-20T18:53:05.032Z] #63 5.488 ++ dirname /install.sh [2022-03-20T18:53:05.032Z] #63 5.582 Install rootlesskit version v0.14.6 [2022-03-20T18:53:05.032Z] #63 5.582 + dir=/ [2022-03-20T18:53:05.032Z] #63 5.582 + bin=rootlesskit [2022-03-20T18:53:05.032Z] #63 5.582 + shift [2022-03-20T18:53:05.032Z] #63 5.582 + '[' '!' -f //rootlesskit.installer ']' [2022-03-20T18:53:05.032Z] #63 5.582 + . //rootlesskit.installer [2022-03-20T18:53:05.032Z] #63 5.582 ++ : v0.14.6 [2022-03-20T18:53:05.032Z] #63 5.582 + install_rootlesskit [2022-03-20T18:53:05.032Z] #63 5.582 + case "$1" in [2022-03-20T18:53:05.032Z] #63 5.582 + export CGO_ENABLED=0 [2022-03-20T18:53:05.032Z] #63 5.582 + CGO_ENABLED=0 [2022-03-20T18:53:05.032Z] #63 5.582 + _install_rootlesskit [2022-03-20T18:53:05.032Z] #63 5.582 + echo 'Install rootlesskit version v0.14.6' [2022-03-20T18:53:05.032Z] #63 5.582 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-20T18:53:05.032Z] #63 5.582 + GOBIN=/build [2022-03-20T18:53:05.032Z] #63 5.582 + GO111MODULE=on [2022-03-20T18:53:05.032Z] #63 5.582 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-20T18:53:05.032Z] #63 ... [2022-03-20T18:53:05.032Z] [2022-03-20T18:53:05.032Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:53:05.032Z] #26 sha256:3005c5f88942f807861e52db94faa63b51e2f79127572b6dc7971924fcb1b6a4 [2022-03-20T18:53:05.032Z] #26 6.040 + RM_GOPATH=0 [2022-03-20T18:53:05.032Z] #26 6.040 + TMP_GOPATH= [2022-03-20T18:53:05.032Z] #26 6.040 + : /build [2022-03-20T18:53:05.032Z] #26 6.040 + '[' -z '' ']' [2022-03-20T18:53:05.032Z] #26 6.044 ++ mktemp -d [2022-03-20T18:53:05.032Z] #26 6.044 + export GOPATH=/tmp/tmp.FeKaXJZSoo [2022-03-20T18:53:05.032Z] #26 6.044 + GOPATH=/tmp/tmp.FeKaXJZSoo [2022-03-20T18:53:05.032Z] #26 6.044 + RM_GOPATH=1 [2022-03-20T18:53:05.032Z] #26 6.044 + case "$(go env GOARCH)" in [2022-03-20T18:53:05.032Z] #26 6.044 ++ go env GOARCH [2022-03-20T18:53:05.032Z] #26 6.058 + export GO_BUILDMODE=-buildmode=pie [2022-03-20T18:53:05.032Z] #26 6.058 + GO_BUILDMODE=-buildmode=pie [2022-03-20T18:53:05.032Z] #26 6.063 ++ dirname /install.sh [2022-03-20T18:53:05.032Z] #26 6.068 + dir=/ [2022-03-20T18:53:05.032Z] #26 6.068 + bin=dockercli [2022-03-20T18:53:05.032Z] #26 6.068 + shift [2022-03-20T18:53:05.032Z] #26 6.069 + '[' '!' -f //dockercli.installer ']' [2022-03-20T18:53:05.032Z] #26 6.069 + . //dockercli.installer [2022-03-20T18:53:05.032Z] #26 6.069 ++ : stable [2022-03-20T18:53:05.032Z] #26 6.069 ++ : 17.06.2-ce [2022-03-20T18:53:05.032Z] #26 6.069 + install_dockercli [2022-03-20T18:53:05.032Z] #26 6.069 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-20T18:53:05.032Z] #26 6.076 Install docker/cli version 17.06.2-ce from stable [2022-03-20T18:53:05.032Z] #26 6.096 ++ uname -m [2022-03-20T18:53:05.032Z] #26 6.096 + arch=x86_64 [2022-03-20T18:53:05.032Z] #26 6.096 + '[' x86_64 '!=' x86_64 ']' [2022-03-20T18:53:05.032Z] #26 6.096 + url=https://download.docker.com/linux/static [2022-03-20T18:53:05.032Z] #26 6.096 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-20T18:53:05.032Z] #26 6.102 + tar -xz docker/docker [2022-03-20T18:53:05.251Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.5% of statements [2022-03-20T18:53:05.251Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2022-03-20T18:53:05.251Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-20T18:53:05.251Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-20T18:53:05.825Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2022-03-20T18:53:06.086Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-20T18:53:06.347Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-20T18:53:06.608Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-20T18:53:07.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-20T18:53:07.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-20T18:53:07.991Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-03-20T18:53:07.992Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-03-20T18:53:08.252Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-20T18:53:08.365Z] #26 ... [2022-03-20T18:53:08.365Z] [2022-03-20T18:53:08.365Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:53:08.365Z] #49 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:53:08.365Z] #49 6.390 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-20T18:53:08.365Z] #49 8.170 go: downloading github.com/fatih/color v1.10.0 [2022-03-20T18:53:08.365Z] #49 8.179 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-20T18:53:08.365Z] #49 8.259 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-20T18:53:08.365Z] #49 8.296 go: downloading github.com/pkg/errors v0.9.1 [2022-03-20T18:53:08.365Z] #49 8.876 go: downloading golang.org/x/tools v0.1.0 [2022-03-20T18:53:08.365Z] #49 9.128 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-20T18:53:08.365Z] #49 9.221 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-20T18:53:08.365Z] #49 9.273 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-20T18:53:08.365Z] #49 9.640 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-20T18:53:08.365Z] #49 ... [2022-03-20T18:53:08.365Z] [2022-03-20T18:53:08.365Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:53:08.365Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:53:08.365Z] #51 5.582 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-20T18:53:08.513Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-20T18:53:08.625Z] #51 ... [2022-03-20T18:53:08.625Z] [2022-03-20T18:53:08.625Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:53:08.625Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:53:08.625Z] #43 5.897 + git clone https://github.com/docker/distribution.git . [2022-03-20T18:53:08.625Z] #43 5.905 Cloning into '.'... [2022-03-20T18:53:08.625Z] #43 ... [2022-03-20T18:53:08.625Z] [2022-03-20T18:53:08.625Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:53:08.625Z] #34 sha256:922cb1ba6d7e4656995c6a7f3990508cb942c76a22dd05bd588fce2f6a70cd27 [2022-03-20T18:53:08.625Z] #34 5.818 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-20T18:53:08.625Z] #34 5.827 Cloning into '.'... [2022-03-20T18:53:08.774Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-20T18:53:08.884Z] #34 ... [2022-03-20T18:53:08.884Z] [2022-03-20T18:53:08.884Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-20T18:53:08.884Z] #36 sha256:3ab12ae5446436e8a957d4611279760a72fb85baf63a1757025214519068094a [2022-03-20T18:53:08.884Z] #36 4.031 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-20T18:53:08.884Z] #36 ... [2022-03-20T18:53:08.884Z] [2022-03-20T18:53:08.884Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-20T18:53:08.884Z] #53 sha256:90d0098e1c6fe35bf0c4bf63fc6a6ee4def07dc2232467338aaa0589bc89188b [2022-03-20T18:53:08.884Z] #53 6.309 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-20T18:53:08.884Z] #53 8.117 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-20T18:53:08.884Z] #53 8.152 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-20T18:53:08.884Z] #53 8.234 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-20T18:53:09.034Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-20T18:53:09.143Z] #53 10.78 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-20T18:53:09.143Z] #53 ... [2022-03-20T18:53:09.143Z] [2022-03-20T18:53:09.143Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:53:09.143Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:53:09.143Z] #47 6.547 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-20T18:53:09.143Z] #47 6.560 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-20T18:53:09.143Z] #47 6.572 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-20T18:53:09.143Z] #47 7.213 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-20T18:53:09.143Z] #47 8.995 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-20T18:53:09.143Z] #47 ... [2022-03-20T18:53:09.143Z] [2022-03-20T18:53:09.143Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:53:09.143Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:53:09.143Z] #58 5.848 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-20T18:53:09.143Z] #58 5.885 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-20T18:53:09.143Z] #58 5.885 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-20T18:53:09.143Z] #58 6.695 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-20T18:53:09.143Z] #58 9.894 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-20T18:53:09.295Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.4% of statements [2022-03-20T18:53:09.405Z] #58 ... [2022-03-20T18:53:09.405Z] [2022-03-20T18:53:09.405Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:53:09.405Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:53:09.405Z] #38 6.657 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-20T18:53:09.405Z] #38 6.673 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-20T18:53:09.405Z] #38 6.674 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-20T18:53:09.405Z] #38 8.476 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-20T18:53:09.869Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-20T18:53:10.131Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements [2022-03-20T18:53:10.356Z] #38 12.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-20T18:53:10.393Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-03-20T18:53:10.926Z] #38 ... [2022-03-20T18:53:10.926Z] [2022-03-20T18:53:10.926Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:53:10.926Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:53:10.926Z] #47 12.39 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-20T18:53:10.967Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-20T18:53:10.967Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-20T18:53:11.228Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-20T18:53:12.619Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-20T18:53:13.193Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-20T18:53:13.454Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-20T18:53:14.400Z] ok github.com/docker/docker/quota 0.197s coverage: 71.4% of statements [2022-03-20T18:53:14.662Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2022-03-20T18:53:15.133Z] #47 16.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-20T18:53:15.134Z] #47 ... [2022-03-20T18:53:15.134Z] [2022-03-20T18:53:15.134Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:53:15.134Z] #63 sha256:b796b2bc9e76f7f852d4b4319eb1a8cc214f6d97a7963937122126d1bdcb7028 [2022-03-20T18:53:15.134Z] #63 6.216 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-20T18:53:15.134Z] #63 9.284 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-20T18:53:15.134Z] #63 9.285 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-20T18:53:15.134Z] #63 10.41 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-20T18:53:15.134Z] #63 14.69 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-20T18:53:15.134Z] #63 15.56 go: downloading github.com/google/uuid v1.3.0 [2022-03-20T18:53:15.134Z] #63 15.86 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-20T18:53:15.134Z] #63 16.21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-20T18:53:15.134Z] #63 ... [2022-03-20T18:53:15.134Z] [2022-03-20T18:53:15.134Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:53:15.134Z] #49 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:53:15.134Z] #49 15.81 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-20T18:53:15.134Z] #49 15.95 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-20T18:53:15.134Z] #49 16.10 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-20T18:53:15.395Z] #49 ... [2022-03-20T18:53:15.395Z] [2022-03-20T18:53:15.395Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-20T18:53:15.395Z] #36 sha256:3ab12ae5446436e8a957d4611279760a72fb85baf63a1757025214519068094a [2022-03-20T18:53:15.395Z] #36 15.30 tomll can be used in two ways: [2022-03-20T18:53:15.395Z] #36 15.32 Writing to STDIN and reading from STDOUT: [2022-03-20T18:53:15.395Z] #36 15.32 cat file.toml | tomll > file.toml [2022-03-20T18:53:15.395Z] #36 15.32 [2022-03-20T18:53:15.395Z] #36 15.32 Reading and updating a list of files: [2022-03-20T18:53:15.395Z] #36 15.32 tomll a.toml b.toml c.toml [2022-03-20T18:53:15.395Z] #36 15.32 [2022-03-20T18:53:15.395Z] #36 15.32 When given a list of files, tomll will modify all files in place without asking. [2022-03-20T18:53:15.395Z] #36 DONE 17.0s [2022-03-20T18:53:15.395Z] [2022-03-20T18:53:15.395Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:15.395Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:15.395Z] #14 7.076 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-20T18:53:15.395Z] #14 10.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-20T18:53:15.395Z] #14 ... [2022-03-20T18:53:15.395Z] [2022-03-20T18:53:15.395Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:53:15.395Z] #63 sha256:b796b2bc9e76f7f852d4b4319eb1a8cc214f6d97a7963937122126d1bdcb7028 [2022-03-20T18:53:15.395Z] #63 16.60 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-20T18:53:15.608Z] ok github.com/docker/docker/registry 0.078s coverage: 58.5% of statements [2022-03-20T18:53:15.654Z] #63 16.90 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-20T18:53:16.182Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-20T18:53:16.182Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2022-03-20T18:53:16.227Z] #63 17.38 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-20T18:53:16.756Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-20T18:53:16.775Z] Running on azwin-2-93daf0 in d:\jenkins\workspace\moby_PR-42624 [Pipeline] { [Pipeline] ws [2022-03-20T18:53:16.792Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2022-03-20T18:53:16.796Z] #63 18.04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [Pipeline] checkout [2022-03-20T18:53:17.017Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-20T18:53:17.056Z] #63 18.22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-20T18:53:17.056Z] #63 18.39 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-20T18:53:17.056Z] #63 ... [2022-03-20T18:53:17.056Z] [2022-03-20T18:53:17.056Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-20T18:53:17.056Z] #26 sha256:3005c5f88942f807861e52db94faa63b51e2f79127572b6dc7971924fcb1b6a4 [2022-03-20T18:53:17.056Z] #26 17.70 + mkdir -p /build [2022-03-20T18:53:17.056Z] #26 17.71 + mv docker/docker /build/ [2022-03-20T18:53:17.056Z] #26 17.71 + rmdir docker [2022-03-20T18:53:17.056Z] #26 DONE 18.6s [2022-03-20T18:53:17.315Z] [2022-03-20T18:53:17.315Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:53:17.315Z] #49 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:53:17.315Z] #49 17.66 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-20T18:53:17.315Z] #49 17.67 go: downloading golang.org/x/mod v0.3.0 [2022-03-20T18:53:18.150Z] The recommended git tool is: git [2022-03-20T18:53:18.400Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2022-03-20T18:53:18.971Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.4% of statements [2022-03-20T18:53:19.542Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-03-20T18:53:20.483Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-20T18:53:21.505Z] #49 ... [2022-03-20T18:53:21.505Z] [2022-03-20T18:53:21.505Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:53:21.505Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:53:21.505Z] #58 12.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-20T18:53:21.505Z] #58 23.05 Fetched 8506 kB in 17s (487 kB/s) [2022-03-20T18:53:21.505Z] #58 23.05 Reading package lists... [2022-03-20T18:53:21.505Z] #58 ... [2022-03-20T18:53:21.505Z] [2022-03-20T18:53:21.505Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:21.505Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:21.505Z] #14 21.12 Fetched 8506 kB in 17s (507 kB/s) [2022-03-20T18:53:24.807Z] #14 21.12 Reading package lists... [2022-03-20T18:53:24.807Z] #14 ... [2022-03-20T18:53:24.807Z] [2022-03-20T18:53:24.807Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:53:24.807Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:53:24.807Z] #38 16.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-20T18:53:24.807Z] #38 24.82 Fetched 8506 kB in 19s (459 kB/s) [2022-03-20T18:53:25.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-20T18:53:25.747Z] #38 24.82 Reading package lists... [2022-03-20T18:53:25.747Z] #38 ... [2022-03-20T18:53:25.747Z] [2022-03-20T18:53:25.747Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:53:25.747Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:53:25.747Z] #47 20.12 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-20T18:53:25.747Z] #47 27.22 Fetched 8510 kB in 21s (406 kB/s) [2022-03-20T18:53:26.315Z] #47 27.22 Reading package lists... [2022-03-20T18:53:26.315Z] #47 ... [2022-03-20T18:53:26.315Z] [2022-03-20T18:53:26.316Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:26.316Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:26.316Z] #14 21.12 Reading package lists... [2022-03-20T18:53:28.439Z] Running on azwin-2-8edec0 in d:\jenkins\workspace\moby_PR-42624 [Pipeline] { [Pipeline] ws [2022-03-20T18:53:28.458Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-20T18:53:29.423Z] #14 28.55 Reading package lists... [2022-03-20T18:53:29.423Z] #14 ... [2022-03-20T18:53:29.423Z] [2022-03-20T18:53:29.423Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:53:29.423Z] #63 sha256:b796b2bc9e76f7f852d4b4319eb1a8cc214f6d97a7963937122126d1bdcb7028 [2022-03-20T18:53:29.423Z] #63 20.54 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-20T18:53:29.423Z] #63 ... [2022-03-20T18:53:29.423Z] [2022-03-20T18:53:29.423Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:53:29.423Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:53:29.423Z] #43 30.58 Updating files: 80% (1485/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-20T18:53:29.682Z] #43 31.12 + git checkout -q v2.3.0 [2022-03-20T18:53:29.800Z] The recommended git tool is: git [2022-03-20T18:53:32.225Z] #43 33.60 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-20T18:53:33.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-20T18:53:36.638Z] Running on azwin-2-6dfe50 in d:\jenkins\workspace\moby_PR-42624 [Pipeline] { [Pipeline] ws [2022-03-20T18:53:36.654Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-20T18:53:38.350Z] The recommended git tool is: git [2022-03-20T18:53:38.806Z] #43 ... [2022-03-20T18:53:38.806Z] [2022-03-20T18:53:38.806Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:53:38.806Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:53:38.806Z] #58 23.05 Reading package lists... [2022-03-20T18:53:38.806Z] #58 29.80 Reading package lists... [2022-03-20T18:53:38.806Z] #58 36.89 Building dependency tree... [2022-03-20T18:53:38.806Z] #58 ... [2022-03-20T18:53:38.806Z] [2022-03-20T18:53:38.806Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:38.806Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:38.806Z] #14 28.55 Reading package lists... [2022-03-20T18:53:38.806Z] #14 35.58 Building dependency tree... [2022-03-20T18:53:39.066Z] #14 40.79 The following additional packages will be installed: [2022-03-20T18:53:39.066Z] #14 40.82 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-20T18:53:39.066Z] #14 40.82 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-20T18:53:39.066Z] #14 40.82 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-20T18:53:39.066Z] #14 40.82 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-20T18:53:39.066Z] #14 40.82 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-20T18:53:39.067Z] #14 40.83 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-20T18:53:39.067Z] #14 40.83 mingw-w64-common mingw-w64-x86-64-dev [2022-03-20T18:53:39.067Z] #14 40.86 Suggested packages: [2022-03-20T18:53:39.067Z] #14 40.86 gcc-10-locales seccomp wine64 [2022-03-20T18:53:40.448Z] #14 ... [2022-03-20T18:53:40.448Z] [2022-03-20T18:53:40.448Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:53:40.448Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:53:40.448Z] #38 24.82 Reading package lists... [2022-03-20T18:53:40.448Z] #38 32.12 Reading package lists... [2022-03-20T18:53:40.448Z] #38 39.12 Building dependency tree... [2022-03-20T18:53:40.448Z] #38 ... [2022-03-20T18:53:40.448Z] [2022-03-20T18:53:40.449Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:53:40.449Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:53:40.449Z] #58 42.20 The following additional packages will be installed: [2022-03-20T18:53:40.449Z] #58 42.26 libbtrfs0 [2022-03-20T18:53:41.018Z] #58 42.59 The following NEW packages will be installed: [2022-03-20T18:53:41.018Z] #58 42.61 libbtrfs-dev libbtrfs0 [2022-03-20T18:53:41.587Z] #58 43.19 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-20T18:53:41.587Z] #58 43.19 Need to get 460 kB of archives. [2022-03-20T18:53:41.587Z] #58 43.19 After this operation, 1237 kB of additional disk space will be used. [2022-03-20T18:53:41.587Z] #58 43.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-20T18:53:41.587Z] #58 43.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-20T18:53:42.455Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.3% of statements [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/rootless [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/volume [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-20T18:53:42.455Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === Skipped [2022-03-20T18:53:42.455Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-20T18:53:42.455Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-20T18:53:42.455Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-20T18:53:42.455Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-20T18:53:42.455Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-20T18:53:42.455Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:36Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-20T18:53:42.455Z] aufs_test.go:37: driver not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:71: No driver to put! [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-20T18:53:42.455Z] time="2022-03-20T18:52:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:71: No driver to put! [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-20T18:53:42.455Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-20T18:53:42.455Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-20T18:53:42.455Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T18:53:42.455Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-20T18:53:42.455Z] graphtest_unix.go:71: No driver to put! [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-20T18:53:42.455Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-20T18:53:42.455Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-20T18:53:42.455Z] [2022-03-20T18:53:42.455Z] DONE 2337 tests, 53 skipped in 196.612s [2022-03-20T18:53:42.455Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/config [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/idm [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T18:53:42.455Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/ns [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/options [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/osl [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T18:53:42.456Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-20T18:53:42.456Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-20T18:53:42.967Z] #58 ... [2022-03-20T18:53:42.967Z] [2022-03-20T18:53:42.967Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:53:42.967Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:53:42.967Z] #47 27.22 Reading package lists... [2022-03-20T18:53:42.967Z] #47 34.58 Reading package lists... [2022-03-20T18:53:42.967Z] #47 42.71 Building dependency tree... [2022-03-20T18:53:42.968Z] #47 ... [2022-03-20T18:53:42.968Z] [2022-03-20T18:53:42.968Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:42.968Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:42.968Z] #14 43.46 The following NEW packages will be installed: [2022-03-20T18:53:42.968Z] #14 43.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-20T18:53:42.968Z] #14 43.48 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-20T18:53:42.968Z] #14 43.48 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-20T18:53:42.968Z] #14 43.48 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-20T18:53:42.968Z] #14 43.48 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-20T18:53:42.968Z] #14 43.49 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-20T18:53:42.968Z] #14 43.50 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-20T18:53:42.968Z] #14 43.50 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-20T18:53:42.968Z] #14 43.51 mingw-w64-x86-64-dev [2022-03-20T18:53:42.968Z] #14 44.12 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-20T18:53:42.968Z] #14 44.12 Need to get 115 MB of archives. [2022-03-20T18:53:42.968Z] #14 44.12 After this operation, 645 MB of additional disk space will be used. [2022-03-20T18:53:42.968Z] #14 44.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-20T18:53:42.968Z] #14 44.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-20T18:53:42.968Z] #14 44.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-20T18:53:42.968Z] #14 44.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-20T18:53:42.968Z] #14 44.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-20T18:53:42.968Z] #14 44.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-20T18:53:43.066Z] using credential docker-jenkins-github-credentials [2022-03-20T18:53:43.143Z] Cloning the remote Git repository [2022-03-20T18:53:43.143Z] Cloning with configured refspecs honoured and without tags [2022-03-20T18:53:43.538Z] #14 45.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-20T18:53:43.538Z] #14 45.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-20T18:53:43.538Z] #14 45.36 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-20T18:53:43.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-20T18:53:43.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-20T18:53:43.332Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:53:43.739Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-20T18:53:44.482Z] #14 46.26 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-20T18:53:44.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-20T18:53:45.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-20T18:53:45.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-20T18:53:46.399Z] #14 ... [2022-03-20T18:53:46.399Z] [2022-03-20T18:53:46.399Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-20T18:53:46.399Z] #58 sha256:1a21a8379e50711e535088da7036c7ff3a520288375cd6a1ed63383386c9cc64 [2022-03-20T18:53:46.399Z] #58 45.21 debconf: delaying package configuration, since apt-utils is not installed [2022-03-20T18:53:46.399Z] #58 45.66 Fetched 460 kB in 0s (1104 kB/s) [2022-03-20T18:53:46.399Z] #58 46.07 Selecting previously unselected package libbtrfs0:amd64. [2022-03-20T18:53:46.399Z] #58 46.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-20T18:53:46.399Z] #58 46.17 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-20T18:53:46.399Z] #58 46.21 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-20T18:53:46.399Z] #58 46.57 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-20T18:53:46.399Z] #58 46.57 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-20T18:53:46.399Z] #58 46.61 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-20T18:53:46.399Z] #58 47.12 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-20T18:53:46.399Z] #58 47.17 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-20T18:53:46.399Z] #58 47.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-20T18:53:46.399Z] #58 DONE 48.0s [2022-03-20T18:53:46.399Z] [2022-03-20T18:53:46.399Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-20T18:53:46.399Z] #59 sha256:67a76a0cca7970f31a1d3f5d62aa9662b3397d9df6617df0f6a564e980fea0a7 [2022-03-20T18:53:46.399Z] #59 DONE 0.2s [2022-03-20T18:53:46.399Z] [2022-03-20T18:53:46.400Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:53:46.400Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:53:46.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-20T18:53:44.826Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:53:44.827Z] > git --version # timeout=10 [2022-03-20T18:53:44.894Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-20T18:53:44.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:53:44.899Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:53:48.310Z] #60 1.508 + RM_GOPATH=0 [2022-03-20T18:53:48.310Z] #60 1.508 + TMP_GOPATH= [2022-03-20T18:53:48.310Z] #60 1.508 + : /build [2022-03-20T18:53:48.310Z] #60 1.508 + '[' -z '' ']' [2022-03-20T18:53:48.310Z] #60 1.508 ++ mktemp -d [2022-03-20T18:53:48.310Z] #60 1.514 + export GOPATH=/tmp/tmp.h8BqBAbFKK [2022-03-20T18:53:48.310Z] #60 1.514 + GOPATH=/tmp/tmp.h8BqBAbFKK [2022-03-20T18:53:48.310Z] #60 1.514 + RM_GOPATH=1 [2022-03-20T18:53:48.310Z] #60 1.514 + case "$(go env GOARCH)" in [2022-03-20T18:53:48.310Z] #60 1.515 ++ go env GOARCH [2022-03-20T18:53:48.310Z] #60 1.629 Install containerd version v1.6.1 [2022-03-20T18:53:48.310Z] #60 1.629 + export GO_BUILDMODE=-buildmode=pie [2022-03-20T18:53:48.310Z] #60 1.629 + GO_BUILDMODE=-buildmode=pie [2022-03-20T18:53:48.310Z] #60 1.629 ++ dirname /install.sh [2022-03-20T18:53:48.311Z] #60 1.629 + dir=/ [2022-03-20T18:53:48.311Z] #60 1.629 + bin=containerd [2022-03-20T18:53:48.311Z] #60 1.629 + shift [2022-03-20T18:53:48.311Z] #60 1.629 + '[' '!' -f //containerd.installer ']' [2022-03-20T18:53:48.311Z] #60 1.629 + . //containerd.installer [2022-03-20T18:53:48.311Z] #60 1.629 ++ set -e [2022-03-20T18:53:48.311Z] #60 1.629 ++ : v1.6.1 [2022-03-20T18:53:48.311Z] #60 1.629 + install_containerd [2022-03-20T18:53:48.311Z] #60 1.629 + echo 'Install containerd version v1.6.1' [2022-03-20T18:53:48.311Z] #60 1.629 + git clone https://github.com/containerd/containerd.git /tmp/tmp.h8BqBAbFKK/src/github.com/containerd/containerd [2022-03-20T18:53:48.311Z] #60 1.642 Cloning into '/tmp/tmp.h8BqBAbFKK/src/github.com/containerd/containerd'... [2022-03-20T18:53:48.311Z] #60 ... [2022-03-20T18:53:48.311Z] [2022-03-20T18:53:48.311Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-20T18:53:48.311Z] #53 sha256:90d0098e1c6fe35bf0c4bf63fc6a6ee4def07dc2232467338aaa0589bc89188b [2022-03-20T18:53:48.311Z] #53 49.76 v3.0.2 [2022-03-20T18:53:48.311Z] #53 DONE 50.0s [2022-03-20T18:53:48.311Z] [2022-03-20T18:53:48.311Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:53:48.311Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:53:48.311Z] #38 45.16 The following additional packages will be installed: [2022-03-20T18:53:48.311Z] #38 45.19 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-20T18:53:48.311Z] #38 45.20 Suggested packages: [2022-03-20T18:53:48.311Z] #38 45.20 cmake-doc ninja-build lrzip [2022-03-20T18:53:48.311Z] #38 45.20 Recommended packages: [2022-03-20T18:53:48.311Z] #38 45.20 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-20T18:53:48.311Z] #38 46.46 The following NEW packages will be installed: [2022-03-20T18:53:48.311Z] #38 46.51 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-20T18:53:48.311Z] #38 46.51 vim-common xxd [2022-03-20T18:53:48.311Z] #38 47.01 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-20T18:53:48.311Z] #38 47.01 Need to get 17.7 MB of archives. [2022-03-20T18:53:48.311Z] #38 47.01 After this operation, 70.7 MB of additional disk space will be used. [2022-03-20T18:53:48.311Z] #38 47.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-20T18:53:48.311Z] #38 47.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-20T18:53:48.311Z] #38 47.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-20T18:53:48.311Z] #38 47.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-20T18:53:48.311Z] #38 47.94 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-20T18:53:48.311Z] #38 47.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-20T18:53:48.311Z] #38 48.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-20T18:53:48.311Z] #38 48.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-20T18:53:48.311Z] #38 48.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-20T18:53:48.311Z] #38 48.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-20T18:53:48.311Z] #38 49.80 debconf: delaying package configuration, since apt-utils is not installed [2022-03-20T18:53:48.571Z] #38 50.22 Fetched 17.7 MB in 2s (10.2 MB/s) [2022-03-20T18:53:48.571Z] #38 50.28 Selecting previously unselected package xxd. [2022-03-20T18:53:48.571Z] #38 50.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-20T18:53:48.571Z] #38 50.32 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-20T18:53:48.571Z] #38 50.32 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:53:49.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-20T18:53:49.092Z] #38 50.71 Selecting previously unselected package vim-common. [2022-03-20T18:53:49.092Z] #38 50.72 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-20T18:53:49.092Z] #38 50.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:53:49.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-20T18:53:50.108Z] #38 51.76 Selecting previously unselected package cmake-data. [2022-03-20T18:53:50.108Z] #38 51.76 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-20T18:53:50.108Z] #38 51.76 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-20T18:53:50.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-20T18:53:51.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-20T18:53:52.021Z] #38 ... [2022-03-20T18:53:52.021Z] [2022-03-20T18:53:52.021Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:53:52.021Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:53:52.021Z] #51 44.80 go: downloading github.com/fatih/color v1.13.0 [2022-03-20T18:53:52.021Z] #51 44.84 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-20T18:53:52.021Z] #51 45.00 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-20T18:53:52.021Z] #51 45.00 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-20T18:53:52.021Z] #51 45.26 go: downloading github.com/spf13/viper v1.10.1 [2022-03-20T18:53:52.021Z] #51 45.68 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-20T18:53:52.021Z] #51 46.21 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-20T18:53:52.021Z] #51 46.25 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-20T18:53:52.021Z] #51 47.98 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-20T18:53:52.021Z] #51 48.21 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-20T18:53:52.021Z] #51 51.80 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-20T18:53:52.021Z] #51 51.84 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-20T18:53:52.021Z] #51 51.84 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-20T18:53:52.021Z] #51 52.13 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-20T18:53:52.021Z] #51 52.25 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-20T18:53:52.021Z] #51 52.28 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-20T18:53:52.021Z] #51 52.42 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-20T18:53:52.021Z] #51 52.56 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-20T18:53:52.021Z] #51 52.59 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-20T18:53:52.021Z] #51 52.66 go: downloading github.com/spf13/afero v1.6.0 [2022-03-20T18:53:52.021Z] #51 52.73 go: downloading github.com/spf13/cast v1.4.1 [2022-03-20T18:53:52.021Z] #51 52.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-20T18:53:52.021Z] #51 52.77 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-20T18:53:52.021Z] #51 52.95 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-20T18:53:52.021Z] #51 53.13 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-20T18:53:52.021Z] #51 53.14 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-20T18:53:52.021Z] #51 53.15 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-20T18:53:52.021Z] #51 53.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-20T18:53:52.021Z] #51 53.20 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-20T18:53:52.021Z] #51 53.21 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-20T18:53:52.021Z] #51 53.24 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-20T18:53:52.021Z] #51 53.27 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-20T18:53:52.021Z] #51 53.28 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-20T18:53:52.021Z] #51 53.46 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-20T18:53:52.021Z] #51 53.60 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-20T18:53:52.021Z] #51 53.66 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-20T18:53:52.021Z] #51 53.76 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-20T18:53:52.021Z] #51 53.83 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-20T18:53:52.279Z] #51 54.04 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-20T18:53:52.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-20T18:53:52.538Z] #51 54.13 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-20T18:53:52.538Z] #51 54.21 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-20T18:53:52.538Z] #51 54.34 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-20T18:53:52.538Z] #51 54.35 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-20T18:53:52.538Z] #51 54.41 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-20T18:53:52.797Z] #51 54.48 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-20T18:53:52.797Z] #51 54.55 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-20T18:53:52.797Z] #51 54.62 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-20T18:53:52.797Z] #51 54.63 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-20T18:53:52.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-20T18:53:53.055Z] #51 54.72 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-20T18:53:53.055Z] #51 54.74 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-20T18:53:53.055Z] #51 54.76 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-20T18:53:53.055Z] #51 ... [2022-03-20T18:53:53.055Z] [2022-03-20T18:53:53.055Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:53:53.055Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:53:53.055Z] #14 48.39 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-20T18:53:53.055Z] #14 49.30 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-20T18:53:53.055Z] #14 50.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-20T18:53:53.055Z] #14 51.69 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-20T18:53:53.055Z] #14 52.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-20T18:53:53.055Z] #14 52.83 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-20T18:53:53.055Z] #14 52.86 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-20T18:53:53.055Z] #14 52.86 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-20T18:53:53.055Z] #14 52.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-20T18:53:53.055Z] #14 52.99 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-20T18:53:53.056Z] #14 52.99 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-20T18:53:53.056Z] #14 52.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-20T18:53:53.056Z] #14 53.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-20T18:53:53.056Z] #14 53.03 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-20T18:53:53.056Z] #14 53.03 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-20T18:53:53.056Z] #14 53.03 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-20T18:53:53.056Z] #14 53.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-20T18:53:53.056Z] #14 53.04 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-20T18:53:53.056Z] #14 53.05 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-20T18:53:53.056Z] #14 53.05 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-20T18:53:53.056Z] #14 54.31 debconf: delaying package configuration, since apt-utils is not installed [2022-03-20T18:53:53.056Z] #14 54.55 Fetched 115 MB in 9s (12.3 MB/s) [2022-03-20T18:53:53.056Z] #14 54.65 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-20T18:53:53.056Z] #14 54.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-20T18:53:53.056Z] #14 54.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-20T18:53:53.056Z] #14 54.80 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-20T18:53:53.056Z] #14 ... [2022-03-20T18:53:53.056Z] [2022-03-20T18:53:53.056Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:53:53.056Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:53:53.056Z] #51 54.78 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-20T18:53:53.056Z] #51 54.88 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-20T18:53:53.056Z] #51 54.97 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-20T18:53:53.056Z] #51 55.00 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-20T18:53:53.314Z] #51 55.07 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-20T18:53:53.314Z] #51 55.08 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-20T18:53:53.314Z] #51 55.13 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-20T18:53:53.582Z] #51 55.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-20T18:53:53.582Z] #51 55.40 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-20T18:53:53.582Z] #51 ... [2022-03-20T18:53:53.582Z] [2022-03-20T18:53:53.582Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:53:53.582Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:53:53.582Z] #47 42.71 Building dependency tree... [2022-03-20T18:53:53.582Z] #47 48.17 The following additional packages will be installed: [2022-03-20T18:53:53.582Z] #47 48.17 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-20T18:53:53.582Z] #47 48.17 python3-protobuf python3-six [2022-03-20T18:53:53.582Z] #47 48.21 Suggested packages: [2022-03-20T18:53:53.582Z] #47 48.21 python3-setuptools [2022-03-20T18:53:53.582Z] #47 48.21 Recommended packages: [2022-03-20T18:53:53.582Z] #47 48.21 iproute2 | iproute [2022-03-20T18:53:53.582Z] #47 49.06 The following NEW packages will be installed: [2022-03-20T18:53:53.582Z] #47 49.06 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-20T18:53:53.582Z] #47 49.06 python3-protobuf python3-six [2022-03-20T18:53:53.582Z] #47 49.57 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-20T18:53:53.582Z] #47 49.57 Need to get 2292 kB of archives. [2022-03-20T18:53:53.582Z] #47 49.57 After this operation, 11.0 MB of additional disk space will be used. [2022-03-20T18:53:53.582Z] #47 49.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-20T18:53:53.582Z] #47 49.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-20T18:53:53.582Z] #47 49.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-20T18:53:53.582Z] #47 49.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-20T18:53:53.582Z] #47 49.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-20T18:53:53.582Z] #47 49.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-20T18:53:53.582Z] #47 49.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-20T18:53:53.582Z] #47 53.16 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-20T18:53:53.582Z] #47 54.78 debconf: delaying package configuration, since apt-utils is not installed [2022-03-20T18:53:53.790Z] using credential docker-jenkins-github-credentials [2022-03-20T18:53:53.849Z] #47 55.11 Fetched 2292 kB in 4s (517 kB/s) [2022-03-20T18:53:53.849Z] #47 ... [2022-03-20T18:53:53.849Z] [2022-03-20T18:53:53.849Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:53:53.849Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:53:53.849Z] #51 55.48 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-20T18:53:53.849Z] #51 55.73 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-20T18:53:53.849Z] #51 55.75 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-20T18:53:53.864Z] Cloning the remote Git repository [2022-03-20T18:53:53.864Z] Cloning with configured refspecs honoured and without tags [2022-03-20T18:53:54.108Z] #51 55.84 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-20T18:53:54.108Z] #51 55.88 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-20T18:53:54.108Z] #51 55.93 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-20T18:53:54.108Z] #51 55.97 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-20T18:53:54.108Z] #51 56.00 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-20T18:53:54.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-20T18:53:54.369Z] #51 56.03 go: downloading github.com/julz/importas v0.1.0 [2022-03-20T18:53:54.369Z] #51 56.09 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-20T18:53:54.369Z] #51 56.18 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-20T18:53:54.369Z] #51 56.18 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-20T18:53:54.369Z] #51 56.20 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-20T18:53:54.369Z] #51 56.26 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-20T18:53:54.630Z] #51 56.33 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-20T18:53:54.630Z] #51 56.34 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-20T18:53:54.630Z] #51 56.52 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-20T18:53:54.892Z] #51 56.54 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-20T18:53:54.892Z] #51 56.64 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-20T18:53:54.892Z] #51 56.66 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-20T18:53:54.892Z] #51 56.72 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-20T18:53:54.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-20T18:53:55.841Z] #51 57.47 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-20T18:53:55.841Z] #51 57.48 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-20T18:53:55.841Z] #51 57.51 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-20T18:53:55.841Z] #51 57.63 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-20T18:53:55.841Z] #51 57.70 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-20T18:53:55.854Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-20T18:53:54.046Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:53:54.422Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-20T18:53:55.297Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:53:55.297Z] > git --version # timeout=10 [2022-03-20T18:53:55.344Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-20T18:53:55.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:53:55.344Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:53:56.104Z] #51 57.83 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-20T18:53:56.104Z] #51 57.84 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-20T18:53:56.104Z] #51 57.94 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-20T18:53:56.104Z] #51 57.94 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-20T18:53:56.364Z] #51 58.18 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-20T18:53:56.364Z] #51 58.19 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-20T18:53:56.364Z] #51 58.22 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-20T18:53:56.364Z] #51 58.22 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-20T18:53:56.364Z] #51 58.22 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-20T18:53:56.364Z] #51 58.26 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-20T18:53:56.624Z] #51 58.31 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-20T18:53:56.624Z] #51 58.38 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-20T18:53:56.624Z] #51 58.46 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-20T18:53:56.794Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-20T18:53:56.794Z] Using test binary docker [2022-03-20T18:53:56.794Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-20T18:53:56.794Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-20T18:53:56.794Z] INFO: Waiting for daemon to start... [2022-03-20T18:53:56.794Z] Starting dockerd [2022-03-20T18:53:56.896Z] #51 58.57 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-20T18:53:56.896Z] #51 58.61 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-20T18:53:56.896Z] #51 58.63 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-20T18:53:57.467Z] #51 59.08 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-20T18:53:57.467Z] #51 59.12 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-20T18:53:57.467Z] #51 59.16 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-20T18:53:57.467Z] #51 59.24 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-20T18:53:57.727Z] #51 59.38 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-20T18:53:57.727Z] #51 59.40 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-20T18:53:57.986Z] #51 59.66 go: downloading honnef.co/go/tools v0.2.2 [2022-03-20T18:53:58.698Z] . [2022-03-20T18:53:58.698Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-20T18:53:58.698Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-20T18:53:58.698Z] Error: No such image: emptyfs [2022-03-20T18:53:58.957Z] Running integration-test (iteration 1) [2022-03-20T18:53:58.957Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-20T18:53:59.217Z] Loaded image: busybox:latest [2022-03-20T18:53:59.217Z] Loaded image: busybox:glibc [2022-03-20T18:53:59.899Z] #51 61.28 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-20T18:53:59.899Z] #51 61.28 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-20T18:53:59.899Z] #51 61.39 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-20T18:53:59.899Z] #51 61.43 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-20T18:54:00.596Z] Loaded image: debian:bullseye-slim [2022-03-20T18:54:00.596Z] Loaded image: hello-world:latest [2022-03-20T18:54:00.596Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T18:54:00.596Z] INFO: Testing against a local daemon [2022-03-20T18:54:00.855Z] === RUN TestCgroupNamespacesBuild [2022-03-20T18:54:01.811Z] #51 63.42 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-20T18:54:01.811Z] #51 63.56 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-20T18:54:01.811Z] #51 63.58 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-20T18:54:02.071Z] #51 63.68 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-20T18:54:02.231Z] --- PASS: TestCgroupNamespacesBuild (1.25s) [2022-03-20T18:54:02.231Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-20T18:54:02.331Z] #51 64.08 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-20T18:54:02.331Z] #51 64.09 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-20T18:54:02.331Z] #51 64.17 go: downloading golang.org/x/text v0.3.7 [2022-03-20T18:54:02.916Z] using credential docker-jenkins-github-credentials [2022-03-20T18:54:02.991Z] Cloning the remote Git repository [2022-03-20T18:54:02.991Z] Cloning with configured refspecs honoured and without tags [2022-03-20T18:54:03.166Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s) [2022-03-20T18:54:03.166Z] === RUN TestBuildWithSession [2022-03-20T18:54:03.166Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T18:54:03.166Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T18:54:03.166Z] === RUN TestBuildSquashParent [2022-03-20T18:54:03.377Z] Fetching without tags [2022-03-20T18:54:03.184Z] Cloning repository https://github.com/moby/moby.git [2022-03-20T18:54:03.585Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-20T18:54:04.239Z] #51 ... [2022-03-20T18:54:04.239Z] [2022-03-20T18:54:04.239Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:54:04.239Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:54:04.239Z] #47 55.32 Selecting previously unselected package libprotobuf23:amd64. [2022-03-20T18:54:04.239Z] #47 55.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-20T18:54:04.239Z] #47 55.46 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-20T18:54:04.239Z] #47 55.47 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-20T18:54:04.239Z] #47 56.56 Selecting previously unselected package python3-pkg-resources. [2022-03-20T18:54:04.239Z] #47 56.57 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-20T18:54:04.239Z] #47 56.57 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-20T18:54:04.239Z] #47 57.20 Selecting previously unselected package python3-six. [2022-03-20T18:54:04.239Z] #47 57.20 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-20T18:54:04.239Z] #47 57.24 Unpacking python3-six (1.16.0-2) ... [2022-03-20T18:54:04.239Z] #47 57.58 Selecting previously unselected package python3-protobuf. [2022-03-20T18:54:04.239Z] #47 57.58 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-20T18:54:04.239Z] #47 57.59 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-20T18:54:04.239Z] #47 58.74 Selecting previously unselected package libnet1:amd64. [2022-03-20T18:54:04.239Z] #47 58.74 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-20T18:54:04.239Z] #47 58.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-20T18:54:04.239Z] #47 58.86 Selecting previously unselected package libnl-3-200:amd64. [2022-03-20T18:54:04.239Z] #47 58.86 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-20T18:54:04.239Z] #47 58.88 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-20T18:54:04.239Z] #47 59.07 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-20T18:54:04.239Z] #47 59.08 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-20T18:54:04.239Z] #47 59.09 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-20T18:54:04.239Z] #47 59.28 Selecting previously unselected package criu. [2022-03-20T18:54:04.239Z] #47 59.28 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-20T18:54:04.239Z] #47 59.31 Unpacking criu (3.16.1-3) ... [2022-03-20T18:54:04.239Z] #47 60.50 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-20T18:54:04.239Z] #47 62.91 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-20T18:54:04.239Z] #47 62.94 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-20T18:54:04.239Z] #47 62.96 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-20T18:54:04.239Z] #47 63.00 Setting up python3-six (1.16.0-2) ... [2022-03-20T18:54:04.239Z] #47 64.64 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-20T18:54:04.239Z] #47 64.67 Setting up python3-protobuf (3.12.4-1) ... [2022-03-20T18:54:04.239Z] #47 ... [2022-03-20T18:54:04.239Z] [2022-03-20T18:54:04.239Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:54:04.239Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:54:04.239Z] #38 56.12 Selecting previously unselected package libicu67:amd64. [2022-03-20T18:54:04.239Z] #38 56.12 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-20T18:54:04.239Z] #38 56.12 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-20T18:54:04.239Z] #38 65.14 Selecting previously unselected package libxml2:amd64. [2022-03-20T18:54:04.239Z] #38 65.15 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-20T18:54:04.239Z] #38 65.15 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-20T18:54:04.239Z] #38 65.99 Selecting previously unselected package libarchive13:amd64. [2022-03-20T18:54:04.239Z] #38 65.99 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-20T18:54:04.239Z] #38 66.02 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-20T18:54:04.403Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:54:04.500Z] #38 ... [2022-03-20T18:54:04.500Z] [2022-03-20T18:54:04.500Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:54:04.500Z] #34 sha256:922cb1ba6d7e4656995c6a7f3990508cb942c76a22dd05bd588fce2f6a70cd27 [2022-03-20T18:54:04.500Z] #34 57.83 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-20T18:54:04.500Z] #34 58.55 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-20T18:54:04.500Z] #34 59.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:54:05.071Z] #34 ... [2022-03-20T18:54:05.071Z] [2022-03-20T18:54:05.071Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:54:05.071Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:54:05.071Z] #38 66.84 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-20T18:54:05.071Z] #38 66.84 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-20T18:54:05.071Z] #38 66.86 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-20T18:54:02.980Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:54:03.075Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:54:03.140Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:03.280Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:54:03.411Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:54:03.411Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:03.413Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:04.520Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:54:04.579Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:54:05.641Z] #38 67.19 Selecting previously unselected package librhash0:amd64. [2022-03-20T18:54:05.641Z] #38 67.20 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-20T18:54:05.641Z] #38 67.21 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-20T18:54:05.641Z] #38 67.57 Selecting previously unselected package libuv1:amd64. [2022-03-20T18:54:05.901Z] #38 67.60 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-20T18:54:05.902Z] #38 67.62 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-20T18:54:06.175Z] #38 67.98 Selecting previously unselected package cmake. [2022-03-20T18:54:06.175Z] #38 67.98 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-20T18:54:06.175Z] #38 67.98 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-20T18:54:06.175Z] #38 ... [2022-03-20T18:54:06.175Z] [2022-03-20T18:54:06.175Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:54:06.175Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:54:06.175Z] #14 58.10 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-20T18:54:06.175Z] #14 58.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-20T18:54:06.175Z] #14 58.11 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-20T18:54:06.175Z] #14 61.80 Selecting previously unselected package binutils-mingw-w64. [2022-03-20T18:54:06.175Z] #14 61.83 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-20T18:54:06.175Z] #14 61.85 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-20T18:54:06.175Z] #14 62.07 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-20T18:54:06.175Z] #14 62.07 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-20T18:54:06.175Z] #14 62.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-20T18:54:06.175Z] #14 62.35 Selecting previously unselected package dmsetup. [2022-03-20T18:54:06.175Z] #14 62.36 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-20T18:54:06.175Z] #14 62.37 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-20T18:54:06.175Z] #14 62.64 Selecting previously unselected package mingw-w64-common. [2022-03-20T18:54:06.176Z] #14 62.64 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-20T18:54:06.176Z] #14 62.65 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-20T18:54:04.453Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:54:04.453Z] > git --version # timeout=10 [2022-03-20T18:54:04.505Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-20T18:54:04.506Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:04.510Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:07.353Z] --- PASS: TestBuildSquashParent (4.05s) [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:54:07.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:54:07.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:54:07.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:54:07.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:54:07.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:54:07.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:54:07.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:54:07.353Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:54:07.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:54:08.204Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:54:08.204Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:54:07.785Z] > git remote # timeout=10 [2022-03-20T18:54:07.878Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:54:07.942Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:07.945Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:54:08.098Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-20T18:54:08.237Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:54:08.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:54:08.998Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:54:09.483Z] #14 ... [2022-03-20T18:54:09.483Z] [2022-03-20T18:54:09.483Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:54:09.483Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:54:09.483Z] #47 70.60 Setting up criu (3.16.1-3) ... [2022-03-20T18:54:09.939Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:54:10.509Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:54:08.300Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:54:11.886Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-20T18:54:11.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.44s) [2022-03-20T18:54:11.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.71s) [2022-03-20T18:54:11.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.29s) [2022-03-20T18:54:11.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.50s) [2022-03-20T18:54:11.887Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.30s) [2022-03-20T18:54:11.887Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.30s) [2022-03-20T18:54:11.887Z] === RUN TestBuildMultiStageCopy [2022-03-20T18:54:11.887Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T18:54:12.024Z] #47 73.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-20T18:54:13.265Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T18:54:13.524Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T18:54:13.524Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T18:54:13.643Z] Fetching without tags [2022-03-20T18:54:13.348Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:54:13.395Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:54:13.442Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:13.552Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:54:13.677Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:54:13.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:13.677Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:13.782Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T18:54:14.040Z] --- PASS: TestBuildMultiStageCopy (2.21s) [2022-03-20T18:54:14.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s) [2022-03-20T18:54:14.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-03-20T18:54:14.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-03-20T18:54:14.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-20T18:54:14.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-03-20T18:54:14.040Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T18:54:14.339Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:54:14.566Z] #47 ... [2022-03-20T18:54:14.566Z] [2022-03-20T18:54:14.566Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:54:14.566Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:54:14.566Z] #38 75.98 Setting up libicu67:amd64 (67.1-7) ... [2022-03-20T18:54:14.566Z] #38 76.15 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:54:14.606Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-03-20T18:54:14.606Z] === RUN TestBuildLabelWithTargets [2022-03-20T18:54:14.825Z] #38 76.64 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-20T18:54:15.089Z] #38 76.82 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:54:15.348Z] #38 77.12 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-20T18:54:15.348Z] #38 77.17 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-20T18:54:15.540Z] --- PASS: TestBuildLabelWithTargets (0.97s) [2022-03-20T18:54:15.540Z] === RUN TestBuildWithEmptyLayers [2022-03-20T18:54:15.917Z] #38 77.50 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-20T18:54:16.106Z] --- PASS: TestBuildWithEmptyLayers (0.43s) [2022-03-20T18:54:16.106Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T18:54:16.176Z] #38 ... [2022-03-20T18:54:16.176Z] [2022-03-20T18:54:16.176Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-20T18:54:16.176Z] #47 sha256:7076015294d6f28492f1c08fbb68d5df816b9bf74e8db30324ef7ae3afc60a87 [2022-03-20T18:54:16.176Z] #47 DONE 77.5s [2022-03-20T18:54:16.176Z] [2022-03-20T18:54:16.176Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-20T18:54:16.176Z] #38 sha256:63a4dec9fbf23204f2f8dd9101d534686b5abcb57e35ae7b29942742e1d4a7af [2022-03-20T18:54:16.176Z] #38 77.88 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-20T18:54:16.176Z] #38 77.89 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-20T18:54:16.176Z] #38 77.91 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-20T18:54:16.176Z] #38 77.95 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-20T18:54:14.442Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:54:14.474Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:54:17.113Z] #38 DONE 78.6s [2022-03-20T18:54:17.113Z] [2022-03-20T18:54:17.113Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-20T18:54:17.113Z] #39 sha256:52c04f0d245ec377568ab25743e0236ae0471f569fc6ea64ae1a700a1a0cb485 [2022-03-20T18:54:17.484Z] --- PASS: TestBuildMultiStageOnBuild (1.56s) [2022-03-20T18:54:17.484Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T18:54:17.686Z] #39 DONE 0.6s [2022-03-20T18:54:17.686Z] [2022-03-20T18:54:17.686Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-20T18:54:17.686Z] #40 sha256:f4419dcd85a668de1e6690e8c77507dcf71ae85ed9acea91b4e2692be5d9409a [2022-03-20T18:54:17.946Z] #40 ... [2022-03-20T18:54:17.946Z] [2022-03-20T18:54:17.946Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-20T18:54:17.946Z] #49 sha256:386a15f66c7fde989f4c14108e9c618ec319dac7d0c95f874698d47ff03acf79 [2022-03-20T18:54:17.946Z] #49 79.54 gotestsum version dev [2022-03-20T18:54:17.946Z] #49 DONE 79.7s [2022-03-20T18:54:17.971Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:54:17.971Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:54:18.052Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2022-03-20T18:54:18.052Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T18:54:18.207Z] [2022-03-20T18:54:18.207Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:54:18.207Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:54:18.207Z] #51 71.57 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-20T18:54:18.207Z] #51 71.68 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-20T18:54:18.207Z] #51 71.68 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-20T18:54:18.207Z] #51 71.76 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-20T18:54:18.207Z] #51 71.82 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-20T18:54:18.207Z] #51 71.84 go: downloading golang.org/x/mod v0.5.1 [2022-03-20T18:54:18.207Z] #51 71.91 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-20T18:54:18.207Z] #51 72.13 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-20T18:54:18.207Z] #51 72.21 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-20T18:54:18.207Z] #51 72.25 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-20T18:54:18.207Z] #51 72.26 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-20T18:54:18.207Z] #51 72.53 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-20T18:54:18.207Z] #51 72.94 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-20T18:54:18.207Z] #51 72.98 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-20T18:54:18.207Z] #51 73.01 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-20T18:54:18.207Z] #51 73.46 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-20T18:54:18.207Z] #51 73.54 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-20T18:54:18.207Z] #51 73.75 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-20T18:54:18.207Z] #51 73.78 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-20T18:54:18.207Z] #51 73.81 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-20T18:54:18.207Z] #51 73.86 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-20T18:54:18.207Z] #51 74.17 go: downloading github.com/prometheus/common v0.10.0 [2022-03-20T18:54:18.207Z] #51 74.77 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-20T18:54:18.207Z] #51 74.87 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-20T18:54:18.207Z] #51 75.06 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-20T18:54:18.207Z] #51 76.88 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-20T18:54:19.149Z] #51 ... [2022-03-20T18:54:19.149Z] [2022-03-20T18:54:19.149Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:54:19.149Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:54:19.149Z] #14 71.00 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-20T18:54:19.149Z] #14 71.05 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-20T18:54:19.149Z] #14 71.06 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-20T18:54:19.149Z] #14 80.45 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-20T18:54:19.149Z] #14 80.49 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:54:19.149Z] #14 80.49 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-20T18:54:19.149Z] #14 80.73 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-20T18:54:19.149Z] #14 80.73 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:54:19.149Z] #14 80.75 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-20T18:54:19.826Z] Commit message: "api/server/httputils: remove dependencies as well" [2022-03-20T18:54:19.956Z] --- PASS: TestBuildMultiStageLayerLeak (1.61s) [2022-03-20T18:54:19.957Z] === RUN TestBuildWithHugeFile [2022-03-20T18:54:17.624Z] > git remote # timeout=10 [2022-03-20T18:54:17.702Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:54:17.749Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:17.749Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:54:17.889Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-20T18:54:17.999Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:54:18.045Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:54:21.062Z] #14 ... [2022-03-20T18:54:21.062Z] [2022-03-20T18:54:21.062Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-20T18:54:21.062Z] #40 sha256:f4419dcd85a668de1e6690e8c77507dcf71ae85ed9acea91b4e2692be5d9409a [2022-03-20T18:54:21.062Z] #40 3.286 + RM_GOPATH=0 [2022-03-20T18:54:21.062Z] #40 3.286 + TMP_GOPATH= [2022-03-20T18:54:21.062Z] #40 3.286 + : /build [2022-03-20T18:54:21.062Z] #40 3.286 + '[' -z '' ']' [2022-03-20T18:54:21.062Z] #40 3.291 ++ mktemp -d [2022-03-20T18:54:21.062Z] #40 3.326 + export GOPATH=/tmp/tmp.LoBdvCf6QF [2022-03-20T18:54:21.062Z] #40 3.326 + GOPATH=/tmp/tmp.LoBdvCf6QF [2022-03-20T18:54:21.062Z] #40 3.326 + RM_GOPATH=1 [2022-03-20T18:54:21.062Z] #40 3.326 + case "$(go env GOARCH)" in [2022-03-20T18:54:21.062Z] #40 3.326 ++ go env GOARCH [2022-03-20T18:54:21.062Z] #40 3.326 + export GO_BUILDMODE=-buildmode=pie [2022-03-20T18:54:21.062Z] #40 3.326 + GO_BUILDMODE=-buildmode=pie [2022-03-20T18:54:21.062Z] #40 3.326 ++ dirname /install.sh [2022-03-20T18:54:21.062Z] #40 3.326 + dir=/ [2022-03-20T18:54:21.062Z] #40 3.326 + bin=tini [2022-03-20T18:54:21.062Z] #40 3.326 + shift [2022-03-20T18:54:21.062Z] #40 3.326 + '[' '!' -f //tini.installer ']' [2022-03-20T18:54:21.062Z] #40 3.326 + . //tini.installer [2022-03-20T18:54:21.062Z] #40 3.326 ++ : v0.19.0 [2022-03-20T18:54:21.062Z] #40 3.326 + install_tini [2022-03-20T18:54:21.062Z] #40 3.326 + echo 'Install tini version v0.19.0' [2022-03-20T18:54:21.062Z] #40 3.326 + git clone https://github.com/krallin/tini.git /tmp/tmp.LoBdvCf6QF/tini [2022-03-20T18:54:21.062Z] #40 3.328 Install tini version v0.19.0 [2022-03-20T18:54:21.062Z] #40 3.370 Cloning into '/tmp/tmp.LoBdvCf6QF/tini'... [2022-03-20T18:54:22.018Z] #40 4.503 + cd /tmp/tmp.LoBdvCf6QF/tini [2022-03-20T18:54:22.018Z] #40 4.503 + git checkout -q v0.19.0 [2022-03-20T18:54:22.018Z] #40 4.512 + cmake . [2022-03-20T18:54:22.593Z] #40 5.165 -- The C compiler identification is GNU 10.2.1 [2022-03-20T18:54:22.593Z] #40 5.268 -- Detecting C compiler ABI info [2022-03-20T18:54:22.628Z] Fetching without tags [2022-03-20T18:54:23.274Z] + docker version [2022-03-20T18:54:23.541Z] #40 6.108 -- Detecting C compiler ABI info - done [2022-03-20T18:54:23.801Z] #40 6.375 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-20T18:54:23.801Z] #40 6.375 -- Detecting C compile features [2022-03-20T18:54:23.801Z] #40 6.375 -- Detecting C compile features - done [2022-03-20T18:54:23.801Z] #40 6.448 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-20T18:54:23.833Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:54:24.373Z] #40 6.749 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-20T18:54:24.373Z] #40 6.882 -- Configuring done [2022-03-20T18:54:24.373Z] #40 6.921 -- Generating done [2022-03-20T18:54:24.373Z] #40 6.938 -- Build files have been written to: /tmp/tmp.LoBdvCf6QF/tini [2022-03-20T18:54:24.373Z] #40 6.944 + make tini-static [2022-03-20T18:54:22.246Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:54:22.324Z] > git config --add remote.origin.fetch +refs/pull/42624/head:refs/remotes/origin/PR-42624 # timeout=10 [2022-03-20T18:54:22.390Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:22.535Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-20T18:54:22.662Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-20T18:54:22.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:22.664Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42624/head:refs/remotes/origin/PR-42624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-20T18:54:23.937Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:54:23.990Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:54:25.312Z] #40 7.495 Scanning dependencies of target tini-static [2022-03-20T18:54:25.312Z] #40 7.581 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-20T18:54:26.693Z] #40 9.069 [100%] Linking C executable tini-static [2022-03-20T18:54:27.642Z] #40 9.984 [100%] Built target tini-static [2022-03-20T18:54:27.642Z] #40 10.09 + mkdir -p /build [2022-03-20T18:54:27.642Z] #40 10.10 + cp tini-static /build/docker-init [2022-03-20T18:54:27.936Z] Merge succeeded, producing c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:54:27.936Z] Checking out Revision c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 (PR-42624) [2022-03-20T18:54:27.546Z] > git remote # timeout=10 [2022-03-20T18:54:27.628Z] > git config --get remote.origin.url # timeout=10 [2022-03-20T18:54:27.683Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-20T18:54:27.685Z] > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10 [2022-03-20T18:54:27.842Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-20T18:54:27.969Z] > git config core.sparsecheckout # timeout=10 [2022-03-20T18:54:28.018Z] > git checkout -f c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 # timeout=10 [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork 36.951s coverage: 40.7% of statements [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/bitseq 0.127s coverage: 84.4% of statements [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.225s coverage: 59.9% of statements [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.104s coverage: 4.0% of statements [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2022-03-20T18:54:29.182Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-20T18:54:29.182Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-20T18:54:29.220Z] Commit message: "api/server/httputils: remove dependencies as well" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:54:30.447Z] Client: [2022-03-20T18:54:30.447Z] Version: 20.10.9 [2022-03-20T18:54:30.447Z] API version: 1.41 [2022-03-20T18:54:30.447Z] Go version: go1.16.8 [2022-03-20T18:54:30.447Z] Git commit: c2ea9bc [2022-03-20T18:54:30.447Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-20T18:54:30.447Z] OS/Arch: windows/amd64 [2022-03-20T18:54:30.447Z] Context: default [2022-03-20T18:54:30.447Z] Experimental: true [2022-03-20T18:54:30.447Z] [2022-03-20T18:54:30.447Z] Server: Docker Engine - Community [2022-03-20T18:54:30.447Z] Engine: [2022-03-20T18:54:30.447Z] Version: 20.10.9 [2022-03-20T18:54:30.447Z] API version: 1.41 (minimum version 1.24) [2022-03-20T18:54:30.447Z] Go version: go1.16.8 [2022-03-20T18:54:30.447Z] Git commit: 79ea9d3 [2022-03-20T18:54:30.447Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-20T18:54:30.447Z] OS/Arch: windows/amd64 [2022-03-20T18:54:30.447Z] Experimental: true [Pipeline] sh [2022-03-20T18:54:31.535Z] INFO [linters context/goanalysis] analyzers took 4m41.708529398s with top 10 stages: buildir: 1m56.271863065s, goimports: 23.219610216s, unconvert: 18.233935693s, gosec: 14.609755153s, S1038: 8.607650106s, golint: 7.828460501s, misspell: 6.395370317s, inspect: 4.335664083s, nilness: 3.739262088s, unused: 3.491649235s [2022-03-20T18:54:31.535Z] INFO [runner] Issues before processing: 3056, after processing: 0 [2022-03-20T18:54:31.535Z] INFO [runner] Processors filtering stat (out/in): cgo: 2440/3056, autogenerated_exclude: 2052/2440, filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, identifier_marker: 2052/2052, exclude: 2052/2052, exclude-rules: 78/2052, nolint: 0/78, path_prettifier: 2440/2440, skip_files: 2440/2440 [2022-03-20T18:54:31.535Z] INFO [runner] processing took 154.397462ms with stages: identifier_marker: 60.148207ms, nolint: 51.01699ms, exclude-rules: 14.294526ms, path_prettifier: 14.097497ms, autogenerated_exclude: 11.296876ms, skip_dirs: 3.065634ms, cgo: 293.845µs, filename_unadjuster: 177.587µs, max_same_issues: 1.805µs, uniq_by_line: 826ns, skip_files: 561ns, exclude: 472ns, diff: 435ns, source_code: 408ns, path_shortener: 390ns, max_from_linter: 387ns, severity-rules: 360ns, sort_results: 269ns, max_per_file_from_linter: 255ns, path_prefixer: 132ns [2022-03-20T18:54:31.536Z] INFO [runner] linters took 1m29.091004813s with stages: goanalysis_metalinter: 1m28.936451414s [2022-03-20T18:54:31.536Z] INFO File cache stats: 1663 entries of total size 8.4MiB [2022-03-20T18:54:31.536Z] INFO Memory: 2538 samples, avg is 287.6MB, max is 1240.8MB [2022-03-20T18:54:31.536Z] INFO Execution took 4m13.681020987s [2022-03-20T18:54:31.536Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-20T18:54:32.033Z] #40 DONE 13.9s [2022-03-20T18:54:32.033Z] [2022-03-20T18:54:32.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-03-20T18:54:32.033Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:54:32.033Z] #14 93.32 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-20T18:54:32.033Z] #14 93.33 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:54:32.033Z] #14 93.33 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-20T18:54:32.266Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh dynbinary test-docker-py [2022-03-20T18:54:32.342Z] + docker version [2022-03-20T18:54:32.396Z] + docker info [2022-03-20T18:54:32.527Z] [2022-03-20T18:54:32.789Z] Removing bundles/ [2022-03-20T18:54:32.789Z] [2022-03-20T18:54:32.789Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-20T18:54:32.789Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:54:32.789Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:54:37.326Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.769s coverage: 7.2% of statements [2022-03-20T18:54:37.326Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-20T18:54:37.326Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-20T18:54:37.587Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.008s coverage: 57.4% of statements [2022-03-20T18:54:37.587Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-20T18:54:37.587Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-20T18:54:37.847Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-20T18:54:38.125Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-20T18:54:38.405Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-03-20T18:54:38.666Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-20T18:54:38.927Z] ok github.com/docker/docker/libnetwork/internal/caller 0.003s coverage: 100.0% of statements [2022-03-20T18:54:39.073Z] Commit message: "api/server/httputils: remove dependencies as well" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-20T18:54:40.891Z] Client: [2022-03-20T18:54:40.891Z] Version: 20.10.9 [2022-03-20T18:54:40.891Z] API version: 1.41 [2022-03-20T18:54:40.891Z] Go version: go1.16.8 [2022-03-20T18:54:40.891Z] Git commit: c2ea9bc [2022-03-20T18:54:40.891Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-20T18:54:40.891Z] OS/Arch: windows/amd64 [2022-03-20T18:54:40.891Z] Context: default [2022-03-20T18:54:40.891Z] Experimental: true [2022-03-20T18:54:40.891Z] [2022-03-20T18:54:40.891Z] Server: Docker Engine - Community [2022-03-20T18:54:40.891Z] Engine: [2022-03-20T18:54:40.891Z] Version: 20.10.9 [2022-03-20T18:54:40.891Z] API version: 1.41 (minimum version 1.24) [2022-03-20T18:54:40.891Z] Go version: go1.16.8 [2022-03-20T18:54:40.891Z] Git commit: 79ea9d3 [2022-03-20T18:54:40.891Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-20T18:54:40.891Z] OS/Arch: windows/amd64 [2022-03-20T18:54:40.891Z] Experimental: true [Pipeline] sh [2022-03-20T18:54:42.194Z] + docker version [2022-03-20T18:54:42.404Z] + docker info [2022-03-20T18:54:42.404Z] Client: [2022-03-20T18:54:42.404Z] Context: default [2022-03-20T18:54:42.404Z] Debug Mode: false [2022-03-20T18:54:42.404Z] [2022-03-20T18:54:42.404Z] Server: [2022-03-20T18:54:42.404Z] Containers: 0 [2022-03-20T18:54:42.404Z] Running: 0 [2022-03-20T18:54:42.404Z] Paused: 0 [2022-03-20T18:54:42.404Z] Stopped: 0 [2022-03-20T18:54:42.404Z] Images: 0 [2022-03-20T18:54:42.404Z] Server Version: 20.10.9 [2022-03-20T18:54:42.404Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-20T18:54:42.404Z] Windows: [2022-03-20T18:54:42.404Z] LCOW: [2022-03-20T18:54:42.404Z] Logging Driver: json-file [2022-03-20T18:54:42.404Z] Plugins: [2022-03-20T18:54:42.404Z] Volume: local [2022-03-20T18:54:42.404Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T18:54:42.404Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T18:54:42.404Z] Swarm: inactive [2022-03-20T18:54:42.404Z] Default Isolation: process [2022-03-20T18:54:42.404Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T18:54:42.404Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-20T18:54:42.405Z] OSType: windows [2022-03-20T18:54:42.405Z] Architecture: x86_64 [2022-03-20T18:54:42.405Z] CPUs: 4 [2022-03-20T18:54:42.405Z] Total Memory: 32GiB [2022-03-20T18:54:42.405Z] Name: azwin-2-8edec0 [2022-03-20T18:54:42.405Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-20T18:54:42.405Z] Docker Root Dir: D:\docker [2022-03-20T18:54:42.405Z] Debug Mode: false [2022-03-20T18:54:42.405Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:54:42.405Z] Labels: [2022-03-20T18:54:42.405Z] Experimental: true [2022-03-20T18:54:42.405Z] Insecure Registries: [2022-03-20T18:54:42.405Z] 10.0.0.4:5000 [2022-03-20T18:54:42.405Z] 127.0.0.0/8 [2022-03-20T18:54:42.405Z] Registry Mirrors: [2022-03-20T18:54:42.405Z] http://10.0.0.4:5000/ [2022-03-20T18:54:42.405Z] Live Restore Enabled: false [2022-03-20T18:54:42.405Z] Product License: Community Engine [2022-03-20T18:54:42.405Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-20T18:54:44.283Z] #14 ... [2022-03-20T18:54:44.283Z] [2022-03-20T18:54:44.283Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:54:44.283Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:54:46.366Z] #60 58.02 Updating files: 43% (2011/4619) Updating files: 44% (2033/4619) Updating files: 45% (2079/4619) Updating files: 46% (2125/4619) Updating files: 47% (2171/4619) Updating files: 48% (2218/4619) Updating files: 49% (2264/4619) Updating files: 50% (2310/4619) Updating files: 51% (2356/4619) Updating files: 52% (2402/4619) Updating files: 53% (2449/4619) Updating files: 54% (2495/4619) Updating files: 55% (2541/4619) Updating files: 56% (2587/4619) Updating files: 57% (2633/4619) Updating files: 58% (2680/4619) Updating files: 59% (2726/4619) Updating files: 60% (2772/4619) Updating files: 61% (2818/4619) Updating files: 62% (2864/4619) Updating files: 63% (2910/4619) Updating files: 64% (2957/4619) Updating files: 65% (3003/4619) Updating files: 66% (3049/4619) Updating files: 67% (3095/4619) Updating files: 68% (3141/4619) Updating files: 69% (3188/4619) Updating files: 70% (3234/4619) Updating files: 71% (3280/4619) Updating files: 72% (3326/4619) Updating files: 73% (3372/4619) Updating files: 74% (3419/4619) Updating files: 75% (3465/4619) Updating files: 76% (3511/4619) Updating files: 77% (3557/4619) Updating files: 78% (3603/4619) Updating files: 78% (3644/4619) Updating files: 79% (3650/4619) Updating files: 80% (3696/4619) Updating files: 81% (3742/4619) Updating files: 82% (3788/4619) Updating files: 83% (3834/4619) Updating files: 84% (3880/4619) Updating files: 85% (3927/4619) Updating files: 86% (3973/4619) Updating files: 87% (4019/4619) Updating files: 88% (4065/4619) Updating files: 89% (4111/4619) Updating files: 90% (4158/4619) Updating files: 91% (4204/4619) Updating files: 92% (4250/4619) Updating files: 93% (4296/4619) Updating files: 94% (4342/4619) Updating files: 95% (4389/4619) Updating files: 96% (4435/4619) Updating files: 97% (4481/4619) Updating files: 98% (4527/4619) Updating files: 99% (4573/4619) Updating files: 100% (4619/4619) Updating files: 100% (4619/4619), done. [2022-03-20T18:54:46.626Z] #60 60.05 + cd /tmp/tmp.h8BqBAbFKK/src/github.com/containerd/containerd [2022-03-20T18:54:46.626Z] #60 60.05 + git checkout -q v1.6.1 [2022-03-20T18:54:47.355Z] Client: [2022-03-20T18:54:47.355Z] Context: default [2022-03-20T18:54:47.355Z] Debug Mode: false [2022-03-20T18:54:47.355Z] Plugins: [2022-03-20T18:54:47.355Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-20T18:54:47.355Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-20T18:54:47.355Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-20T18:54:47.355Z] [2022-03-20T18:54:47.355Z] Server: [2022-03-20T18:54:47.355Z] Containers: 0 [2022-03-20T18:54:47.355Z] Running: 0 [2022-03-20T18:54:47.355Z] Paused: 0 [2022-03-20T18:54:47.355Z] Stopped: 0 [2022-03-20T18:54:47.355Z] Images: 0 [2022-03-20T18:54:47.355Z] Server Version: 20.10.9 [2022-03-20T18:54:47.355Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-20T18:54:47.355Z] LCOW: [2022-03-20T18:54:47.355Z] Windows: [2022-03-20T18:54:47.355Z] Logging Driver: json-file [2022-03-20T18:54:47.355Z] Plugins: [2022-03-20T18:54:47.355Z] Volume: local [2022-03-20T18:54:47.355Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T18:54:47.355Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T18:54:47.355Z] Swarm: inactive [2022-03-20T18:54:47.355Z] Default Isolation: process [2022-03-20T18:54:47.355Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-20T18:54:47.355Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-20T18:54:47.355Z] OSType: windows [2022-03-20T18:54:47.355Z] Architecture: x86_64 [2022-03-20T18:54:47.355Z] CPUs: 4 [2022-03-20T18:54:47.355Z] Total Memory: 32GiB [2022-03-20T18:54:47.355Z] Name: azwin-2-93daf0 [2022-03-20T18:54:47.355Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-20T18:54:47.355Z] Docker Root Dir: D:\docker [2022-03-20T18:54:47.355Z] Debug Mode: false [2022-03-20T18:54:47.355Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:54:47.355Z] Labels: [2022-03-20T18:54:47.355Z] Experimental: true [2022-03-20T18:54:47.355Z] Insecure Registries: [2022-03-20T18:54:47.355Z] 10.0.0.4:5000 [2022-03-20T18:54:47.355Z] 127.0.0.0/8 [2022-03-20T18:54:47.355Z] Registry Mirrors: [2022-03-20T18:54:47.355Z] http://10.0.0.4:5000/ [2022-03-20T18:54:47.355Z] Live Restore Enabled: false [2022-03-20T18:54:47.355Z] Product License: Community Engine [2022-03-20T18:54:47.355Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-20T18:54:47.565Z] #60 61.12 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-20T18:54:47.565Z] #60 61.13 + BUILDTAGS='netgo osusergo static_build' [2022-03-20T18:54:47.565Z] #60 61.13 + export EXTRA_FLAGS=-buildmode=pie [2022-03-20T18:54:47.565Z] #60 61.13 + EXTRA_FLAGS=-buildmode=pie [2022-03-20T18:54:47.565Z] #60 61.13 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-20T18:54:47.565Z] #60 61.13 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-20T18:54:47.565Z] #60 61.13 + '[' '' = dynamic ']' [2022-03-20T18:54:47.565Z] #60 61.13 + make [2022-03-20T18:54:48.951Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-20T18:54:49.256Z] Client: [2022-03-20T18:54:49.256Z] Version: 20.10.9 [2022-03-20T18:54:49.256Z] API version: 1.41 [2022-03-20T18:54:49.256Z] Go version: go1.16.8 [2022-03-20T18:54:49.256Z] Git commit: c2ea9bc [2022-03-20T18:54:49.256Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-20T18:54:49.256Z] OS/Arch: windows/amd64 [2022-03-20T18:54:49.256Z] Context: default [2022-03-20T18:54:49.256Z] Experimental: true [2022-03-20T18:54:49.256Z] [2022-03-20T18:54:49.256Z] Server: Docker Engine - Community [2022-03-20T18:54:49.256Z] Engine: [2022-03-20T18:54:49.256Z] Version: 20.10.9 [2022-03-20T18:54:49.256Z] API version: 1.41 (minimum version 1.24) [2022-03-20T18:54:49.256Z] Go version: go1.16.8 [2022-03-20T18:54:49.256Z] Git commit: 79ea9d3 [2022-03-20T18:54:49.256Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-20T18:54:49.256Z] OS/Arch: windows/amd64 [2022-03-20T18:54:49.256Z] Experimental: true [Pipeline] sh [2022-03-20T18:54:49.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-20T18:54:49.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-20T18:54:50.102Z] #60 63.63 + bin/ctr [2022-03-20T18:54:50.776Z] + docker info [2022-03-20T18:54:50.776Z] Client: [2022-03-20T18:54:50.776Z] Context: default [2022-03-20T18:54:50.776Z] Debug Mode: false [2022-03-20T18:54:50.776Z] [2022-03-20T18:54:50.776Z] Server: [2022-03-20T18:54:50.776Z] Containers: 0 [2022-03-20T18:54:50.776Z] Running: 0 [2022-03-20T18:54:50.776Z] Paused: 0 [2022-03-20T18:54:50.776Z] Stopped: 0 [2022-03-20T18:54:50.776Z] Images: 0 [2022-03-20T18:54:50.776Z] Server Version: 20.10.9 [2022-03-20T18:54:50.776Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-20T18:54:50.776Z] Windows: [2022-03-20T18:54:50.776Z] LCOW: [2022-03-20T18:54:50.776Z] Logging Driver: json-file [2022-03-20T18:54:50.776Z] Plugins: [2022-03-20T18:54:50.776Z] Volume: local [2022-03-20T18:54:50.776Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T18:54:50.776Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T18:54:50.776Z] Swarm: inactive [2022-03-20T18:54:50.776Z] Default Isolation: process [2022-03-20T18:54:50.776Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T18:54:50.776Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-20T18:54:50.776Z] OSType: windows [2022-03-20T18:54:50.776Z] Architecture: x86_64 [2022-03-20T18:54:50.776Z] CPUs: 4 [2022-03-20T18:54:50.776Z] Total Memory: 32GiB [2022-03-20T18:54:50.776Z] Name: azwin-2-6dfe50 [2022-03-20T18:54:50.776Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-20T18:54:50.776Z] Docker Root Dir: D:\docker [2022-03-20T18:54:50.776Z] Debug Mode: false [2022-03-20T18:54:50.776Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:54:50.776Z] Labels: [2022-03-20T18:54:50.776Z] Experimental: true [2022-03-20T18:54:50.776Z] Insecure Registries: [2022-03-20T18:54:50.776Z] 10.0.0.4:5000 [2022-03-20T18:54:50.776Z] 127.0.0.0/8 [2022-03-20T18:54:50.776Z] Registry Mirrors: [2022-03-20T18:54:50.776Z] http://10.0.0.4:5000/ [2022-03-20T18:54:50.776Z] Live Restore Enabled: false [2022-03-20T18:54:50.776Z] Product License: Community Engine [2022-03-20T18:54:50.776Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-20T18:54:53.402Z] #60 ... [2022-03-20T18:54:53.402Z] [2022-03-20T18:54:53.402Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:54:53.402Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:54:53.402Z] #14 115.1 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-20T18:54:53.402Z] #14 115.1 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:54:53.402Z] #14 115.1 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-20T18:55:03.466Z] #14 124.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-20T18:55:03.466Z] #14 124.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:55:03.466Z] #14 124.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-20T18:55:04.172Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-20T18:55:04.172Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-0452f505\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-20T18:55:04.172Z] ---------------------------------------------------------------------------- [2022-03-20T18:55:04.172Z] [2022-03-20T18:55:04.172Z] INFO: executeCI.ps1 starting at Sun Mar 20 18:55:01 CUT 2022 [2022-03-20T18:55:04.172Z] [2022-03-20T18:55:04.172Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-20T18:55:04.172Z] INFO: Running git version 2.24.1.windows.2 [2022-03-20T18:55:04.172Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-20T18:55:04.172Z] INFO: Environment variables: [2022-03-20T18:55:04.172Z] [2022-03-20T18:55:04.172Z] Name Value [2022-03-20T18:55:04.172Z] ---- ----- [2022-03-20T18:55:04.172Z] ALLUSERSPROFILE C:\ProgramData [2022-03-20T18:55:04.172Z] amd64 true [2022-03-20T18:55:04.172Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-20T18:55:04.172Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-20T18:55:04.172Z] arm64 true [2022-03-20T18:55:04.172Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-20T18:55:04.172Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-20T18:55:04.172Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-20T18:55:04.172Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-20T18:55:04.172Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-20T18:55:04.172Z] BRANCH_NAME PR-42624 [2022-03-20T18:55:04.172Z] BUILD_DISPLAY_NAME #6 [2022-03-20T18:55:04.172Z] BUILD_ID 6 [2022-03-20T18:55:04.172Z] BUILD_NUMBER 6 [2022-03-20T18:55:04.172Z] BUILD_TAG jenkins-moby-PR-42624-6 [2022-03-20T18:55:04.172Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/ [2022-03-20T18:55:04.172Z] cgroup2 true [2022-03-20T18:55:04.172Z] CHANGE_AUTHOR thaJeztah [2022-03-20T18:55:04.172Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-20T18:55:04.172Z] CHANGE_BRANCH errdefs_reduce_client_deps [2022-03-20T18:55:04.172Z] CHANGE_FORK thaJeztah/docker [2022-03-20T18:55:04.172Z] CHANGE_ID 42624 [2022-03-20T18:55:04.172Z] CHANGE_TARGET master [2022-03-20T18:55:04.172Z] CHANGE_TITLE errdefs: remove dependency on grpc, containerd, and distribution [2022-03-20T18:55:04.172Z] CHANGE_URL https://github.com/moby/moby/pull/42624 [2022-03-20T18:55:04.172Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:55:04.172Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-20T18:55:04.172Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-20T18:55:04.172Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-20T18:55:04.172Z] COMPUTERNAME azwin-2-8edec0 [2022-03-20T18:55:04.172Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-20T18:55:04.172Z] ConfigSequenceNumber 0 [2022-03-20T18:55:04.172Z] dco true [2022-03-20T18:55:04.172Z] DOCKER_BUILDKIT 0 [2022-03-20T18:55:04.172Z] DOCKER_DUT_DEBUG 1 [2022-03-20T18:55:04.172Z] DOCKER_EXPERIMENTAL 1 [2022-03-20T18:55:04.172Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-20T18:55:04.172Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-20T18:55:04.172Z] EXECUTOR_NUMBER 0 [2022-03-20T18:55:04.172Z] FQDN azwin-2-8edec0.westus.cloudapp.azure.com [2022-03-20T18:55:04.172Z] GIT_BRANCH PR-42624 [2022-03-20T18:55:04.172Z] GIT_COMMIT c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:55:04.172Z] GIT_PREVIOUS_COMMIT 5cdb258b6294c0fac212ffcc894044c72589067b [2022-03-20T18:55:04.172Z] GIT_URL https://github.com/moby/moby.git [2022-03-20T18:55:04.172Z] HUDSON_COOKIE 7d58830d-6879-4817-95de-b6d264bd97a8 [2022-03-20T18:55:04.172Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-20T18:55:04.172Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-20T18:55:04.172Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-20T18:55:04.172Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-20T18:55:04.172Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-20T18:55:04.172Z] JENKINS_NODE_COOKIE 7e4c58b6-af25-4c45-a61d-cc03e994dcc8 [2022-03-20T18:55:04.172Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-20T18:55:04.172Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-20T18:55:04.172Z] JOB_BASE_NAME PR-42624 [2022-03-20T18:55:04.172Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/display/redirect [2022-03-20T18:55:04.172Z] JOB_NAME moby/PR-42624 [2022-03-20T18:55:04.172Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/ [2022-03-20T18:55:04.172Z] library.jps.version master [2022-03-20T18:55:04.172Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-20T18:55:04.172Z] NODE_LABELS amd64 azure azwin-2-8edec0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-20T18:55:04.172Z] NODE_NAME azwin-2-8edec0 [2022-03-20T18:55:04.172Z] NUMBER_OF_PROCESSORS 4 [2022-03-20T18:55:04.172Z] OS Windows_NT [2022-03-20T18:55:04.172Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-20T18:55:04.172Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-20T18:55:04.172Z] ppc64le false [2022-03-20T18:55:04.172Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-20T18:55:04.172Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-20T18:55:04.172Z] PROCESSOR_LEVEL 6 [2022-03-20T18:55:04.172Z] PROCESSOR_REVISION 4f01 [2022-03-20T18:55:04.172Z] ProgramData C:\ProgramData [2022-03-20T18:55:04.172Z] ProgramFiles C:\Program Files [2022-03-20T18:55:04.172Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-20T18:55:04.172Z] ProgramW6432 C:\Program Files [2022-03-20T18:55:04.172Z] PROMPT $P$G [2022-03-20T18:55:04.172Z] PSExecutionPolicyPreference Bypass [2022-03-20T18:55:04.172Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-20T18:55:04.172Z] PUBLIC C:\Users\Public [2022-03-20T18:55:04.172Z] rootless true [2022-03-20T18:55:04.172Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=artif... [2022-03-20T18:55:04.172Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=changes [2022-03-20T18:55:04.172Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect [2022-03-20T18:55:04.172Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=tests [2022-03-20T18:55:04.172Z] s390x false [2022-03-20T18:55:04.172Z] SKIP_VALIDATION_TESTS 1 [2022-03-20T18:55:04.172Z] SOURCES_DRIVE d [2022-03-20T18:55:04.172Z] SOURCES_SUBDIR gopath [2022-03-20T18:55:04.173Z] STAGE_NAME Run tests [2022-03-20T18:55:04.173Z] SystemDrive C: [2022-03-20T18:55:04.173Z] SystemRoot C:\Windows [2022-03-20T18:55:04.173Z] TEMP C:\Windows\TEMP [2022-03-20T18:55:04.173Z] TESTDEBUG 0 [2022-03-20T18:55:04.173Z] TESTRUN_DRIVE d [2022-03-20T18:55:04.173Z] TESTRUN_SUBDIR CI [2022-03-20T18:55:04.173Z] TIMEOUT 120m [2022-03-20T18:55:04.173Z] TMP C:\Windows\TEMP [2022-03-20T18:55:04.173Z] unit_validate true [2022-03-20T18:55:04.173Z] USERDOMAIN WORKGROUP [2022-03-20T18:55:04.173Z] USERNAME azwin-2-8edec0$ [2022-03-20T18:55:04.173Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-20T18:55:04.173Z] validate_force false [2022-03-20T18:55:04.173Z] windir C:\Windows [2022-03-20T18:55:04.173Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-20T18:55:04.173Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-20T18:55:04.173Z] windows2022 true [2022-03-20T18:55:04.173Z] windows2022containerd true [2022-03-20T18:55:04.173Z] windowsRS5 true [2022-03-20T18:55:04.173Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-20T18:55:04.173Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-20T18:55:04.173Z] [2022-03-20T18:55:04.173Z] [2022-03-20T18:55:04.173Z] [2022-03-20T18:55:04.173Z] INFO: Sources under d:\gopath\... [2022-03-20T18:55:04.173Z] INFO: Test run under d:\CI\... [2022-03-20T18:55:04.173Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-20T18:55:04.173Z] INFO: docker/docker repository was found [2022-03-20T18:55:04.173Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-20T18:55:05.137Z] ltsc2022: Pulling from windows/servercore [2022-03-20T18:55:05.137Z] 8f616e6e9eec: Pulling fs layer [2022-03-20T18:55:05.137Z] 037d5740b404: Pulling fs layer [2022-03-20T18:55:07.076Z] ok github.com/docker/docker/libnetwork/ipam 16.041s coverage: 85.3% of statements [2022-03-20T18:55:07.076Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-20T18:55:07.076Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-20T18:55:07.076Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-20T18:55:07.076Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-20T18:55:07.076Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-20T18:55:07.076Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-20T18:55:07.076Z] ok github.com/docker/docker/libnetwork/ipamutils 0.267s coverage: 74.0% of statements [2022-03-20T18:55:07.649Z] ok github.com/docker/docker/libnetwork/iptables 0.130s coverage: 45.1% of statements [2022-03-20T18:55:07.649Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-20T18:55:07.911Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-20T18:55:12.541Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-20T18:55:12.541Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d0bdb7ad\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-20T18:55:12.541Z] ---------------------------------------------------------------------------- [2022-03-20T18:55:12.541Z] [2022-03-20T18:55:12.541Z] INFO: executeCI.ps1 starting at Sun Mar 20 18:55:09 CUT 2022 [2022-03-20T18:55:12.541Z] [2022-03-20T18:55:12.541Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-20T18:55:12.541Z] INFO: Running git version 2.24.1.windows.2 [2022-03-20T18:55:12.541Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-20T18:55:12.541Z] INFO: Environment variables: [2022-03-20T18:55:12.541Z] [2022-03-20T18:55:12.541Z] Name Value [2022-03-20T18:55:12.541Z] ---- ----- [2022-03-20T18:55:12.541Z] ALLUSERSPROFILE C:\ProgramData [2022-03-20T18:55:12.541Z] amd64 true [2022-03-20T18:55:12.541Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-20T18:55:12.541Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-20T18:55:12.541Z] arm64 true [2022-03-20T18:55:12.541Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-20T18:55:12.541Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-20T18:55:12.541Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-20T18:55:12.541Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-20T18:55:12.541Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-20T18:55:12.541Z] BRANCH_NAME PR-42624 [2022-03-20T18:55:12.541Z] BUILD_DISPLAY_NAME #6 [2022-03-20T18:55:12.541Z] BUILD_ID 6 [2022-03-20T18:55:12.541Z] BUILD_NUMBER 6 [2022-03-20T18:55:12.541Z] BUILD_TAG jenkins-moby-PR-42624-6 [2022-03-20T18:55:12.541Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/ [2022-03-20T18:55:12.541Z] cgroup2 true [2022-03-20T18:55:12.541Z] CHANGE_AUTHOR thaJeztah [2022-03-20T18:55:12.541Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-20T18:55:12.541Z] CHANGE_BRANCH errdefs_reduce_client_deps [2022-03-20T18:55:12.541Z] CHANGE_FORK thaJeztah/docker [2022-03-20T18:55:12.541Z] CHANGE_ID 42624 [2022-03-20T18:55:12.541Z] CHANGE_TARGET master [2022-03-20T18:55:12.541Z] CHANGE_TITLE errdefs: remove dependency on grpc, containerd, and distribution [2022-03-20T18:55:12.541Z] CHANGE_URL https://github.com/moby/moby/pull/42624 [2022-03-20T18:55:12.541Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:55:12.541Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-20T18:55:12.541Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-20T18:55:12.541Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-20T18:55:12.541Z] COMPUTERNAME azwin-2-6dfe50 [2022-03-20T18:55:12.541Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-20T18:55:12.541Z] ConfigSequenceNumber 0 [2022-03-20T18:55:12.541Z] dco true [2022-03-20T18:55:12.541Z] DOCKER_BUILDKIT 0 [2022-03-20T18:55:12.541Z] DOCKER_DUT_DEBUG 1 [2022-03-20T18:55:12.541Z] DOCKER_EXPERIMENTAL 1 [2022-03-20T18:55:12.541Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-20T18:55:12.541Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-20T18:55:12.541Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-20T18:55:12.541Z] EXECUTOR_NUMBER 0 [2022-03-20T18:55:12.541Z] FQDN azwin-2-6dfe50.westus.cloudapp.azure.com [2022-03-20T18:55:12.541Z] GIT_BRANCH PR-42624 [2022-03-20T18:55:12.541Z] GIT_COMMIT c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:55:12.541Z] GIT_PREVIOUS_COMMIT 5cdb258b6294c0fac212ffcc894044c72589067b [2022-03-20T18:55:12.541Z] GIT_URL https://github.com/moby/moby.git [2022-03-20T18:55:12.541Z] HUDSON_COOKIE 303102ab-7848-4bbf-9b16-6f3858691d8c [2022-03-20T18:55:12.541Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-20T18:55:12.541Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-20T18:55:12.541Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-20T18:55:12.541Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-20T18:55:12.541Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-20T18:55:12.541Z] JENKINS_NODE_COOKIE 58b14268-983d-4eac-800f-84285523a861 [2022-03-20T18:55:12.541Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-20T18:55:12.541Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-20T18:55:12.541Z] JOB_BASE_NAME PR-42624 [2022-03-20T18:55:12.542Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/display/redirect [2022-03-20T18:55:12.542Z] JOB_NAME moby/PR-42624 [2022-03-20T18:55:12.542Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/ [2022-03-20T18:55:12.542Z] library.jps.version master [2022-03-20T18:55:12.542Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-20T18:55:12.542Z] NODE_LABELS amd64 azure azwin-2-6dfe50 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-20T18:55:12.542Z] NODE_NAME azwin-2-6dfe50 [2022-03-20T18:55:12.542Z] NUMBER_OF_PROCESSORS 4 [2022-03-20T18:55:12.542Z] OS Windows_NT [2022-03-20T18:55:12.542Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-20T18:55:12.542Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-20T18:55:12.542Z] ppc64le false [2022-03-20T18:55:12.542Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-20T18:55:12.542Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-20T18:55:12.542Z] PROCESSOR_LEVEL 6 [2022-03-20T18:55:12.542Z] PROCESSOR_REVISION 4f01 [2022-03-20T18:55:12.542Z] ProgramData C:\ProgramData [2022-03-20T18:55:12.542Z] ProgramFiles C:\Program Files [2022-03-20T18:55:12.542Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-20T18:55:12.542Z] ProgramW6432 C:\Program Files [2022-03-20T18:55:12.542Z] PROMPT $P$G [2022-03-20T18:55:12.542Z] PSExecutionPolicyPreference Bypass [2022-03-20T18:55:12.542Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-20T18:55:12.542Z] PUBLIC C:\Users\Public [2022-03-20T18:55:12.542Z] rootless true [2022-03-20T18:55:12.542Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=artif... [2022-03-20T18:55:12.542Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=changes [2022-03-20T18:55:12.542Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect [2022-03-20T18:55:12.542Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=tests [2022-03-20T18:55:12.542Z] s390x false [2022-03-20T18:55:12.542Z] SKIP_VALIDATION_TESTS 1 [2022-03-20T18:55:12.542Z] SOURCES_DRIVE d [2022-03-20T18:55:12.542Z] SOURCES_SUBDIR gopath [2022-03-20T18:55:12.542Z] STAGE_NAME Run tests [2022-03-20T18:55:12.542Z] SystemDrive C: [2022-03-20T18:55:12.542Z] SystemRoot C:\Windows [2022-03-20T18:55:12.542Z] TEMP C:\Windows\TEMP [2022-03-20T18:55:12.542Z] TESTDEBUG 0 [2022-03-20T18:55:12.542Z] TESTRUN_DRIVE d [2022-03-20T18:55:12.542Z] TESTRUN_SUBDIR CI [2022-03-20T18:55:12.542Z] TIMEOUT 120m [2022-03-20T18:55:12.542Z] TMP C:\Windows\TEMP [2022-03-20T18:55:12.542Z] unit_validate true [2022-03-20T18:55:12.542Z] USERDOMAIN WORKGROUP [2022-03-20T18:55:12.542Z] USERNAME azwin-2-6dfe50$ [2022-03-20T18:55:12.542Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-20T18:55:12.542Z] validate_force false [2022-03-20T18:55:12.542Z] windir C:\Windows [2022-03-20T18:55:12.542Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-20T18:55:12.542Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-20T18:55:12.542Z] windows2022 true [2022-03-20T18:55:12.542Z] windows2022containerd true [2022-03-20T18:55:12.542Z] windowsRS5 true [2022-03-20T18:55:12.542Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-20T18:55:12.542Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-20T18:55:12.542Z] [2022-03-20T18:55:12.542Z] [2022-03-20T18:55:12.542Z] [2022-03-20T18:55:12.542Z] INFO: Sources under d:\gopath\... [2022-03-20T18:55:12.542Z] INFO: Test run under d:\CI\... [2022-03-20T18:55:12.542Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-20T18:55:12.542Z] INFO: docker/docker repository was found [2022-03-20T18:55:12.542Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-20T18:55:13.000Z] ltsc2022: Pulling from windows/servercore [2022-03-20T18:55:13.000Z] 8f616e6e9eec: Pulling fs layer [2022-03-20T18:55:13.000Z] 037d5740b404: Pulling fs layer [2022-03-20T18:55:13.411Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-20T18:55:13.411Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-63037312\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-20T18:55:13.411Z] ---------------------------------------------------------------------------- [2022-03-20T18:55:13.411Z] [2022-03-20T18:55:13.411Z] INFO: executeCI.ps1 starting at Sun Mar 20 18:55:11 CUT 2022 [2022-03-20T18:55:13.411Z] [2022-03-20T18:55:13.411Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-20T18:55:13.411Z] INFO: Running git version 2.24.1.windows.2 [2022-03-20T18:55:13.411Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-20T18:55:13.411Z] INFO: Environment variables: [2022-03-20T18:55:13.411Z] [2022-03-20T18:55:13.411Z] Name Value [2022-03-20T18:55:13.411Z] ---- ----- [2022-03-20T18:55:13.411Z] ALLUSERSPROFILE C:\ProgramData [2022-03-20T18:55:13.411Z] amd64 true [2022-03-20T18:55:13.411Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-20T18:55:13.411Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-20T18:55:13.411Z] arm64 true [2022-03-20T18:55:13.411Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-20T18:55:13.411Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-20T18:55:13.411Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-20T18:55:13.411Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-20T18:55:13.411Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-20T18:55:13.411Z] BRANCH_NAME PR-42624 [2022-03-20T18:55:13.411Z] BUILD_DISPLAY_NAME #6 [2022-03-20T18:55:13.411Z] BUILD_ID 6 [2022-03-20T18:55:13.411Z] BUILD_NUMBER 6 [2022-03-20T18:55:13.411Z] BUILD_TAG jenkins-moby-PR-42624-6 [2022-03-20T18:55:13.411Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/ [2022-03-20T18:55:13.411Z] cgroup2 true [2022-03-20T18:55:13.411Z] CHANGE_AUTHOR thaJeztah [2022-03-20T18:55:13.411Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-20T18:55:13.411Z] CHANGE_BRANCH errdefs_reduce_client_deps [2022-03-20T18:55:13.411Z] CHANGE_FORK thaJeztah/docker [2022-03-20T18:55:13.411Z] CHANGE_ID 42624 [2022-03-20T18:55:13.411Z] CHANGE_TARGET master [2022-03-20T18:55:13.411Z] CHANGE_TITLE errdefs: remove dependency on grpc, containerd, and distribution [2022-03-20T18:55:13.411Z] CHANGE_URL https://github.com/moby/moby/pull/42624 [2022-03-20T18:55:13.411Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-20T18:55:13.411Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-20T18:55:13.411Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-20T18:55:13.411Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-20T18:55:13.411Z] COMPUTERNAME azwin-2-93daf0 [2022-03-20T18:55:13.411Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-20T18:55:13.411Z] ConfigSequenceNumber 0 [2022-03-20T18:55:13.411Z] dco true [2022-03-20T18:55:13.411Z] DOCKER_BUILDKIT 0 [2022-03-20T18:55:13.411Z] DOCKER_DUT_DEBUG 1 [2022-03-20T18:55:13.411Z] DOCKER_EXPERIMENTAL 1 [2022-03-20T18:55:13.411Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-20T18:55:13.411Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-20T18:55:13.411Z] EXECUTOR_NUMBER 0 [2022-03-20T18:55:13.411Z] FQDN azwin-2-93daf0.westus.cloudapp.azure.com [2022-03-20T18:55:13.412Z] GIT_BRANCH PR-42624 [2022-03-20T18:55:13.412Z] GIT_COMMIT c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:55:13.412Z] GIT_PREVIOUS_COMMIT 5cdb258b6294c0fac212ffcc894044c72589067b [2022-03-20T18:55:13.412Z] GIT_URL https://github.com/moby/moby.git [2022-03-20T18:55:13.412Z] HUDSON_COOKIE 382ca5e0-402f-4bd8-9ba2-1ee585139708 [2022-03-20T18:55:13.412Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-20T18:55:13.412Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-20T18:55:13.412Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-20T18:55:13.412Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-20T18:55:13.412Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-20T18:55:13.412Z] JENKINS_NODE_COOKIE 355ed761-91dc-4c4d-968d-5a40f70a7441 [2022-03-20T18:55:13.412Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-20T18:55:13.412Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-20T18:55:13.412Z] JOB_BASE_NAME PR-42624 [2022-03-20T18:55:13.412Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/display/redirect [2022-03-20T18:55:13.412Z] JOB_NAME moby/PR-42624 [2022-03-20T18:55:13.412Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/ [2022-03-20T18:55:13.412Z] library.jps.version master [2022-03-20T18:55:13.412Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-20T18:55:13.412Z] NODE_LABELS amd64 azure azwin-2-93daf0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-20T18:55:13.412Z] NODE_NAME azwin-2-93daf0 [2022-03-20T18:55:13.412Z] NUMBER_OF_PROCESSORS 4 [2022-03-20T18:55:13.412Z] OS Windows_NT [2022-03-20T18:55:13.412Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-20T18:55:13.412Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-20T18:55:13.412Z] ppc64le false [2022-03-20T18:55:13.412Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-20T18:55:13.412Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-20T18:55:13.412Z] PROCESSOR_LEVEL 6 [2022-03-20T18:55:13.412Z] PROCESSOR_REVISION 4f01 [2022-03-20T18:55:13.412Z] ProgramData C:\ProgramData [2022-03-20T18:55:13.412Z] ProgramFiles C:\Program Files [2022-03-20T18:55:13.412Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-20T18:55:13.412Z] ProgramW6432 C:\Program Files [2022-03-20T18:55:13.412Z] PROMPT $P$G [2022-03-20T18:55:13.412Z] PSExecutionPolicyPreference Bypass [2022-03-20T18:55:13.412Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-20T18:55:13.412Z] PUBLIC C:\Users\Public [2022-03-20T18:55:13.412Z] rootless true [2022-03-20T18:55:13.412Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=artif... [2022-03-20T18:55:13.412Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=changes [2022-03-20T18:55:13.412Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect [2022-03-20T18:55:13.412Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42624/6/display/redirect?page=tests [2022-03-20T18:55:13.412Z] s390x false [2022-03-20T18:55:13.412Z] SKIP_VALIDATION_TESTS 1 [2022-03-20T18:55:13.412Z] SOURCES_DRIVE d [2022-03-20T18:55:13.412Z] SOURCES_SUBDIR gopath [2022-03-20T18:55:13.412Z] STAGE_NAME Run tests [2022-03-20T18:55:13.412Z] SystemDrive C: [2022-03-20T18:55:13.412Z] SystemRoot C:\Windows [2022-03-20T18:55:13.412Z] TEMP C:\Windows\TEMP [2022-03-20T18:55:13.412Z] TESTDEBUG 0 [2022-03-20T18:55:13.412Z] TESTRUN_DRIVE d [2022-03-20T18:55:13.412Z] TESTRUN_SUBDIR CI [2022-03-20T18:55:13.412Z] TIMEOUT 120m [2022-03-20T18:55:13.412Z] TMP C:\Windows\TEMP [2022-03-20T18:55:13.412Z] unit_validate true [2022-03-20T18:55:13.412Z] USERDOMAIN WORKGROUP [2022-03-20T18:55:13.412Z] USERNAME azwin-2-93daf0$ [2022-03-20T18:55:13.412Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-20T18:55:13.412Z] validate_force false [2022-03-20T18:55:13.412Z] windir C:\Windows [2022-03-20T18:55:13.412Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-20T18:55:13.412Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-20T18:55:13.412Z] windows2022 true [2022-03-20T18:55:13.412Z] windows2022containerd true [2022-03-20T18:55:13.412Z] windowsRS5 true [2022-03-20T18:55:13.412Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-20T18:55:13.412Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-20T18:55:13.412Z] [2022-03-20T18:55:13.412Z] [2022-03-20T18:55:13.412Z] [2022-03-20T18:55:13.478Z] #14 134.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-20T18:55:13.478Z] #14 134.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:55:13.478Z] #14 134.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-20T18:55:14.983Z] INFO: Sources under d:\gopath\... [2022-03-20T18:55:14.983Z] INFO: Test run under d:\CI\... [2022-03-20T18:55:14.983Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-20T18:55:14.983Z] INFO: docker/docker repository was found [2022-03-20T18:55:15.470Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-20T18:55:15.470Z] ltsc2019: Pulling from windows/servercore [2022-03-20T18:55:15.942Z] 4612f6d0b889: Pulling fs layer [2022-03-20T18:55:15.942Z] 0a6173b79e25: Pulling fs layer [2022-03-20T18:55:16.243Z] --- PASS: TestBuildWithHugeFile (52.34s) [2022-03-20T18:55:16.243Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T18:55:16.243Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T18:55:16.243Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T18:55:16.243Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T18:55:16.243Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T18:55:16.243Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T18:55:16.243Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T18:55:16.243Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T18:55:16.243Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T18:55:16.243Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T18:55:16.243Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T18:55:16.243Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T18:55:16.243Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T18:55:16.243Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-20T18:55:16.243Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-03-20T18:55:16.243Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-20T18:55:16.243Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-20T18:55:16.243Z] === RUN TestBuildPreserveOwnership [2022-03-20T18:55:16.243Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-20T18:55:16.243Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-20T18:55:16.243Z] --- PASS: TestBuildPreserveOwnership (3.47s) [2022-03-20T18:55:16.243Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.32s) [2022-03-20T18:55:16.243Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s) [2022-03-20T18:55:16.243Z] === RUN TestBuildPlatformInvalid [2022-03-20T18:55:16.243Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-20T18:55:16.243Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-20T18:55:16.502Z] Loaded image: busybox:latest [2022-03-20T18:55:16.762Z] Loaded image: busybox:glibc [2022-03-20T18:55:18.140Z] Loaded image: debian:bullseye-slim [2022-03-20T18:55:18.140Z] Loaded image: hello-world:latest [2022-03-20T18:55:18.140Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T18:55:26.232Z] 8f616e6e9eec: Verifying Checksum [2022-03-20T18:55:26.232Z] 8f616e6e9eec: Download complete [2022-03-20T18:55:26.262Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.50s) [2022-03-20T18:55:26.262Z] PASS [2022-03-20T18:55:26.262Z] [2022-03-20T18:55:26.262Z] === Skipped [2022-03-20T18:55:26.262Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-20T18:55:26.262Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T18:55:26.262Z] [2022-03-20T18:55:26.262Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T18:55:26.262Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T18:55:26.262Z] [2022-03-20T18:55:26.262Z] DONE 34 tests, 2 skipped in 87.413s [2022-03-20T18:55:26.262Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-20T18:55:26.262Z] INFO: Testing against a local daemon [2022-03-20T18:55:26.262Z] === RUN TestConfigInspect [2022-03-20T18:55:27.826Z] 037d5740b404: Download complete [2022-03-20T18:55:27.827Z] 8f616e6e9eec: Verifying Checksum [2022-03-20T18:55:27.827Z] 8f616e6e9eec: Download complete [2022-03-20T18:55:28.373Z] #14 ... [2022-03-20T18:55:28.373Z] [2022-03-20T18:55:28.373Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:55:28.373Z] #63 sha256:b796b2bc9e76f7f852d4b4319eb1a8cc214f6d97a7963937122126d1bdcb7028 [2022-03-20T18:55:28.373Z] #63 147.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-20T18:55:28.373Z] #63 147.2 + GOBIN=/build [2022-03-20T18:55:28.373Z] #63 147.2 + GO111MODULE=on [2022-03-20T18:55:28.373Z] #63 147.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-20T18:55:28.794Z] --- PASS: TestConfigInspect (2.12s) [2022-03-20T18:55:28.794Z] === RUN TestConfigList [2022-03-20T18:55:30.699Z] --- PASS: TestConfigList (2.12s) [2022-03-20T18:55:30.699Z] === RUN TestConfigsCreateAndDelete [2022-03-20T18:55:30.922Z] 0a6173b79e25: Verifying Checksum [2022-03-20T18:55:30.922Z] 0a6173b79e25: Download complete [2022-03-20T18:55:31.678Z] #63 ... [2022-03-20T18:55:31.678Z] [2022-03-20T18:55:31.678Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:55:31.678Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:55:31.678Z] #14 153.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-20T18:55:31.678Z] #14 153.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-20T18:55:31.678Z] #14 153.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-20T18:55:32.601Z] --- PASS: TestConfigsCreateAndDelete (2.13s) [2022-03-20T18:55:32.601Z] === RUN TestConfigsUpdate [2022-03-20T18:55:34.499Z] --- PASS: TestConfigsUpdate (1.71s) [2022-03-20T18:55:34.499Z] === RUN TestTemplatedConfig [2022-03-20T18:55:35.876Z] #14 ... [2022-03-20T18:55:35.876Z] [2022-03-20T18:55:35.876Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-20T18:55:35.876Z] #63 sha256:b796b2bc9e76f7f852d4b4319eb1a8cc214f6d97a7963937122126d1bdcb7028 [2022-03-20T18:55:35.876Z] #63 154.9 rootlesskit version 0.14.6 [2022-03-20T18:55:35.876Z] #63 154.9 Usage of /build/rootlesskit-docker-proxy: [2022-03-20T18:55:35.876Z] #63 154.9 -container-ip string [2022-03-20T18:55:35.876Z] #63 154.9 container ip [2022-03-20T18:55:35.876Z] #63 154.9 -container-port int [2022-03-20T18:55:35.876Z] #63 154.9 container port (default -1) [2022-03-20T18:55:35.876Z] #63 154.9 -host-ip string [2022-03-20T18:55:35.876Z] #63 154.9 host ip [2022-03-20T18:55:35.876Z] #63 154.9 -host-port int [2022-03-20T18:55:35.876Z] #63 154.9 host port (default -1) [2022-03-20T18:55:35.876Z] #63 154.9 -proto string [2022-03-20T18:55:35.876Z] #63 154.9 proxy protocol (default "tcp") [2022-03-20T18:55:35.876Z] #63 DONE 156.6s [2022-03-20T18:55:35.876Z] [2022-03-20T18:55:35.876Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-20T18:55:35.876Z] #64 sha256:c0361943c53ca6017f8db3277e4f9c7eab5f3fa8e476e1a0e6882bff13175646 [2022-03-20T18:55:35.876Z] #64 DONE 0.1s [2022-03-20T18:55:35.876Z] [2022-03-20T18:55:35.876Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-20T18:55:35.876Z] #65 sha256:e864f2812577862620523b780744b1f2c1610138448f9d4f9a52c7d3687670ed [2022-03-20T18:55:35.876Z] #65 DONE 0.1s [2022-03-20T18:55:35.876Z] [2022-03-20T18:55:35.876Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:55:35.876Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:55:37.034Z] --- PASS: TestTemplatedConfig (2.63s) [2022-03-20T18:55:37.034Z] === RUN TestConfigCreateResolve [2022-03-20T18:55:39.567Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-03-20T18:55:39.567Z] PASS [2022-03-20T18:55:39.567Z] [2022-03-20T18:55:39.567Z] DONE 6 tests in 12.927s [2022-03-20T18:55:39.567Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-20T18:55:39.567Z] INFO: Testing against a local daemon [2022-03-20T18:55:39.567Z] === RUN TestCheckpoint [2022-03-20T18:55:39.567Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T18:55:39.567Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T18:55:39.567Z] === RUN TestContainerInvalidJSON [2022-03-20T18:55:39.567Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T18:55:39.567Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T18:55:39.567Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T18:55:39.567Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T18:55:39.567Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T18:55:39.567Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T18:55:39.567Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-20T18:55:39.567Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-20T18:55:39.567Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-20T18:55:39.567Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T18:55:39.567Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-20T18:55:39.567Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T18:55:39.567Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-20T18:55:39.567Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T18:55:39.567Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-20T18:55:39.567Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T18:55:39.567Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-20T18:55:39.567Z] === RUN TestCopyFromContainer [2022-03-20T18:55:40.082Z] #51 ... [2022-03-20T18:55:40.082Z] [2022-03-20T18:55:40.082Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-20T18:55:40.082Z] #14 sha256:ba8ec6f68dc80ee052314fe68ddd92b0435d826d2bff5cccb98594a03163ceb0 [2022-03-20T18:55:40.082Z] #14 161.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-20T18:55:40.082Z] #14 161.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-20T18:55:40.082Z] #14 161.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-20T18:55:40.082Z] #14 161.7 Selecting previously unselected package libapparmor1:amd64. [2022-03-20T18:55:40.082Z] #14 161.7 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-20T18:55:40.082Z] #14 161.7 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-20T18:55:40.082Z] #14 161.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-20T18:55:40.082Z] #14 161.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-20T18:55:40.082Z] #14 161.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-20T18:55:40.344Z] #14 162.0 Selecting previously unselected package libbtrfs0:amd64. [2022-03-20T18:55:40.344Z] #14 162.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-20T18:55:40.344Z] #14 162.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-20T18:55:40.344Z] #14 162.2 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-20T18:55:40.344Z] #14 162.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-20T18:55:40.344Z] #14 162.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-20T18:55:40.504Z] === RUN TestCopyFromContainer// [2022-03-20T18:55:40.504Z] === RUN TestCopyFromContainer//bar/root [2022-03-20T18:55:40.605Z] #14 162.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-20T18:55:40.763Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-20T18:55:40.763Z] === RUN TestCopyFromContainer/bar/quux [2022-03-20T18:55:40.763Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-20T18:55:40.763Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-20T18:55:40.763Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-20T18:55:40.868Z] #14 162.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-20T18:55:40.869Z] #14 162.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-20T18:55:40.869Z] #14 162.6 Selecting previously unselected package libudev-dev:amd64. [2022-03-20T18:55:40.869Z] #14 162.6 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-20T18:55:40.869Z] #14 162.6 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-20T18:55:41.023Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-20T18:55:41.023Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-20T18:55:41.023Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer (1.59s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-20T18:55:41.023Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-20T18:55:41.023Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T18:55:41.023Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T18:55:41.023Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T18:55:41.023Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T18:55:41.023Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T18:55:41.023Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T18:55:41.023Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T18:55:41.023Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T18:55:41.023Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T18:55:41.023Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T18:55:41.023Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-20T18:55:41.023Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-20T18:55:41.023Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-20T18:55:41.023Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-20T18:55:41.023Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T18:55:41.023Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-20T18:55:41.023Z] === RUN TestCreateWithInvalidEnv [2022-03-20T18:55:41.023Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T18:55:41.023Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T18:55:41.023Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T18:55:41.023Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T18:55:41.023Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T18:55:41.023Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T18:55:41.129Z] #14 162.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-20T18:55:41.129Z] #14 162.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-20T18:55:41.129Z] #14 162.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-20T18:55:41.129Z] #14 163.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-20T18:55:41.283Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T18:55:41.283Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T18:55:41.283Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T18:55:41.283Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-20T18:55:41.283Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T18:55:41.283Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T18:55:41.283Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T18:55:41.283Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T18:55:41.283Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-20T18:55:41.283Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T18:55:41.374Z] 4612f6d0b889: Verifying Checksum [2022-03-20T18:55:41.374Z] 4612f6d0b889: Download complete [2022-03-20T18:55:41.390Z] #14 163.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-20T18:55:41.390Z] #14 163.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-20T18:55:41.651Z] #14 163.3 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-20T18:55:41.651Z] #14 163.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-20T18:55:41.651Z] #14 163.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-20T18:55:41.911Z] #14 163.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-20T18:55:41.911Z] #14 163.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-20T18:55:41.911Z] #14 163.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-20T18:55:41.911Z] #14 163.7 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-20T18:55:41.911Z] #14 163.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-20T18:55:41.911Z] #14 163.7 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-20T18:55:42.481Z] #14 164.3 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-20T18:55:42.482Z] #14 164.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-20T18:55:42.482Z] #14 164.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-20T18:55:42.661Z] --- PASS: TestCreateWithCustomMaskedPaths (1.56s) [2022-03-20T18:55:42.661Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T18:55:42.743Z] #14 164.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-20T18:55:42.743Z] #14 164.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-20T18:55:42.743Z] #14 164.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-20T18:55:43.003Z] #14 164.8 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-20T18:55:43.004Z] #14 164.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-20T18:55:43.004Z] #14 164.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-20T18:55:43.004Z] #14 164.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-20T18:55:43.265Z] #14 164.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-20T18:55:43.265Z] #14 164.9 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-20T18:55:43.834Z] #14 165.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-20T18:55:43.834Z] #14 165.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-20T18:55:43.834Z] #14 165.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-20T18:55:43.834Z] #14 165.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-20T18:55:43.834Z] #14 165.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-20T18:55:43.834Z] #14 165.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-20T18:55:43.834Z] #14 165.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-20T18:55:43.834Z] #14 165.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-20T18:55:43.834Z] #14 165.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-20T18:55:43.834Z] #14 165.7 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-20T18:55:44.093Z] #14 165.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-20T18:55:44.093Z] #14 165.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-20T18:55:44.093Z] #14 165.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-20T18:55:44.093Z] #14 165.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-20T18:55:44.093Z] #14 165.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-20T18:55:44.093Z] #14 165.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-20T18:55:44.093Z] #14 165.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-20T18:55:44.093Z] #14 165.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-20T18:55:44.093Z] #14 165.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-20T18:55:44.093Z] #14 165.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-20T18:55:44.093Z] #14 166.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-20T18:55:44.352Z] #14 166.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-20T18:55:44.352Z] #14 166.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-20T18:55:44.352Z] #14 166.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-20T18:55:44.352Z] #14 166.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-20T18:55:44.352Z] #14 166.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-20T18:55:44.352Z] #14 166.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-20T18:55:44.352Z] #14 166.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-20T18:55:44.562Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s) [2022-03-20T18:55:44.562Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T18:55:44.562Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T18:55:44.562Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T18:55:44.562Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T18:55:44.562Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T18:55:44.562Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T18:55:44.562Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T18:55:44.562Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T18:55:44.562Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T18:55:44.562Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T18:55:44.563Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T18:55:44.563Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T18:55:44.563Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T18:55:44.563Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T18:55:44.563Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T18:55:44.563Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T18:55:44.563Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-20T18:55:44.563Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T18:55:44.563Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T18:55:44.563Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T18:55:44.563Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T18:55:44.563Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-20T18:55:44.563Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T18:55:44.820Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2022-03-20T18:55:44.820Z] === RUN TestCreateDifferentPlatform [2022-03-20T18:55:44.820Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T18:55:44.820Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T18:55:44.820Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-20T18:55:44.820Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-20T18:55:44.820Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-20T18:55:44.821Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T18:55:44.821Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-20T18:55:44.821Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T18:55:45.079Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-20T18:55:45.079Z] === RUN TestContainerStartOnDaemonRestart [2022-03-20T18:55:45.079Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-20T18:55:45.079Z] === RUN TestDaemonRestartIpcMode [2022-03-20T18:55:45.079Z] === PAUSE TestDaemonRestartIpcMode [2022-03-20T18:55:45.079Z] === RUN TestDaemonHostGatewayIP [2022-03-20T18:55:45.079Z] === PAUSE TestDaemonHostGatewayIP [2022-03-20T18:55:45.079Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-20T18:55:45.079Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-20T18:55:45.079Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T18:55:45.079Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-20T18:55:45.079Z] === RUN TestDiff [2022-03-20T18:55:45.645Z] --- PASS: TestDiff (0.57s) [2022-03-20T18:55:45.645Z] === RUN TestExecWithCloseStdin [2022-03-20T18:55:45.731Z] #14 DONE 167.5s [2022-03-20T18:55:45.731Z] [2022-03-20T18:55:45.731Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-20T18:55:45.731Z] #55 sha256:864b7c920d2aa2c96f4147d75d7035b5da6f26c351a0332181b4fb97ace70ffb [2022-03-20T18:55:45.991Z] #55 DONE 0.2s [2022-03-20T18:55:45.991Z] [2022-03-20T18:55:45.991Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-20T18:55:45.991Z] #15 sha256:e0bd8129928f6cafb14f2c64389fde148716bd5e3dd153effb8c7ddebefe13c6 [2022-03-20T18:55:46.210Z] --- PASS: TestExecWithCloseStdin (0.66s) [2022-03-20T18:55:46.210Z] === RUN TestExec [2022-03-20T18:55:46.775Z] --- PASS: TestExec (0.63s) [2022-03-20T18:55:46.775Z] === RUN TestExecUser [2022-03-20T18:55:47.297Z] 037d5740b404: Verifying Checksum [2022-03-20T18:55:47.297Z] 037d5740b404: Download complete [2022-03-20T18:55:47.342Z] --- PASS: TestExecUser (0.64s) [2022-03-20T18:55:47.342Z] === RUN TestExportContainerAndImportImage [2022-03-20T18:55:47.901Z] #15 DONE 2.0s [2022-03-20T18:55:47.901Z] [2022-03-20T18:55:47.901Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:55:47.901Z] #56 sha256:31873a33bed9427b745bffcdbf3ebc525610f411b3e3a7f720b035ebe1c82cdc [2022-03-20T18:55:47.901Z] #56 1.569 + RM_GOPATH=0 [2022-03-20T18:55:47.901Z] #56 1.569 + TMP_GOPATH= [2022-03-20T18:55:47.901Z] #56 1.569 + : /build [2022-03-20T18:55:47.901Z] #56 1.569 + '[' -z '' ']' [2022-03-20T18:55:47.901Z] #56 1.569 ++ mktemp -d [2022-03-20T18:55:47.901Z] #56 1.572 + export GOPATH=/tmp/tmp.kdL5dcBFu7 [2022-03-20T18:55:47.901Z] #56 1.572 + GOPATH=/tmp/tmp.kdL5dcBFu7 [2022-03-20T18:55:47.901Z] #56 1.572 + RM_GOPATH=1 [2022-03-20T18:55:47.901Z] #56 1.572 + case "$(go env GOARCH)" in [2022-03-20T18:55:47.901Z] #56 1.574 ++ go env GOARCH [2022-03-20T18:55:47.901Z] #56 1.586 + export GO_BUILDMODE=-buildmode=pie [2022-03-20T18:55:47.901Z] #56 1.586 + GO_BUILDMODE=-buildmode=pie [2022-03-20T18:55:47.901Z] #56 1.592 ++ dirname /install.sh [2022-03-20T18:55:47.901Z] #56 1.594 + dir=/ [2022-03-20T18:55:47.901Z] #56 1.594 + bin=runc [2022-03-20T18:55:47.901Z] #56 1.594 + shift [2022-03-20T18:55:47.901Z] #56 1.594 + '[' '!' -f //runc.installer ']' [2022-03-20T18:55:47.901Z] #56 1.594 + . //runc.installer [2022-03-20T18:55:47.901Z] #56 1.594 ++ set -e [2022-03-20T18:55:47.901Z] #56 1.594 ++ : v1.1.0 [2022-03-20T18:55:47.901Z] #56 1.594 + install_runc [2022-03-20T18:55:47.901Z] #56 1.594 + RUNC_BUILDTAGS=seccomp [2022-03-20T18:55:47.901Z] #56 1.594 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-20T18:55:47.901Z] #56 1.594 Install runc version v1.1.0 (build tags: seccomp) [2022-03-20T18:55:47.901Z] #56 1.596 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kdL5dcBFu7/src/github.com/opencontainers/runc [2022-03-20T18:55:47.901Z] #56 1.598 Cloning into '/tmp/tmp.kdL5dcBFu7/src/github.com/opencontainers/runc'... [2022-03-20T18:55:48.278Z] --- PASS: TestExportContainerAndImportImage (0.73s) [2022-03-20T18:55:48.278Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T18:55:49.286Z] #56 ... [2022-03-20T18:55:49.286Z] [2022-03-20T18:55:49.286Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-20T18:55:49.286Z] #16 sha256:b751ea7e777a86ed6701cce9978ac3d0f9d4f4baeac30f3275e3de55ff95f927 [2022-03-20T18:55:49.286Z] #16 DONE 1.5s [2022-03-20T18:55:49.286Z] [2022-03-20T18:55:49.286Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-20T18:55:49.286Z] #17 sha256:9ee9706bdc79025ab47f79603e6a9a94166f94e78fb802bb1785d81641178a1a [2022-03-20T18:55:49.655Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-03-20T18:55:49.655Z] === RUN TestHealthCheckWorkdir [2022-03-20T18:55:50.224Z] --- PASS: TestHealthCheckWorkdir (0.84s) [2022-03-20T18:55:50.224Z] === RUN TestHealthKillContainer [2022-03-20T18:55:50.671Z] #17 1.210 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-20T18:55:50.671Z] #17 DONE 1.6s [2022-03-20T18:55:50.671Z] [2022-03-20T18:55:50.671Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:55:50.671Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:55:50.932Z] #60 ... [2022-03-20T18:55:50.932Z] [2022-03-20T18:55:50.932Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-20T18:55:50.932Z] #18 sha256:5bab2126fe285cdfcb5cce2942b2e1de64b20f8f9bc1fd622db7b4a11d878495 [2022-03-20T18:55:52.318Z] #18 DONE 1.6s [2022-03-20T18:55:52.318Z] [2022-03-20T18:55:52.318Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:55:52.318Z] #56 sha256:31873a33bed9427b745bffcdbf3ebc525610f411b3e3a7f720b035ebe1c82cdc [2022-03-20T18:55:52.579Z] #56 ... [2022-03-20T18:55:52.579Z] [2022-03-20T18:55:52.579Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-20T18:55:52.579Z] #19 sha256:4109829b79a02029044b16a9cf658842b1613880b557f5d8c310e0ab27375b26 [2022-03-20T18:55:53.963Z] #19 DONE 1.5s [2022-03-20T18:55:53.963Z] [2022-03-20T18:55:53.963Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:55:53.963Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:55:53.963Z] #43 ... [2022-03-20T18:55:53.963Z] [2022-03-20T18:55:53.963Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-20T18:55:53.963Z] #20 sha256:f45eb3e77314e285bc63796f47f3bfda3c26c4daea253c32e049fe74ca05ef28 [2022-03-20T18:55:55.871Z] #20 DONE 1.6s [2022-03-20T18:55:55.871Z] [2022-03-20T18:55:55.871Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-20T18:55:55.871Z] #21 sha256:0f4568eb01b5589296fe07105c429f43880fdff325e4327c1a1811429fc6718a [2022-03-20T18:55:57.250Z] #21 1.626 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-20T18:55:57.250Z] #21 1.798 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-20T18:55:57.509Z] #21 1.980 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-20T18:55:57.509Z] #21 2.058 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-20T18:55:57.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-20T18:55:58.449Z] #21 2.878 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-20T18:55:59.391Z] #21 3.954 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-20T18:56:00.197Z] --- PASS: TestHealthKillContainer (8.24s) [2022-03-20T18:56:00.197Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T18:56:00.197Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2022-03-20T18:56:00.197Z] === RUN TestIpcModeNone [2022-03-20T18:56:00.197Z] --- PASS: TestIpcModeNone (0.59s) [2022-03-20T18:56:00.197Z] === RUN TestIpcModePrivate [2022-03-20T18:56:00.197Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-03-20T18:56:00.197Z] --- PASS: TestIpcModePrivate (0.58s) [2022-03-20T18:56:00.197Z] === RUN TestIpcModeShareable [2022-03-20T18:56:00.457Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-03-20T18:56:00.716Z] --- PASS: TestIpcModeShareable (0.58s) [2022-03-20T18:56:00.716Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-20T18:56:02.621Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.73s) [2022-03-20T18:56:02.621Z] === RUN TestAPIIpcModeHost [2022-03-20T18:56:02.690Z] #21 ... [2022-03-20T18:56:02.690Z] [2022-03-20T18:56:02.690Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-20T18:56:02.690Z] #34 sha256:922cb1ba6d7e4656995c6a7f3990508cb942c76a22dd05bd588fce2f6a70cd27 [2022-03-20T18:56:02.690Z] #34 DONE 183.9s [2022-03-20T18:56:02.690Z] [2022-03-20T18:56:02.690Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:56:02.690Z] #56 sha256:31873a33bed9427b745bffcdbf3ebc525610f411b3e3a7f720b035ebe1c82cdc [2022-03-20T18:56:02.690Z] #56 12.58 + cd /tmp/tmp.kdL5dcBFu7/src/github.com/opencontainers/runc [2022-03-20T18:56:02.690Z] #56 12.58 + git checkout -q v1.1.0 [2022-03-20T18:56:02.690Z] #56 12.88 + '[' -z '' ']' [2022-03-20T18:56:02.690Z] #56 12.88 + target=static [2022-03-20T18:56:02.690Z] #56 12.88 + make BUILDTAGS=seccomp static [2022-03-20T18:56:02.690Z] #56 13.41 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-20T18:56:02.881Z] --- PASS: TestAPIIpcModeHost (0.37s) [2022-03-20T18:56:02.881Z] === RUN TestDaemonIpcModeShareable [2022-03-20T18:56:03.818Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-20T18:56:04.077Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-03-20T18:56:04.077Z] === RUN TestDaemonIpcModePrivate [2022-03-20T18:56:05.013Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-20T18:56:05.272Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-03-20T18:56:05.272Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-20T18:56:06.207Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-20T18:56:06.464Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-03-20T18:56:06.464Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-20T18:56:07.397Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-20T18:56:07.655Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2022-03-20T18:56:07.655Z] === RUN TestIpcModeOlderClient [2022-03-20T18:56:07.655Z] === PAUSE TestIpcModeOlderClient [2022-03-20T18:56:07.655Z] === RUN TestKillContainerInvalidSignal [2022-03-20T18:56:07.913Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-03-20T18:56:07.913Z] === RUN TestKillContainer [2022-03-20T18:56:07.913Z] === RUN TestKillContainer/no_signal [2022-03-20T18:56:07.978Z] #56 ... [2022-03-20T18:56:07.978Z] [2022-03-20T18:56:07.978Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-20T18:56:07.978Z] #21 sha256:0f4568eb01b5589296fe07105c429f43880fdff325e4327c1a1811429fc6718a [2022-03-20T18:56:07.978Z] #21 7.542 Fetched 8506 kB in 6s (1334 kB/s) [2022-03-20T18:56:07.978Z] #21 7.542 Reading package lists... [2022-03-20T18:56:07.978Z] #21 10.07 Reading package lists... [2022-03-20T18:56:08.238Z] #21 12.23 Building dependency tree... [2022-03-20T18:56:08.479Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T18:56:08.737Z] === RUN TestKillContainer/killing_signal [2022-03-20T18:56:08.807Z] #21 13.26 The following additional packages will be installed: [2022-03-20T18:56:08.807Z] #21 13.26 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-20T18:56:08.807Z] #21 13.26 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-20T18:56:08.807Z] #21 13.26 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-20T18:56:08.807Z] #21 13.26 python3-pkg-resources vim-runtime xxd [2022-03-20T18:56:08.807Z] #21 13.26 Suggested packages: [2022-03-20T18:56:08.807Z] #21 13.26 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-20T18:56:08.807Z] #21 13.26 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-20T18:56:08.807Z] #21 13.26 acl attr quota [2022-03-20T18:56:08.807Z] #21 13.26 Recommended packages: [2022-03-20T18:56:08.807Z] #21 13.26 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-20T18:56:09.324Z] --- PASS: TestKillContainer (1.34s) [2022-03-20T18:56:09.324Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-03-20T18:56:09.324Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-03-20T18:56:09.324Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-03-20T18:56:09.324Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T18:56:09.324Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-20T18:56:09.745Z] #21 14.24 The following NEW packages will be installed: [2022-03-20T18:56:09.746Z] #21 14.25 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-20T18:56:09.746Z] #21 14.25 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-20T18:56:09.746Z] #21 14.25 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-20T18:56:09.746Z] #21 14.25 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-20T18:56:09.746Z] #21 14.25 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-20T18:56:09.746Z] #21 14.25 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-20T18:56:09.746Z] #21 14.25 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-20T18:56:09.746Z] #21 14.25 xz-utils zip zstd [2022-03-20T18:56:09.912Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-20T18:56:10.007Z] #21 14.56 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-20T18:56:10.007Z] #21 14.56 Need to get 27.6 MB of archives. [2022-03-20T18:56:10.007Z] #21 14.56 After this operation, 106 MB of additional disk space will be used. [2022-03-20T18:56:10.007Z] #21 14.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-20T18:56:10.007Z] #21 14.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-20T18:56:10.007Z] #21 14.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-20T18:56:10.007Z] #21 14.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-20T18:56:10.007Z] #21 14.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-20T18:56:10.007Z] #21 14.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-20T18:56:10.007Z] #21 14.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-20T18:56:10.007Z] #21 14.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-20T18:56:10.007Z] #21 14.66 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-20T18:56:10.268Z] #21 14.66 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-20T18:56:10.268Z] #21 14.68 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-20T18:56:10.268Z] #21 14.68 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-20T18:56:10.268Z] #21 14.68 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-20T18:56:10.268Z] #21 14.70 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-20T18:56:10.268Z] #21 14.71 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-20T18:56:10.268Z] #21 14.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-20T18:56:10.268Z] #21 14.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-20T18:56:10.268Z] #21 14.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-20T18:56:10.268Z] #21 14.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-20T18:56:10.268Z] #21 14.73 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-20T18:56:10.268Z] #21 14.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-20T18:56:10.268Z] #21 14.75 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-20T18:56:10.268Z] #21 14.76 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-20T18:56:10.268Z] #21 14.77 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-20T18:56:10.268Z] #21 14.77 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-20T18:56:10.268Z] #21 14.77 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-20T18:56:10.268Z] #21 14.78 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-20T18:56:10.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2022-03-20T18:56:10.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-03-20T18:56:10.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-03-20T18:56:10.495Z] === RUN TestKillStoppedContainer [2022-03-20T18:56:10.495Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-20T18:56:10.495Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T18:56:10.529Z] #21 15.11 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-20T18:56:10.529Z] #21 15.11 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-20T18:56:10.529Z] #21 15.11 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-20T18:56:10.529Z] #21 15.11 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-20T18:56:10.529Z] #21 15.12 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-20T18:56:10.529Z] #21 15.12 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-20T18:56:10.529Z] #21 15.13 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-20T18:56:10.529Z] #21 15.17 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-20T18:56:10.529Z] #21 15.18 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-20T18:56:10.755Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-20T18:56:10.755Z] === RUN TestKillDifferentUserContainer [2022-03-20T18:56:10.789Z] #21 15.19 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-20T18:56:10.789Z] #21 15.20 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-20T18:56:10.789Z] #21 15.21 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-20T18:56:10.789Z] #21 15.22 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-20T18:56:10.789Z] #21 15.23 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-20T18:56:10.789Z] #21 15.25 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-20T18:56:10.789Z] #21 15.27 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-20T18:56:10.789Z] #21 15.27 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-20T18:56:11.015Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-20T18:56:11.015Z] === RUN TestInspectOomKilledTrue [2022-03-20T18:56:11.015Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T18:56:11.015Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-20T18:56:11.015Z] === RUN TestInspectOomKilledFalse [2022-03-20T18:56:11.015Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T18:56:11.015Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-20T18:56:11.015Z] === RUN TestLinksEtcHostsContentMatch [2022-03-20T18:56:11.050Z] #21 15.53 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-20T18:56:11.050Z] #21 15.56 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-20T18:56:11.050Z] #21 15.59 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-20T18:56:11.050Z] #21 15.59 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-20T18:56:11.584Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-03-20T18:56:11.584Z] === RUN TestLinksContainerNames [2022-03-20T18:56:11.621Z] #21 16.21 debconf: delaying package configuration, since apt-utils is not installed [2022-03-20T18:56:11.881Z] #21 16.34 Fetched 27.6 MB in 1s (20.5 MB/s) [2022-03-20T18:56:11.881Z] #21 16.39 Selecting previously unselected package pigz. [2022-03-20T18:56:11.881Z] #21 16.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 ... 24010 files and directories currently installed.) [2022-03-20T18:56:11.881Z] #21 16.44 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-20T18:56:11.881Z] #21 16.44 Unpacking pigz (2.6-1) ... [2022-03-20T18:56:11.881Z] #21 16.53 Selecting previously unselected package libelf1:amd64. [2022-03-20T18:56:11.881Z] #21 16.54 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-20T18:56:12.142Z] #21 16.55 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-20T18:56:12.142Z] #21 16.69 Selecting previously unselected package libbpf0:amd64. [2022-03-20T18:56:12.142Z] #21 16.69 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-20T18:56:12.142Z] #21 16.70 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-20T18:56:12.142Z] #21 16.79 Selecting previously unselected package libcap2:amd64. [2022-03-20T18:56:12.153Z] --- PASS: TestLinksContainerNames (0.82s) [2022-03-20T18:56:12.153Z] === RUN TestLogsFollowTailEmpty [2022-03-20T18:56:12.403Z] #21 16.80 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-20T18:56:12.403Z] #21 16.81 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-20T18:56:12.403Z] #21 16.85 Selecting previously unselected package libmnl0:amd64. [2022-03-20T18:56:12.403Z] #21 16.85 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-20T18:56:12.403Z] #21 16.86 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-20T18:56:12.403Z] #21 16.92 Selecting previously unselected package libxtables12:amd64. [2022-03-20T18:56:12.403Z] #21 16.92 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-20T18:56:12.403Z] #21 16.93 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-20T18:56:12.403Z] #21 17.00 Selecting previously unselected package libcap2-bin. [2022-03-20T18:56:12.403Z] #21 17.01 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-20T18:56:12.403Z] #21 17.02 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-20T18:56:12.663Z] #21 17.12 Selecting previously unselected package iproute2. [2022-03-20T18:56:12.663Z] #21 17.12 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-20T18:56:12.663Z] #21 17.12 Unpacking iproute2 (5.10.0-4) ... [2022-03-20T18:56:12.721Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-03-20T18:56:12.721Z] === RUN TestContainerNetworkMountsNoChown [2022-03-20T18:56:12.982Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/default [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/default [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/private [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/private [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rprivate [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/slave [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/slave [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rslave [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/shared [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/shared [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rshared [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-20T18:56:12.982Z] === CONT TestMountDaemonRoot/default [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-20T18:56:12.982Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-20T18:56:12.982Z] === CONT TestMountDaemonRoot/rshared [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-20T18:56:12.982Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T18:56:12.982Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T18:56:12.982Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-20T18:56:13.234Z] #21 17.53 Selecting previously unselected package xxd. [2022-03-20T18:56:13.234Z] #21 17.53 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-20T18:56:13.234Z] #21 17.54 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:13.234Z] #21 17.70 Selecting previously unselected package vim-common. [2022-03-20T18:56:13.234Z] #21 17.70 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-20T18:56:13.234Z] #21 17.73 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:13.234Z] #21 17.87 Selecting previously unselected package bash-completion. [2022-03-20T18:56:13.234Z] #21 17.87 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/shared [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/rslave [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/slave [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/rprivate [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/private [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-20T18:56:13.242Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-20T18:56:13.242Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-20T18:56:13.242Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-20T18:56:13.502Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-20T18:56:13.502Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-20T18:56:13.502Z] === RUN TestContainerBindMountNonRecursive [2022-03-20T18:56:14.882Z] --- PASS: TestContainerBindMountNonRecursive (1.29s) [2022-03-20T18:56:14.882Z] === RUN TestContainerVolumesMountedAsShared [2022-03-20T18:56:15.147Z] #21 19.58 Unpacking bash-completion (1:2.11-2) ... [2022-03-20T18:56:15.435Z] #21 19.90 Selecting previously unselected package bzip2. [2022-03-20T18:56:15.435Z] #21 19.91 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-20T18:56:15.435Z] #21 19.92 Unpacking bzip2 (1.0.8-4) ... [2022-03-20T18:56:15.435Z] #21 20.02 Selecting previously unselected package xz-utils. [2022-03-20T18:56:15.435Z] #21 20.03 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-20T18:56:15.435Z] #21 20.04 Unpacking xz-utils (5.2.5-2) ... [2022-03-20T18:56:15.450Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-03-20T18:56:15.451Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-20T18:56:15.709Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-03-20T18:56:15.709Z] === RUN TestNetworkNat [2022-03-20T18:56:15.726Z] #21 20.24 Selecting previously unselected package apparmor. [2022-03-20T18:56:15.726Z] #21 20.25 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-20T18:56:15.989Z] #21 20.33 Unpacking apparmor (2.13.6-10) ... [2022-03-20T18:56:16.249Z] #21 20.86 Selecting previously unselected package inetutils-ping. [2022-03-20T18:56:16.249Z] #21 20.87 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-20T18:56:16.277Z] --- PASS: TestNetworkNat (0.47s) [2022-03-20T18:56:16.277Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T18:56:16.510Z] #21 20.88 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-20T18:56:16.510Z] #21 21.04 Selecting previously unselected package libip4tc2:amd64. [2022-03-20T18:56:16.510Z] #21 21.06 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-20T18:56:16.510Z] #21 21.06 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-20T18:56:16.510Z] #21 21.12 Selecting previously unselected package libip6tc2:amd64. [2022-03-20T18:56:16.536Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-03-20T18:56:16.536Z] === RUN TestNetworkLoopbackNat [2022-03-20T18:56:16.791Z] #21 21.13 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-20T18:56:16.791Z] #21 21.14 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-20T18:56:16.791Z] #21 21.20 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-20T18:56:16.791Z] #21 21.21 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-20T18:56:16.791Z] #21 21.21 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-20T18:56:16.791Z] #21 21.30 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-20T18:56:16.791Z] #21 21.32 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-20T18:56:16.791Z] #21 21.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-20T18:56:16.791Z] #21 21.41 Selecting previously unselected package libnftnl11:amd64. [2022-03-20T18:56:16.791Z] #21 21.43 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-20T18:56:16.791Z] #21 21.43 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-20T18:56:16.791Z] #21 21.51 Selecting previously unselected package iptables. [2022-03-20T18:56:16.791Z] #21 21.51 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-20T18:56:17.052Z] #21 21.53 Unpacking iptables (1.8.7-1) ... [2022-03-20T18:56:17.052Z] #21 21.80 Selecting previously unselected package libonig5:amd64. [2022-03-20T18:56:17.310Z] #21 21.82 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-20T18:56:17.310Z] #21 21.83 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-20T18:56:17.310Z] #21 21.94 Selecting previously unselected package libjq1:amd64. [2022-03-20T18:56:17.310Z] #21 21.94 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-20T18:56:17.310Z] #21 21.96 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-20T18:56:17.310Z] #21 22.06 Selecting previously unselected package jq. [2022-03-20T18:56:17.569Z] #21 22.08 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-20T18:56:17.569Z] #21 22.09 Unpacking jq (1.6-2.1) ... [2022-03-20T18:56:17.569Z] #21 22.15 Selecting previously unselected package libaio1:amd64. [2022-03-20T18:56:17.569Z] #21 22.16 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-20T18:56:17.569Z] #21 22.16 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-20T18:56:17.569Z] #21 22.21 Selecting previously unselected package libgpm2:amd64. [2022-03-20T18:56:17.569Z] #21 22.22 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-20T18:56:17.569Z] #21 22.23 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-20T18:56:17.569Z] #21 22.28 Selecting previously unselected package libicu67:amd64. [2022-03-20T18:56:17.827Z] #21 22.30 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-20T18:56:17.827Z] #21 22.30 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-20T18:56:19.064Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-03-20T18:56:19.064Z] === RUN TestPause [2022-03-20T18:56:19.629Z] --- PASS: TestPause (0.45s) [2022-03-20T18:56:19.629Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T18:56:19.629Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T18:56:19.629Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T18:56:19.629Z] === RUN TestPauseStopPausedContainer [2022-03-20T18:56:19.887Z] --- PASS: TestPauseStopPausedContainer (0.43s) [2022-03-20T18:56:19.887Z] === RUN TestPidHost [2022-03-20T18:56:21.113Z] #21 25.27 Selecting previously unselected package libinih1:amd64. [2022-03-20T18:56:21.113Z] #21 25.28 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-20T18:56:21.113Z] #21 25.28 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-20T18:56:21.113Z] #21 25.33 Selecting previously unselected package libnet1:amd64. [2022-03-20T18:56:21.113Z] #21 25.33 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-20T18:56:21.113Z] #21 25.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-20T18:56:21.113Z] #21 25.42 Selecting previously unselected package libnl-3-200:amd64. [2022-03-20T18:56:21.113Z] #21 25.43 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-20T18:56:21.113Z] #21 25.44 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-20T18:56:21.113Z] #21 25.52 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-20T18:56:21.113Z] #21 25.52 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-20T18:56:21.113Z] #21 25.53 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-20T18:56:21.113Z] #21 25.58 Selecting previously unselected package net-tools. [2022-03-20T18:56:21.113Z] #21 25.59 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-20T18:56:21.113Z] #21 25.60 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-20T18:56:21.263Z] --- PASS: TestPidHost (1.00s) [2022-03-20T18:56:21.263Z] === RUN TestPsFilter [2022-03-20T18:56:21.263Z] --- PASS: TestPsFilter (0.11s) [2022-03-20T18:56:21.263Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T18:56:21.372Z] #21 25.82 Selecting previously unselected package patch. [2022-03-20T18:56:21.372Z] #21 25.84 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-20T18:56:21.372Z] #21 25.86 Unpacking patch (2.7.6-7) ... [2022-03-20T18:56:21.372Z] #21 25.95 Selecting previously unselected package python-pip-whl. [2022-03-20T18:56:21.372Z] #21 25.97 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-20T18:56:21.372Z] #21 25.98 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-20T18:56:21.522Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-03-20T18:56:21.522Z] === RUN TestRemoveContainerWithVolume [2022-03-20T18:56:21.943Z] #21 26.49 Selecting previously unselected package python3-lib2to3. [2022-03-20T18:56:21.944Z] #21 26.50 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-20T18:56:21.944Z] #21 26.50 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-20T18:56:22.091Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-03-20T18:56:22.091Z] === RUN TestRemoveContainerRunning [2022-03-20T18:56:22.204Z] #21 26.58 Selecting previously unselected package python3-distutils. [2022-03-20T18:56:22.204Z] #21 26.59 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-20T18:56:22.204Z] #21 26.59 Unpacking python3-distutils (3.9.2-1) ... [2022-03-20T18:56:22.204Z] #21 26.74 Selecting previously unselected package python3-pkg-resources. [2022-03-20T18:56:22.204Z] #21 26.75 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-20T18:56:22.204Z] #21 26.76 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-20T18:56:22.351Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-03-20T18:56:22.351Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T18:56:22.465Z] #21 26.94 Selecting previously unselected package python3-setuptools. [2022-03-20T18:56:22.465Z] #21 26.95 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-20T18:56:22.465Z] #21 26.95 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-20T18:56:22.726Z] #21 27.16 Selecting previously unselected package python3-wheel. [2022-03-20T18:56:22.726Z] #21 27.16 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-20T18:56:22.726Z] #21 27.17 Unpacking python3-wheel (0.34.2-1) ... [2022-03-20T18:56:22.726Z] #21 27.27 Selecting previously unselected package python3-pip. [2022-03-20T18:56:22.726Z] #21 27.27 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-20T18:56:22.726Z] #21 27.27 Unpacking python3-pip (20.3.4-4) ... [2022-03-20T18:56:22.919Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-03-20T18:56:22.920Z] === RUN TestRemoveInvalidContainer [2022-03-20T18:56:22.920Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-20T18:56:22.920Z] === RUN TestRenameLinkedContainer [2022-03-20T18:56:22.987Z] #21 27.46 Selecting previously unselected package sudo. [2022-03-20T18:56:22.987Z] #21 27.47 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-20T18:56:22.987Z] #21 27.49 Unpacking sudo (1.9.5p2-3) ... [2022-03-20T18:56:23.247Z] #21 27.97 Selecting previously unselected package thin-provisioning-tools. [2022-03-20T18:56:23.508Z] #21 27.97 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-20T18:56:23.508Z] #21 27.97 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-20T18:56:23.769Z] #21 28.19 Selecting previously unselected package uidmap. [2022-03-20T18:56:23.769Z] #21 28.19 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-20T18:56:23.769Z] #21 28.20 Unpacking uidmap (1:4.8.1-1) ... [2022-03-20T18:56:23.769Z] #21 28.33 Selecting previously unselected package vim-runtime. [2022-03-20T18:56:23.769Z] #21 28.35 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-20T18:56:23.769Z] #21 28.37 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-20T18:56:23.769Z] #21 28.40 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-20T18:56:24.029Z] #21 28.41 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:24.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-20T18:56:24.324Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:56:24.324Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:56:24.324Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:56:24.586Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:56:24.586Z] [2022-03-20T18:56:24.586Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-20T18:56:24.825Z] --- PASS: TestRenameLinkedContainer (1.73s) [2022-03-20T18:56:24.825Z] === RUN TestRenameStoppedContainer [2022-03-20T18:56:24.825Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-20T18:56:24.825Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T18:56:24.848Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-20T18:56:24.848Z] Using test binary docker [2022-03-20T18:56:25.110Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-20T18:56:25.110Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-20T18:56:25.110Z] INFO: Waiting for daemon to start... [2022-03-20T18:56:25.110Z] Starting dockerd [2022-03-20T18:56:25.763Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-03-20T18:56:25.763Z] === RUN TestRenameInvalidName [2022-03-20T18:56:26.330Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-20T18:56:26.330Z] === RUN TestRenameAnonymousContainer [2022-03-20T18:56:27.032Z] . [2022-03-20T18:56:27.033Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-20T18:56:27.327Z] #21 31.26 Selecting previously unselected package vim. [2022-03-20T18:56:27.327Z] #21 31.26 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-20T18:56:27.327Z] #21 31.27 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:27.327Z] #21 31.84 Selecting previously unselected package xfsprogs. [2022-03-20T18:56:27.327Z] #21 31.86 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-20T18:56:27.327Z] #21 31.86 Unpacking xfsprogs (5.10.0-4) ... [2022-03-20T18:56:27.708Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2022-03-20T18:56:27.708Z] === RUN TestRenameContainerWithSameName [2022-03-20T18:56:27.849Z] #21 32.25 Selecting previously unselected package zip. [2022-03-20T18:56:27.849Z] #21 32.27 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-20T18:56:27.849Z] #21 32.27 Unpacking zip (3.0-12) ... [2022-03-20T18:56:27.849Z] #21 32.41 Selecting previously unselected package zstd. [2022-03-20T18:56:27.849Z] #21 32.43 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-20T18:56:27.849Z] #21 32.44 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-20T18:56:28.111Z] #21 32.74 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-20T18:56:28.275Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-03-20T18:56:28.275Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T18:56:29.052Z] #21 33.57 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-20T18:56:29.052Z] #21 33.58 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-20T18:56:29.052Z] #21 33.60 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-20T18:56:29.052Z] #21 33.61 Setting up libicu67:amd64 (67.1-7) ... [2022-03-20T18:56:29.052Z] #21 33.62 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-20T18:56:29.052Z] #21 33.64 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-20T18:56:29.052Z] #21 33.65 Setting up uidmap (1:4.8.1-1) ... [2022-03-20T18:56:29.052Z] #21 33.67 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-20T18:56:29.284Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-03-20T18:56:29.284Z] === RUN TestResize [2022-03-20T18:56:29.312Z] #21 33.68 Setting up bzip2 (1.0.8-4) ... [2022-03-20T18:56:29.312Z] #21 33.69 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-20T18:56:29.312Z] #21 33.70 Setting up python3-wheel (0.34.2-1) ... [2022-03-20T18:56:29.543Z] --- PASS: TestResize (0.42s) [2022-03-20T18:56:29.543Z] === RUN TestResizeWithInvalidSize [2022-03-20T18:56:29.801Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-03-20T18:56:29.801Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T18:56:29.880Z] #21 34.37 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:29.880Z] #21 34.38 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-20T18:56:29.880Z] #21 34.40 Setting up libcap2-bin (1:2.44-1) ... [2022-03-20T18:56:29.880Z] #21 34.41 Setting up apparmor (2.13.6-10) ... [2022-03-20T18:56:30.366Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T18:56:30.366Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T18:56:30.366Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T18:56:30.366Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T18:56:30.366Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T18:56:31.521Z] #21 35.88 Setting up zip (3.0-12) ... [2022-03-20T18:56:31.521Z] #21 35.90 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:31.521Z] #21 35.92 Setting up bash-completion (1:2.11-2) ... [2022-03-20T18:56:32.266Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T18:56:33.433Z] #21 37.75 Setting up xz-utils (5.2.5-2) ... [2022-03-20T18:56:33.433Z] #21 37.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-20T18:56:33.433Z] #21 37.81 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-20T18:56:33.433Z] #21 37.82 Setting up patch (2.7.6-7) ... [2022-03-20T18:56:33.433Z] #21 37.83 Setting up sudo (1.9.5p2-3) ... [2022-03-20T18:56:33.433Z] #21 37.93 invoke-rc.d: could not determine current runlevel [2022-03-20T18:56:33.433Z] #21 37.94 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-20T18:56:33.433Z] #21 37.95 Setting up xfsprogs (5.10.0-4) ... [2022-03-20T18:56:33.433Z] #21 37.96 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-20T18:56:33.433Z] #21 37.98 Setting up inetutils-ping (2:2.0-1) ... [2022-03-20T18:56:33.434Z] #21 38.00 Setting up pigz (2.6-1) ... [2022-03-20T18:56:33.434Z] #21 38.01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-20T18:56:33.434Z] #21 38.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-20T18:56:33.644Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T18:56:33.695Z] #21 38.05 Setting up python-pip-whl (20.3.4-4) ... [2022-03-20T18:56:33.695Z] #21 38.07 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:34.267Z] #21 38.73 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-20T18:56:34.267Z] #21 38.75 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-20T18:56:34.538Z] #21 39.15 Setting up libelf1:amd64 (0.183-1) ... [2022-03-20T18:56:34.538Z] #21 39.21 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-20T18:56:34.580Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T18:56:34.580Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T18:56:34.799Z] #21 39.24 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-20T18:56:34.799Z] #21 39.25 Setting up python3-distutils (3.9.2-1) ... [2022-03-20T18:56:35.059Z] #21 39.72 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-20T18:56:35.059Z] #21 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-20T18:56:35.059Z] #21 39.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-20T18:56:35.059Z] #21 39.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-20T18:56:35.059Z] #21 39.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-20T18:56:35.059Z] #21 39.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-20T18:56:35.059Z] #21 39.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-20T18:56:35.059Z] #21 39.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-20T18:56:35.320Z] #21 39.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-20T18:56:35.320Z] #21 39.83 Setting up python3-setuptools (52.0.0-4) ... [2022-03-20T18:56:35.517Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T18:56:35.777Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T18:56:36.704Z] #21 41.10 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-20T18:56:36.704Z] #21 41.11 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-20T18:56:36.704Z] #21 41.13 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-20T18:56:36.704Z] #21 41.14 Setting up python3-pip (20.3.4-4) ... [2022-03-20T18:56:37.646Z] #21 42.23 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-20T18:56:37.646Z] #21 42.24 Setting up jq (1.6-2.1) ... [2022-03-20T18:56:37.646Z] #21 42.25 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-20T18:56:37.907Z] #21 42.26 Setting up iptables (1.8.7-1) ... [2022-03-20T18:56:37.907Z] #21 42.27 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-20T18:56:37.907Z] #21 42.28 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-20T18:56:37.907Z] #21 42.28 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-20T18:56:37.907Z] #21 42.29 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-20T18:56:37.907Z] #21 42.29 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-20T18:56:37.907Z] #21 42.30 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-20T18:56:37.907Z] #21 42.33 Setting up iproute2 (5.10.0-4) ... [2022-03-20T18:56:38.175Z] #21 42.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-20T18:56:39.067Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T18:56:39.327Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T18:56:39.563Z] #21 DONE 44.1s [2022-03-20T18:56:39.564Z] [2022-03-20T18:56:39.564Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-20T18:56:39.564Z] #22 sha256:1fc6817f0d956becaa3daf5522525f71035331d2bc950afd849f93f2bca9f208 [2022-03-20T18:56:40.505Z] #22 0.864 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-20T18:56:40.505Z] #22 0.868 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-20T18:56:40.505Z] #22 0.870 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-20T18:56:40.505Z] #22 DONE 1.1s [2022-03-20T18:56:40.505Z] [2022-03-20T18:56:40.505Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:56:40.505Z] #56 sha256:31873a33bed9427b745bffcdbf3ebc525610f411b3e3a7f720b035ebe1c82cdc [2022-03-20T18:56:40.765Z] #56 ... [2022-03-20T18:56:40.765Z] [2022-03-20T18:56:40.765Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-20T18:56:40.765Z] #23 sha256:89e6d7b824beae9959efc9f81c3033b826cc639364f2ed609865edf41bf35f08 [2022-03-20T18:56:41.226Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T18:56:42.599Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T18:56:42.857Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T18:56:44.764Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T18:56:45.025Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T18:56:46.404Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T18:56:47.692Z] 8f616e6e9eec: Pull complete [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.94s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.13s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.38s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.37s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.81s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.62s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.94s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.08s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.12s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.76s) [2022-03-20T18:56:48.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.48s) [2022-03-20T18:56:48.309Z] === RUN TestCgroupNamespacesRun [2022-03-20T18:56:49.246Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-03-20T18:56:49.246Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-20T18:56:49.246Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-20T18:56:49.246Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-20T18:56:49.246Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-20T18:56:50.183Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-03-20T18:56:50.183Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-20T18:56:50.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-20T18:56:50.754Z] #23 9.383 Collecting yamllint==1.26.1 [2022-03-20T18:56:51.014Z] #23 10.43 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-20T18:56:51.560Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-03-20T18:56:51.560Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-20T18:56:51.975Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-20T18:56:52.392Z] #23 11.53 Collecting pathspec>=0.5.3 [2022-03-20T18:56:52.392Z] #23 11.54 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-20T18:56:52.494Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-03-20T18:56:52.494Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-20T18:56:52.651Z] #23 11.88 Collecting pyyaml [2022-03-20T18:56:52.652Z] #23 11.89 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-20T18:56:52.652Z] #23 11.99 Building wheels for collected packages: yamllint [2022-03-20T18:56:52.652Z] #23 11.99 Building wheel for yamllint (setup.py): started [2022-03-20T18:56:53.590Z] #23 12.96 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-20T18:56:53.590Z] #23 12.97 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=06ceeb3a04fec22757a58a212254644ffbd1e37d651b876175dcd8f4b62040b0 [2022-03-20T18:56:53.590Z] #23 12.97 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-20T18:56:53.590Z] #23 12.98 Successfully built yamllint [2022-03-20T18:56:53.590Z] #23 13.00 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-20T18:56:53.868Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-03-20T18:56:53.868Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-20T18:56:54.159Z] #23 13.38 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-20T18:56:54.420Z] #23 DONE 13.9s [2022-03-20T18:56:54.420Z] [2022-03-20T18:56:54.420Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:56:54.420Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:56:54.434Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-03-20T18:56:54.434Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-20T18:56:54.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-20T18:56:54.681Z] #60 ... [2022-03-20T18:56:54.681Z] [2022-03-20T18:56:54.681Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-20T18:56:54.681Z] #27 sha256:dce6f8cce7bd4d93d9ccc97e5c0cf331f37f3350bd4c7d8c0475dd7958c74136 [2022-03-20T18:56:55.251Z] #27 DONE 0.5s [2022-03-20T18:56:55.251Z] [2022-03-20T18:56:55.251Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-20T18:56:55.251Z] #32 sha256:2fa10e319d3f9933894d356f2fcad950c58f2c4ed3a0a07acdd8be5be4e2699c [2022-03-20T18:56:55.523Z] #32 DONE 0.6s [2022-03-20T18:56:55.523Z] [2022-03-20T18:56:55.523Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:56:55.523Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:56:55.785Z] #51 ... [2022-03-20T18:56:55.785Z] [2022-03-20T18:56:55.785Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-20T18:56:55.785Z] #35 sha256:78211a8636f641bcd34265c7fa287e345a6ed69ef90f147a8f49d360e9caee11 [2022-03-20T18:56:55.812Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-03-20T18:56:55.812Z] === RUN TestNISDomainname [2022-03-20T18:56:56.047Z] #35 DONE 0.4s [2022-03-20T18:56:56.047Z] [2022-03-20T18:56:56.047Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-20T18:56:56.047Z] #37 sha256:a61017aa7c6dd25a6466a7dc0ab21f11362514b94186875b0dc0bf5e041d15ff [2022-03-20T18:56:56.047Z] #37 DONE 0.1s [2022-03-20T18:56:56.047Z] [2022-03-20T18:56:56.047Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:56:56.047Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:56:56.072Z] --- PASS: TestNISDomainname (0.56s) [2022-03-20T18:56:56.072Z] === RUN TestHostnameDnsResolution [2022-03-20T18:56:56.308Z] #43 ... [2022-03-20T18:56:56.308Z] [2022-03-20T18:56:56.308Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-20T18:56:56.308Z] #41 sha256:5260c30ad55e12175545754bc06c5091a1321616e19be301502836b7ae45d95d [2022-03-20T18:56:56.308Z] #41 DONE 0.0s [2022-03-20T18:56:56.308Z] [2022-03-20T18:56:56.308Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:56:56.308Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:56:56.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-20T18:56:56.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-20T18:56:57.009Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-03-20T18:56:57.009Z] === RUN TestUnprivilegedPortsAndPing [2022-03-20T18:56:57.268Z] --- PASS: TestUnprivilegedPortsAndPing (0.59s) [2022-03-20T18:56:57.268Z] === RUN TestStats [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/networkdb 103.214s coverage: 60.0% of statements [2022-03-20T18:56:59.484Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/osl 4.290s coverage: 39.7% of statements [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.009s coverage: 20.0% of statements [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/portmapper 0.264s coverage: 48.6% of statements [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-20T18:56:59.484Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-20T18:56:59.484Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === Skipped [2022-03-20T18:56:59.484Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-20T18:56:59.484Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-20T18:56:59.484Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-20T18:56:59.484Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-20T18:56:59.484Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-20T18:56:59.484Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-20T18:56:59.484Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-20T18:56:59.484Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-20T18:56:59.484Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-20T18:56:59.484Z] firewalld_test.go:14: firewalld is not running [2022-03-20T18:56:59.484Z] [2022-03-20T18:56:59.484Z] DONE 326 tests, 9 skipped in 199.340s [2022-03-20T18:56:59.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main Post stage [Pipeline] junit [2022-03-20T18:56:59.763Z] Recording test results [2022-03-20T18:56:59.799Z] --- PASS: TestStats (2.47s) [2022-03-20T18:56:59.799Z] === RUN TestStopContainerWithTimeout [2022-03-20T18:56:59.799Z] === RUN TestStopContainerWithTimeout/0 [2022-03-20T18:56:59.799Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-20T18:56:59.799Z] === RUN TestStopContainerWithTimeout/1 [2022-03-20T18:56:59.799Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-20T18:56:59.799Z] === RUN TestStopContainerWithTimeout/3 [2022-03-20T18:56:59.799Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-20T18:56:59.799Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-20T18:56:59.799Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-20T18:56:59.799Z] === CONT TestStopContainerWithTimeout/0 [2022-03-20T18:56:59.799Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-20T18:56:59.856Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-20T18:57:00.203Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -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:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh dynbinary test-integration [2022-03-20T18:57:00.465Z] [2022-03-20T18:57:00.465Z] Removing bundles/ [2022-03-20T18:57:00.465Z] [2022-03-20T18:57:00.465Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-20T18:57:00.727Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:57:00.727Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:57:00.736Z] === CONT TestStopContainerWithTimeout/3 [2022-03-20T18:57:02.637Z] === CONT TestStopContainerWithTimeout/1 [2022-03-20T18:57:04.009Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-20T18:57:04.009Z] --- PASS: TestStopContainerWithTimeout/0 (0.72s) [2022-03-20T18:57:04.009Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2022-03-20T18:57:04.009Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-03-20T18:57:04.009Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-03-20T18:57:04.009Z] === RUN TestDeleteDevicemapper [2022-03-20T18:57:04.009Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T18:57:04.009Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-20T18:57:04.009Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T18:57:05.383Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.38s) [2022-03-20T18:57:05.383Z] === RUN TestUpdateMemory [2022-03-20T18:57:05.383Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-20T18:57:05.383Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-20T18:57:05.383Z] === RUN TestUpdateCPUQuota [2022-03-20T18:57:06.321Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-03-20T18:57:06.321Z] === RUN TestUpdatePidsLimit [2022-03-20T18:57:06.321Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-20T18:57:06.581Z] === RUN TestUpdatePidsLimit/no_change [2022-03-20T18:57:06.581Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-20T18:57:06.852Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-20T18:57:07.117Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-20T18:57:07.378Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-20T18:57:07.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-20T18:57:07.643Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit (2.08s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2022-03-20T18:57:08.588Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-03-20T18:57:08.588Z] === RUN TestUpdateRestartPolicy [2022-03-20T18:57:09.075Z] 8f616e6e9eec: Pull complete [2022-03-20T18:57:10.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-20T18:57:11.210Z] #51 ... [2022-03-20T18:57:11.210Z] [2022-03-20T18:57:11.210Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-20T18:57:11.210Z] #43 sha256:a2f5b6a6aa864e5a0396a3f7c3703250f664415fd04f83b491d2e5e30a92f64e [2022-03-20T18:57:11.210Z] #43 250.3 + dpkg --print-architecture [2022-03-20T18:57:11.210Z] #43 250.3 + git checkout -q v2.1.0 [2022-03-20T18:57:11.210Z] #43 250.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-20T18:57:11.210Z] #43 250.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-20T18:57:13.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-20T18:57:13.763Z] sha256:c76f4e56e91e2b00a0f2648f079bbc797dea1dc7257af8b85fe108096949bb07 [2022-03-20T18:57:13.763Z] INFO: Starting docker-py tests... [2022-03-20T18:57:13.763Z] ============================= test session starts ============================== [2022-03-20T18:57:13.763Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-20T18:57:13.763Z] rootdir: /src, inifile: pytest.ini [2022-03-20T18:57:13.763Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-20T18:57:13.763Z] collected 395 items / 2 deselected / 393 selected [2022-03-20T18:57:13.763Z] [2022-03-20T18:57:14.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-20T18:57:17.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-20T18:57:19.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-20T18:57:20.855Z] --- PASS: TestUpdateRestartPolicy (11.07s) [2022-03-20T18:57:20.855Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T18:57:20.855Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-03-20T18:57:20.855Z] === RUN TestWaitNonBlocked [2022-03-20T18:57:20.855Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T18:57:20.855Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T18:57:20.855Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T18:57:20.855Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T18:57:20.855Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T18:57:20.855Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T18:57:20.855Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-20T18:57:20.855Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-03-20T18:57:20.855Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2022-03-20T18:57:20.855Z] === RUN TestWaitBlocked [2022-03-20T18:57:20.855Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T18:57:20.855Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T18:57:20.855Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T18:57:20.855Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T18:57:20.855Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T18:57:20.855Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T18:57:21.114Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-20T18:57:21.114Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-03-20T18:57:21.114Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-03-20T18:57:21.114Z] === CONT TestContainerStartOnDaemonRestart [2022-03-20T18:57:21.114Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-20T18:57:23.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-20T18:57:23.651Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.15s) [2022-03-20T18:57:23.651Z] === CONT TestIpcModeOlderClient [2022-03-20T18:57:23.651Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-20T18:57:23.651Z] === CONT TestContainerKillOnDaemonStart [2022-03-20T18:57:23.651Z] --- PASS: TestContainerStartOnDaemonRestart (2.24s) [2022-03-20T18:57:23.651Z] === CONT TestDaemonHostGatewayIP [2022-03-20T18:57:25.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-20T18:57:25.040Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-20T18:57:25.870Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-20T18:57:26.180Z] --- PASS: TestDaemonHostGatewayIP (2.50s) [2022-03-20T18:57:26.180Z] === CONT TestDaemonRestartIpcMode [2022-03-20T18:57:27.650Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-20T18:57:28.078Z] --- PASS: TestDaemonRestartIpcMode (2.24s) [2022-03-20T18:57:28.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-20T18:57:30.895Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-20T18:57:30.895Z] Using test binary docker [2022-03-20T18:57:30.895Z] +++ /etc/init.d/apparmor start [2022-03-20T18:57:30.895Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-20T18:57:30.895Z] INFO: Waiting for daemon to start... [2022-03-20T18:57:30.895Z] Starting dockerd [2022-03-20T18:57:30.895Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-20T18:57:32.793Z] . [2022-03-20T18:57:32.793Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-20T18:57:33.051Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-20T18:57:33.051Z] Error: No such image: emptyfs [2022-03-20T18:57:33.051Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-20T18:57:33.051Z] ++++ docker load [2022-03-20T18:57:33.188Z] #43 DONE 273.3s [2022-03-20T18:57:33.188Z] [2022-03-20T18:57:33.188Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:57:33.188Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:57:33.309Z] Running integration-test (iteration 1) [2022-03-20T18:57:33.309Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-20T18:57:33.309Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-20T18:57:33.309Z] ++ set -e [2022-03-20T18:57:33.309Z] ++ '[' -n 0 ']' [2022-03-20T18:57:33.309Z] ++ set -x [2022-03-20T18:57:33.309Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-20T18:57:33.449Z] #60 ... [2022-03-20T18:57:33.449Z] [2022-03-20T18:57:33.449Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-20T18:57:33.449Z] #44 sha256:df59b6a832c08aac7c150bfa0bae4a2243f8d8054247273abf00eb36b3fb8246 [2022-03-20T18:57:34.020Z] #44 DONE 0.6s [2022-03-20T18:57:34.020Z] [2022-03-20T18:57:34.020Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-20T18:57:34.020Z] #48 sha256:e21fbd4049c9fd681c23041a03acb9865212cf2643a155e8cf1ea10306dd8e8c [2022-03-20T18:57:34.020Z] #48 DONE 0.1s [2022-03-20T18:57:34.020Z] [2022-03-20T18:57:34.020Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:57:34.020Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:57:34.020Z] #51 ... [2022-03-20T18:57:34.020Z] [2022-03-20T18:57:34.020Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-20T18:57:34.020Z] #50 sha256:92972d5822b50a230feaf57c6a4e965b2195797b48e16a475d43c3a98144e156 [2022-03-20T18:57:34.020Z] #50 DONE 0.1s [2022-03-20T18:57:34.242Z] Loaded image: busybox:latest [2022-03-20T18:57:34.281Z] [2022-03-20T18:57:34.281Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:57:34.281Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:57:34.500Z] Loaded image: busybox:glibc [2022-03-20T18:57:36.194Z] --- PASS: TestContainerKillOnDaemonStart (11.79s) [2022-03-20T18:57:36.194Z] PASS [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === Skipped [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-20T18:57:36.194Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-20T18:57:36.194Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-20T18:57:36.194Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T18:57:36.194Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-20T18:57:36.194Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-20T18:57:36.194Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-20T18:57:36.194Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-20T18:57:36.194Z] [2022-03-20T18:57:36.194Z] DONE 200 tests, 7 skipped in 115.995s [2022-03-20T18:57:36.194Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-20T18:57:36.194Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T18:57:36.194Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-20T18:57:36.194Z] === RUN TestDaemonConfigValidation [2022-03-20T18:57:36.194Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-20T18:57:36.194Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-20T18:57:36.194Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-20T18:57:36.194Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-20T18:57:36.194Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-20T18:57:36.194Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-20T18:57:36.194Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-20T18:57:36.194Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-20T18:57:36.195Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-20T18:57:36.195Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-20T18:57:36.195Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-20T18:57:36.195Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-20T18:57:36.195Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-20T18:57:36.195Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-20T18:57:36.195Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-20T18:57:36.195Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-20T18:57:36.195Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-03-20T18:57:36.195Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-03-20T18:57:36.195Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-20T18:57:36.195Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-03-20T18:57:36.195Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-03-20T18:57:36.195Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T18:57:36.195Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-20T18:57:37.132Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-20T18:57:38.065Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-20T18:57:39.440Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-20T18:57:39.440Z] daemon_test.go:156: [d8cec052809c3] daemon is not started [2022-03-20T18:57:39.440Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-20T18:57:39.440Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-20T18:57:39.440Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-03-20T18:57:39.440Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-20T18:57:39.440Z] === RUN TestDaemonProxy [2022-03-20T18:57:39.440Z] === RUN TestDaemonProxy/environment_variables [2022-03-20T18:57:39.756Z] Loaded image: debian:bullseye-slim [2022-03-20T18:57:39.756Z] Loaded image: hello-world:latest [2022-03-20T18:57:39.756Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T18:57:39.756Z] INFO: Testing against a local daemon [2022-03-20T18:57:39.756Z] === RUN TestCgroupNamespacesBuild [2022-03-20T18:57:40.818Z] === RUN TestDaemonProxy/command-line_options [2022-03-20T18:57:42.283Z] --- PASS: TestCgroupNamespacesBuild (2.25s) [2022-03-20T18:57:42.283Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-20T18:57:42.719Z] === RUN TestDaemonProxy/configuration_file [2022-03-20T18:57:44.182Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.01s) [2022-03-20T18:57:44.182Z] === RUN TestBuildWithSession [2022-03-20T18:57:44.182Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T18:57:44.182Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T18:57:44.182Z] === RUN TestBuildSquashParent [2022-03-20T18:57:44.622Z] === RUN TestDaemonProxy/conflicting_options [2022-03-20T18:57:44.882Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-20T18:57:45.450Z] --- PASS: TestDaemonProxy (6.25s) [2022-03-20T18:57:45.450Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-03-20T18:57:45.450Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-03-20T18:57:45.450Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-03-20T18:57:45.450Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-20T18:57:45.450Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-20T18:57:45.450Z] PASS [2022-03-20T18:57:45.450Z] [2022-03-20T18:57:45.450Z] DONE 17 tests in 10.141s [2022-03-20T18:57:45.450Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-20T18:57:45.450Z] INFO: Testing against a local daemon [2022-03-20T18:57:45.450Z] === RUN TestCommitInheritsEnv [2022-03-20T18:57:45.709Z] --- PASS: TestCommitInheritsEnv (0.29s) [2022-03-20T18:57:45.709Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T18:57:45.709Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-20T18:57:45.709Z] === RUN TestImportWithCustomPlatform [2022-03-20T18:57:45.709Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-20T18:57:45.709Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-20T18:57:45.709Z] === RUN TestImportWithCustomPlatform// [2022-03-20T18:57:45.709Z] === RUN TestImportWithCustomPlatform/linux [2022-03-20T18:57:45.969Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-20T18:57:45.969Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-20T18:57:45.969Z] === RUN TestImportWithCustomPlatform/macos [2022-03-20T18:57:45.969Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-20T18:57:45.969Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-20T18:57:45.969Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-20T18:57:45.969Z] === RUN TestImagesFilterMultiReference [2022-03-20T18:57:45.969Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-20T18:57:45.969Z] === RUN TestImagePullPlatformInvalid [2022-03-20T18:57:46.228Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-20T18:57:46.228Z] === RUN TestRemoveImageOrphaning [2022-03-20T18:57:46.488Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-03-20T18:57:46.488Z] === RUN TestRemoveImageGarbageCollector [2022-03-20T18:57:48.392Z] --- PASS: TestRemoveImageGarbageCollector (1.82s) [2022-03-20T18:57:48.392Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T18:57:48.392Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-20T18:57:48.392Z] === RUN TestTagInvalidReference [2022-03-20T18:57:48.392Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-20T18:57:48.392Z] === RUN TestTagValidPrefixedRepo [2022-03-20T18:57:48.392Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-20T18:57:48.392Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T18:57:48.392Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-20T18:57:48.392Z] === RUN TestTagOfficialNames [2022-03-20T18:57:48.392Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-20T18:57:48.392Z] === RUN TestTagMatchesDigest [2022-03-20T18:57:48.392Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-20T18:57:48.392Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-20T18:57:53.219Z] 4612f6d0b889: Pull complete [2022-03-20T18:57:54.147Z] --- PASS: TestBuildSquashParent (8.62s) [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:57:54.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:57:54.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:57:54.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:57:54.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:57:54.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:57:54.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:57:54.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:57:54.147Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:57:54.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:57:55.568Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:57:55.568Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:57:57.050Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-20T18:57:58.850Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:57:58.850Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.02s) [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.11s) [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.84s) [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.02s) [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.85s) [2022-03-20T18:58:01.370Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.15s) [2022-03-20T18:58:01.370Z] === RUN TestBuildMultiStageCopy [2022-03-20T18:58:01.370Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T18:58:04.651Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T18:58:04.651Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T18:58:05.217Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T18:58:05.782Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T18:58:06.040Z] --- PASS: TestBuildMultiStageCopy (4.69s) [2022-03-20T18:58:06.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.60s) [2022-03-20T18:58:06.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2022-03-20T18:58:06.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2022-03-20T18:58:06.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2022-03-20T18:58:06.040Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2022-03-20T18:58:06.040Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T18:58:07.414Z] --- PASS: TestBuildMultiStageParentConfig (1.28s) [2022-03-20T18:58:07.414Z] === RUN TestBuildLabelWithTargets [2022-03-20T18:58:09.939Z] --- PASS: TestBuildLabelWithTargets (2.15s) [2022-03-20T18:58:09.940Z] === RUN TestBuildWithEmptyLayers [2022-03-20T18:58:10.869Z] --- PASS: TestBuildWithEmptyLayers (1.15s) [2022-03-20T18:58:10.869Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T18:58:13.021Z] #51 ... [2022-03-20T18:58:13.021Z] [2022-03-20T18:58:13.021Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-20T18:58:13.021Z] #56 sha256:31873a33bed9427b745bffcdbf3ebc525610f411b3e3a7f720b035ebe1c82cdc [2022-03-20T18:58:13.021Z] #56 143.2 + mkdir -p /build [2022-03-20T18:58:13.021Z] #56 143.2 + cp runc /build/runc [2022-03-20T18:58:13.021Z] #56 DONE 144.5s [2022-03-20T18:58:13.021Z] [2022-03-20T18:58:13.021Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-20T18:58:13.021Z] #51 sha256:8156b477a33c126dc63b392ab5acc3fc0eea0b067e2497be0c09d8f9e8ea1fd7 [2022-03-20T18:58:13.021Z] #51 311.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-20T18:58:13.021Z] #51 DONE 312.2s [2022-03-20T18:58:13.021Z] [2022-03-20T18:58:13.021Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:58:13.021Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:58:13.021Z] #60 ... [2022-03-20T18:58:13.021Z] [2022-03-20T18:58:13.021Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-20T18:58:13.021Z] #52 sha256:2d290b1f3ba80517698f0c4c89c551443c359fa4f6e47a8fd379eafff1bb73ec [2022-03-20T18:58:14.024Z] #52 DONE 0.9s [2022-03-20T18:58:14.024Z] [2022-03-20T18:58:14.024Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-20T18:58:14.024Z] #54 sha256:5fae63669b0d7d05fd77802e18aff363831116b9fc3c1f7734649cbc2706ebaf [2022-03-20T18:58:14.024Z] #54 DONE 0.0s [2022-03-20T18:58:14.024Z] [2022-03-20T18:58:14.024Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-20T18:58:14.024Z] #57 sha256:df5c6e4247366e87ae91dfec764a5d2010d85b0216e83e70cfb8efdf06e1bee4 [2022-03-20T18:58:14.024Z] #57 DONE 0.3s [2022-03-20T18:58:14.024Z] [2022-03-20T18:58:14.024Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-20T18:58:14.024Z] #60 sha256:b9ffe22eabb3f5a82536f1474814f51ce30a6ba7fb648060578796c3a854cdb0 [2022-03-20T18:58:14.143Z] --- PASS: TestBuildMultiStageOnBuild (3.22s) [2022-03-20T18:58:14.143Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T18:58:14.965Z] #60 268.5 + bin/containerd [2022-03-20T18:58:15.517Z] --- PASS: TestBuildUncleanTarFilenames (1.65s) [2022-03-20T18:58:15.517Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T18:58:18.800Z] --- PASS: TestBuildMultiStageLayerLeak (3.12s) [2022-03-20T18:58:18.800Z] === RUN TestBuildWithHugeFile [2022-03-20T18:58:22.240Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:58:22.241Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:58:22.241Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:58:22.241Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T18:58:22.241Z] [2022-03-20T18:58:22.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-20T18:58:22.241Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-20T18:58:22.241Z] HOSTNAME=c4590100435c [2022-03-20T18:58:22.241Z] TESTDEBUG=0 [2022-03-20T18:58:22.241Z] DEST=bundles/test-integration [2022-03-20T18:58:22.241Z] PWD=/go/src/github.com/docker/docker [2022-03-20T18:58:22.241Z] DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T18:58:22.241Z] container=docker [2022-03-20T18:58:22.241Z] HOME=/root [2022-03-20T18:58:22.241Z] GOLANG_VERSION=1.18 [2022-03-20T18:58:22.241Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-20T18:58:22.241Z] VALIDATE_BRANCH=master [2022-03-20T18:58:22.241Z] TERM=xterm [2022-03-20T18:58:22.241Z] DOCKER_PKG=github.com/docker/docker [2022-03-20T18:58:22.241Z] SHLVL=1 [2022-03-20T18:58:22.241Z] TIMEOUT=120m [2022-03-20T18:58:22.241Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-20T18:58:22.241Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-20T18:58:22.241Z] GO111MODULE=off [2022-03-20T18:58:22.241Z] DOCKER_EXPERIMENTAL=1 [2022-03-20T18:58:22.241Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-20T18:58:22.241Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-20T18:58:22.241Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-20T18:58:22.241Z] GOPATH=/go [2022-03-20T18:58:22.241Z] PKG_CONFIG=pkg-config [2022-03-20T18:58:22.241Z] _=/usr/bin/env [2022-03-20T18:58:22.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-20T18:58:44.202Z] 037d5740b404: Pull complete [2022-03-20T18:58:44.202Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-20T18:58:44.202Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T18:58:44.202Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T18:58:44.202Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-20T18:58:44.202Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-20T18:58:44.202Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-20T18:58:44.202Z] INFO: Docker version of control daemon [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] Client: [2022-03-20T18:58:44.202Z] Version: 20.10.9 [2022-03-20T18:58:44.202Z] API version: 1.41 [2022-03-20T18:58:44.202Z] Go version: go1.16.8 [2022-03-20T18:58:44.202Z] Git commit: c2ea9bc [2022-03-20T18:58:44.202Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-20T18:58:44.202Z] OS/Arch: windows/amd64 [2022-03-20T18:58:44.202Z] Context: default [2022-03-20T18:58:44.202Z] Experimental: true [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] Server: Docker Engine - Community [2022-03-20T18:58:44.202Z] Engine: [2022-03-20T18:58:44.202Z] Version: 20.10.9 [2022-03-20T18:58:44.202Z] API version: 1.41 (minimum version 1.24) [2022-03-20T18:58:44.202Z] Go version: go1.16.8 [2022-03-20T18:58:44.202Z] Git commit: 79ea9d3 [2022-03-20T18:58:44.202Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-20T18:58:44.202Z] OS/Arch: windows/amd64 [2022-03-20T18:58:44.202Z] Experimental: true [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] INFO: Docker info of control daemon [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] Client: [2022-03-20T18:58:44.202Z] Context: default [2022-03-20T18:58:44.202Z] Debug Mode: false [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] Server: [2022-03-20T18:58:44.202Z] Containers: 0 [2022-03-20T18:58:44.202Z] Running: 0 [2022-03-20T18:58:44.202Z] Paused: 0 [2022-03-20T18:58:44.202Z] Stopped: 0 [2022-03-20T18:58:44.202Z] Images: 1 [2022-03-20T18:58:44.202Z] Server Version: 20.10.9 [2022-03-20T18:58:44.202Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-20T18:58:44.202Z] Windows: [2022-03-20T18:58:44.202Z] LCOW: [2022-03-20T18:58:44.202Z] Logging Driver: json-file [2022-03-20T18:58:44.202Z] Plugins: [2022-03-20T18:58:44.202Z] Volume: local [2022-03-20T18:58:44.202Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T18:58:44.202Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T18:58:44.202Z] Swarm: inactive [2022-03-20T18:58:44.202Z] Default Isolation: process [2022-03-20T18:58:44.202Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T18:58:44.202Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-20T18:58:44.202Z] OSType: windows [2022-03-20T18:58:44.202Z] Architecture: x86_64 [2022-03-20T18:58:44.202Z] CPUs: 4 [2022-03-20T18:58:44.202Z] Total Memory: 32GiB [2022-03-20T18:58:44.202Z] Name: azwin-2-8edec0 [2022-03-20T18:58:44.202Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-20T18:58:44.202Z] Docker Root Dir: D:\docker [2022-03-20T18:58:44.202Z] Debug Mode: false [2022-03-20T18:58:44.202Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:58:44.202Z] Labels: [2022-03-20T18:58:44.202Z] Experimental: true [2022-03-20T18:58:44.202Z] Insecure Registries: [2022-03-20T18:58:44.202Z] 10.0.0.4:5000 [2022-03-20T18:58:44.202Z] 127.0.0.0/8 [2022-03-20T18:58:44.202Z] Registry Mirrors: [2022-03-20T18:58:44.202Z] http://10.0.0.4:5000/ [2022-03-20T18:58:44.202Z] Live Restore Enabled: false [2022-03-20T18:58:44.202Z] Product License: Community Engine [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] INFO: Commit hash is c44b11ec7d [2022-03-20T18:58:44.202Z] INFO: Nuke-Everything... [2022-03-20T18:58:44.202Z] INFO: Container count on control daemon to delete is 0 [2022-03-20T18:58:44.202Z] INFO: Nuking d:\CI [2022-03-20T18:58:44.202Z] INFO: Zapped successfully [2022-03-20T18:58:44.202Z] INFO: Location for testing is d:\CI\PR-42624\6 [2022-03-20T18:58:44.202Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] INFO: Building the image from Dockerfile.windows at 03/20/2022 18:58:33... [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] Sending build context to Docker daemon 64.12MB [2022-03-20T18:58:44.202Z] [2022-03-20T18:58:44.202Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-20T18:58:44.202Z] ---> 02f938cacc3b [2022-03-20T18:58:44.202Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-20T18:58:44.202Z] ---> Running in 605f67083cbf [2022-03-20T18:58:44.202Z] Removing intermediate container 605f67083cbf [2022-03-20T18:58:44.202Z] ---> 2e013e34c683 [2022-03-20T18:58:44.202Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-03-20T18:58:44.202Z] ---> Running in 899b0c7ed872 [2022-03-20T18:58:44.202Z] Removing intermediate container 899b0c7ed872 [2022-03-20T18:58:44.202Z] ---> 35425c5adeb7 [2022-03-20T18:58:44.202Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-20T18:58:44.202Z] ---> Running in 2c03138afcf8 [2022-03-20T18:58:44.202Z] Removing intermediate container 2c03138afcf8 [2022-03-20T18:58:44.202Z] ---> 9894a2c57310 [2022-03-20T18:58:44.202Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-20T18:58:44.202Z] ---> Running in e0575d2f1ec9 [2022-03-20T18:58:44.202Z] Removing intermediate container e0575d2f1ec9 [2022-03-20T18:58:44.202Z] ---> a2169f05e922 [2022-03-20T18:58:44.202Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-20T18:58:44.202Z] ---> Running in 402ced424eb5 [2022-03-20T18:58:44.202Z] Removing intermediate container 402ced424eb5 [2022-03-20T18:58:44.202Z] ---> 56b8b8da4d5c [2022-03-20T18:58:44.202Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-20T18:58:44.202Z] ---> Running in a8190d7931e4 [2022-03-20T18:58:48.035Z] [2022-03-20T18:58:48.035Z] SUCCESS: Specified value was saved. [2022-03-20T18:58:49.023Z] INFO: Downloading git... [2022-03-20T18:58:50.041Z] INFO: Downloading go... [2022-03-20T18:58:50.128Z] .........................xx.................... [ 29%] [2022-03-20T18:58:50.507Z] 037d5740b404: Pull complete [2022-03-20T18:58:50.507Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-20T18:58:50.507Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T18:58:50.507Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T18:58:50.507Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-20T18:58:50.507Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-20T18:58:50.507Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-20T18:58:50.507Z] INFO: Docker version of control daemon [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] Client: [2022-03-20T18:58:50.507Z] Version: 20.10.9 [2022-03-20T18:58:50.507Z] API version: 1.41 [2022-03-20T18:58:50.507Z] Go version: go1.16.8 [2022-03-20T18:58:50.507Z] Git commit: c2ea9bc [2022-03-20T18:58:50.507Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-20T18:58:50.507Z] OS/Arch: windows/amd64 [2022-03-20T18:58:50.507Z] Context: default [2022-03-20T18:58:50.507Z] Experimental: true [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] Server: Docker Engine - Community [2022-03-20T18:58:50.507Z] Engine: [2022-03-20T18:58:50.507Z] Version: 20.10.9 [2022-03-20T18:58:50.507Z] API version: 1.41 (minimum version 1.24) [2022-03-20T18:58:50.507Z] Go version: go1.16.8 [2022-03-20T18:58:50.507Z] Git commit: 79ea9d3 [2022-03-20T18:58:50.507Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-20T18:58:50.507Z] OS/Arch: windows/amd64 [2022-03-20T18:58:50.507Z] Experimental: true [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] INFO: Docker info of control daemon [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] Client: [2022-03-20T18:58:50.507Z] Context: default [2022-03-20T18:58:50.507Z] Debug Mode: false [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] Server: [2022-03-20T18:58:50.507Z] Containers: 0 [2022-03-20T18:58:50.507Z] Running: 0 [2022-03-20T18:58:50.507Z] Paused: 0 [2022-03-20T18:58:50.507Z] Stopped: 0 [2022-03-20T18:58:50.507Z] Images: 1 [2022-03-20T18:58:50.507Z] Server Version: 20.10.9 [2022-03-20T18:58:50.507Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-20T18:58:50.507Z] Windows: [2022-03-20T18:58:50.507Z] LCOW: [2022-03-20T18:58:50.507Z] Logging Driver: json-file [2022-03-20T18:58:50.507Z] Plugins: [2022-03-20T18:58:50.507Z] Volume: local [2022-03-20T18:58:50.507Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T18:58:50.507Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T18:58:50.507Z] Swarm: inactive [2022-03-20T18:58:50.507Z] Default Isolation: process [2022-03-20T18:58:50.507Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T18:58:50.507Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-20T18:58:50.507Z] OSType: windows [2022-03-20T18:58:50.507Z] Architecture: x86_64 [2022-03-20T18:58:50.507Z] CPUs: 4 [2022-03-20T18:58:50.507Z] Total Memory: 32GiB [2022-03-20T18:58:50.507Z] Name: azwin-2-6dfe50 [2022-03-20T18:58:50.507Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-20T18:58:50.507Z] Docker Root Dir: D:\docker [2022-03-20T18:58:50.507Z] Debug Mode: false [2022-03-20T18:58:50.507Z] Registry: https://index.docker.io/v1/ [2022-03-20T18:58:50.507Z] Labels: [2022-03-20T18:58:50.507Z] Experimental: true [2022-03-20T18:58:50.507Z] Insecure Registries: [2022-03-20T18:58:50.507Z] 10.0.0.4:5000 [2022-03-20T18:58:50.507Z] 127.0.0.0/8 [2022-03-20T18:58:50.507Z] Registry Mirrors: [2022-03-20T18:58:50.507Z] http://10.0.0.4:5000/ [2022-03-20T18:58:50.507Z] Live Restore Enabled: false [2022-03-20T18:58:50.507Z] Product License: Community Engine [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] INFO: Commit hash is c44b11ec7d [2022-03-20T18:58:50.507Z] INFO: Nuke-Everything... [2022-03-20T18:58:50.507Z] INFO: Container count on control daemon to delete is 0 [2022-03-20T18:58:50.507Z] INFO: Nuking d:\CI [2022-03-20T18:58:50.507Z] INFO: Zapped successfully [2022-03-20T18:58:50.507Z] INFO: Location for testing is d:\CI\PR-42624\6 [2022-03-20T18:58:50.507Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:50.507Z] INFO: Building the image from Dockerfile.windows at 03/20/2022 18:58:49... [2022-03-20T18:58:50.507Z] [2022-03-20T18:58:51.612Z] INFO: Downloading compiler 1 of 3... [2022-03-20T18:58:53.184Z] INFO: Downloading compiler 2 of 3... [2022-03-20T18:58:53.652Z] INFO: Downloading compiler 3 of 3... [2022-03-20T18:58:54.639Z] INFO: Extracting git... [2022-03-20T18:58:57.652Z] Sending build context to Docker daemon 64.12MB [2022-03-20T18:58:57.652Z] [2022-03-20T18:58:57.652Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-20T18:58:57.652Z] ---> 02f938cacc3b [2022-03-20T18:58:57.652Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-20T18:58:57.652Z] ---> Running in ca98ee1d2c39 [2022-03-20T18:58:58.109Z] Removing intermediate container ca98ee1d2c39 [2022-03-20T18:58:58.109Z] ---> 2dc91104c945 [2022-03-20T18:58:58.109Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-03-20T18:58:58.109Z] ---> Running in acfe04e74f93 [2022-03-20T18:58:58.570Z] Removing intermediate container acfe04e74f93 [2022-03-20T18:58:58.570Z] ---> d748e649b956 [2022-03-20T18:58:58.570Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-20T18:58:58.570Z] ---> Running in f88daed11cd7 [2022-03-20T18:58:59.028Z] Removing intermediate container f88daed11cd7 [2022-03-20T18:58:59.028Z] ---> fb0ddd10c269 [2022-03-20T18:58:59.028Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-20T18:58:59.028Z] ---> Running in cba31279d9dd [2022-03-20T18:58:59.485Z] Removing intermediate container cba31279d9dd [2022-03-20T18:58:59.485Z] ---> cf5947cdc875 [2022-03-20T18:58:59.485Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-20T18:58:59.485Z] ---> Running in 88c2dce09367 [2022-03-20T18:58:59.942Z] Removing intermediate container 88c2dce09367 [2022-03-20T18:58:59.942Z] ---> b6235eefbc20 [2022-03-20T18:58:59.943Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-20T18:58:59.943Z] ---> Running in d5a1011a702d [2022-03-20T18:59:01.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-20T18:59:01.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-20T18:59:05.812Z] [2022-03-20T18:59:05.812Z] SUCCESS: Specified value was saved. [2022-03-20T18:59:06.895Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-20T18:59:07.349Z] INFO: Downloading git... [2022-03-20T18:59:08.314Z] INFO: Downloading go... [2022-03-20T18:59:09.428Z] INFO: Expanding go... [2022-03-20T18:59:09.866Z] INFO: Downloading compiler 1 of 3... [2022-03-20T18:59:10.830Z] INFO: Downloading compiler 2 of 3... [2022-03-20T18:59:10.830Z] INFO: Downloading compiler 3 of 3... [2022-03-20T18:59:11.202Z] #60 319.4 # github.com/containerd/containerd/cmd/containerd [2022-03-20T18:59:11.203Z] #60 319.4 /usr/bin/ld: /tmp/go-link-956714893/000019.o: in function `New': [2022-03-20T18:59:11.203Z] #60 319.4 /tmp/tmp.h8BqBAbFKK/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-20T18:59:11.203Z] #60 319.5 + bin/containerd-stress [2022-03-20T18:59:11.203Z] #60 320.6 + bin/containerd-shim [2022-03-20T18:59:11.295Z] INFO: Extracting git... [2022-03-20T18:59:14.401Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-20T18:59:15.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-20T18:59:18.801Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-20T18:59:19.333Z] #60 331.9 + bin/containerd-shim-runc-v1 [2022-03-20T18:59:22.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-20T18:59:24.609Z] #60 338.1 + bin/containerd-shim-runc-v2 [2022-03-20T18:59:24.849Z] --- PASS: TestImportExtremelyLargeImageWorks (93.04s) [2022-03-20T18:59:24.849Z] PASS [2022-03-20T18:59:24.849Z] [2022-03-20T18:59:24.849Z] DONE 22 tests in 95.980s [2022-03-20T18:59:24.849Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-20T18:59:24.849Z] INFO: Testing against a local daemon [2022-03-20T18:59:24.849Z] === RUN TestNetworkCreateDelete [2022-03-20T18:59:24.849Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-20T18:59:24.849Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T18:59:24.849Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-20T18:59:24.849Z] === RUN TestDaemonDNSFallback [2022-03-20T18:59:25.549Z] #60 338.9 + binaries [2022-03-20T18:59:25.550Z] #60 338.9 + install -D bin/containerd /build/containerd [2022-03-20T18:59:25.550Z] #60 339.0 + install -D bin/containerd-shim /build/containerd-shim [2022-03-20T18:59:25.550Z] #60 339.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-20T18:59:25.550Z] #60 339.0 + install -D bin/ctr /build/ctr [2022-03-20T18:59:26.098Z] INFO: Expanding go... [2022-03-20T18:59:28.083Z] #60 DONE 341.4s [2022-03-20T18:59:28.136Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-20T18:59:28.136Z] === RUN TestInspectNetwork [2022-03-20T18:59:28.650Z] [2022-03-20T18:59:28.650Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-20T18:59:28.650Z] #61 sha256:01523a0143430df60f009e0e82805cb6f15c69d7bfe6760da7988d3cd0b540e6 [2022-03-20T18:59:29.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-20T18:59:29.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-20T18:59:29.583Z] #61 DONE 0.8s [2022-03-20T18:59:29.584Z] [2022-03-20T18:59:29.584Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-20T18:59:29.584Z] #66 sha256:e86c9920269fa81a232fe9d939c9f23db50ba4f73f6042f33d089fecd46ad1b3 [2022-03-20T18:59:29.584Z] #66 DONE 0.2s [2022-03-20T18:59:29.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-20T18:59:29.841Z] [2022-03-20T18:59:29.841Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-20T18:59:29.841Z] #71 sha256:7f51359f211401342cbfa5aefe65b91513539663d1b4d100beddaeb0541c3ed4 [2022-03-20T18:59:30.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-20T18:59:30.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-20T18:59:31.215Z] #71 DONE 1.1s [2022-03-20T18:59:31.215Z] [2022-03-20T18:59:31.215Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-20T18:59:31.215Z] #72 sha256:df4c9d98294ce3e827c6b64cbf23eb0295dcc91ed0ad477afaa8e85a68231882 [2022-03-20T18:59:31.215Z] #72 DONE 0.0s [2022-03-20T18:59:31.215Z] [2022-03-20T18:59:31.215Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-20T18:59:31.215Z] #73 sha256:1d48a2c1b9ab9808bd81dc3925fe094118e748d9cf3a5aeb515326d51d5dcb05 [2022-03-20T18:59:31.415Z] === RUN TestInspectNetwork/full_network_id [2022-03-20T18:59:31.415Z] === RUN TestInspectNetwork/partial_network_id [2022-03-20T18:59:31.415Z] === RUN TestInspectNetwork/network_name [2022-03-20T18:59:31.415Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-20T18:59:31.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-20T18:59:32.151Z] #73 DONE 1.3s [2022-03-20T18:59:32.152Z] [2022-03-20T18:59:32.152Z] #74 exporting to image [2022-03-20T18:59:32.152Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-20T18:59:32.152Z] #74 exporting layers [2022-03-20T18:59:33.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-20T18:59:34.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-20T18:59:34.713Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-20T18:59:35.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-20T18:59:35.602Z] --- PASS: TestInspectNetwork (7.22s) [2022-03-20T18:59:35.602Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-20T18:59:35.602Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-20T18:59:35.602Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-20T18:59:35.602Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-20T18:59:35.602Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T18:59:35.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-20T18:59:36.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-20T18:59:36.980Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-03-20T18:59:36.980Z] === RUN TestNetworkInvalidJSON [2022-03-20T18:59:36.980Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T18:59:36.980Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T18:59:36.980Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T18:59:36.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T18:59:36.980Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T18:59:36.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T18:59:36.980Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T18:59:36.980Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T18:59:36.980Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-20T18:59:36.980Z] === RUN TestNetworkList [2022-03-20T18:59:36.980Z] === RUN TestNetworkList//networks [2022-03-20T18:59:36.980Z] === PAUSE TestNetworkList//networks [2022-03-20T18:59:36.980Z] === RUN TestNetworkList//networks/ [2022-03-20T18:59:36.980Z] === PAUSE TestNetworkList//networks/ [2022-03-20T18:59:36.980Z] === CONT TestNetworkList//networks [2022-03-20T18:59:36.980Z] === CONT TestNetworkList//networks/ [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkList (0.01s) [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T18:59:36.980Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T18:59:36.980Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T18:59:37.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-20T18:59:37.548Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-20T18:59:37.548Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T18:59:38.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-20T18:59:38.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-20T18:59:38.724Z] #74 exporting layers 6.1s done [2022-03-20T18:59:38.724Z] #74 writing image sha256:7ef2a61c7b41bf95cf489774283dc6c7f2c0d0de0ceeca379d695289dd83d951 done [2022-03-20T18:59:38.724Z] #74 naming to docker.io/library/docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 done [2022-03-20T18:59:38.724Z] #74 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-20T18:59:38.925Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-20T18:59:38.925Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T18:59:39.084Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -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:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh dynbinary test-integration [2022-03-20T18:59:39.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-20T18:59:39.368Z] INFO: Expanding compiler 1 of 3... [2022-03-20T18:59:39.368Z] INFO: Expanding compiler 2 of 3... [2022-03-20T18:59:39.491Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-20T18:59:39.491Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T18:59:40.172Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-20T18:59:40.172Z] Using test binary docker [2022-03-20T18:59:40.172Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-20T18:59:40.172Z] +++ /etc/init.d/apparmor start [2022-03-20T18:59:40.172Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-20T18:59:40.172Z] INFO: Waiting for daemon to start... [2022-03-20T18:59:40.172Z] Starting dockerd [2022-03-20T18:59:40.172Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-03-20T18:59:40.423Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-20T18:59:40.423Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T18:59:40.459Z] [2022-03-20T18:59:40.459Z] Removing bundles/ [2022-03-20T18:59:40.459Z] [2022-03-20T18:59:40.459Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-20T18:59:40.716Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T18:59:40.716Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T18:59:41.798Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-03-20T18:59:41.798Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T18:59:42.085Z] . [2022-03-20T18:59:42.085Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-20T18:59:42.085Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-20T18:59:42.085Z] Error: No such image: emptyfs [2022-03-20T18:59:42.085Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-20T18:59:42.085Z] ++++ docker load [2022-03-20T18:59:42.085Z] Running integration-test (iteration 1) [2022-03-20T18:59:42.345Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-20T18:59:42.345Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-20T18:59:42.345Z] ++ set -e [2022-03-20T18:59:42.345Z] ++ '[' -n 0 ']' [2022-03-20T18:59:42.345Z] ++ set -x [2022-03-20T18:59:42.345Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-20T18:59:42.345Z] Loaded image: busybox:latest [2022-03-20T18:59:42.365Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-20T18:59:42.365Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T18:59:42.606Z] Loaded image: busybox:glibc [2022-03-20T18:59:43.551Z] Loaded image: debian:bullseye-slim [2022-03-20T18:59:43.551Z] Loaded image: hello-world:latest [2022-03-20T18:59:43.551Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T18:59:43.551Z] INFO: Testing against a local daemon [2022-03-20T18:59:43.551Z] === RUN TestCgroupNamespacesBuild [2022-03-20T18:59:44.033Z] INFO: Expanding compiler 3 of 3... [2022-03-20T18:59:44.301Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-20T18:59:44.490Z] INFO: Removing downloaded files... [2022-03-20T18:59:44.490Z] INFO: Downloading containerd [2022-03-20T18:59:44.920Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-03-20T18:59:44.920Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T18:59:44.920Z] service_test.go:243: FLAKY_TEST [2022-03-20T18:59:44.920Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T18:59:44.920Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T18:59:44.942Z] --- PASS: TestCgroupNamespacesBuild (1.13s) [2022-03-20T18:59:44.942Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-20T18:59:45.819Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-20T18:59:45.888Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-03-20T18:59:45.888Z] === RUN TestBuildWithSession [2022-03-20T18:59:45.888Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T18:59:45.888Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T18:59:45.888Z] === RUN TestBuildSquashParent [2022-03-20T18:59:50.101Z] --- PASS: TestBuildSquashParent (4.29s) [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:59:50.101Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:59:50.101Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:59:50.101Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:59:50.101Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:59:50.101Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:59:50.101Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:59:50.101Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:59:50.101Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T18:59:50.101Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T18:59:50.223Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-20T18:59:51.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T18:59:51.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T18:59:52.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T18:59:52.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.27s) [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s) [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.17s) [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.16s) [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s) [2022-03-20T18:59:53.814Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.20s) [2022-03-20T18:59:53.814Z] === RUN TestBuildMultiStageCopy [2022-03-20T18:59:53.814Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T18:59:54.783Z] [2022-03-20T18:59:54.783Z] Name Version Source Summary [2022-03-20T18:59:54.783Z] ---- ------- ------ ------- [2022-03-20T18:59:54.783Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-20T18:59:55.203Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T18:59:55.203Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T18:59:55.315Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-20T18:59:55.315Z] Using test binary docker [2022-03-20T18:59:55.315Z] +++ /etc/init.d/apparmor start [2022-03-20T18:59:55.315Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-20T18:59:55.315Z] INFO: Waiting for daemon to start... [2022-03-20T18:59:55.315Z] Starting dockerd [2022-03-20T18:59:55.315Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-20T18:59:55.315Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-20T18:59:55.315Z] Using test binary docker [2022-03-20T18:59:55.315Z] +++ /etc/init.d/apparmor start [2022-03-20T18:59:55.315Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-20T18:59:55.315Z] INFO: Waiting for daemon to start... [2022-03-20T18:59:55.315Z] Starting dockerd [2022-03-20T18:59:55.315Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-20T18:59:55.315Z] . [2022-03-20T18:59:55.315Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-20T18:59:55.315Z] [2022-03-20T18:59:55.315Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-20T18:59:55.315Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-20T18:59:55.315Z] Error: No such image: emptyfs [2022-03-20T18:59:55.315Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-20T18:59:55.315Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-20T18:59:55.315Z] ++++ docker load [2022-03-20T18:59:55.315Z] Error: No such image: emptyfs [2022-03-20T18:59:55.315Z] ++++ docker load [2022-03-20T18:59:55.315Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-20T18:59:55.315Z] Running integration-test (iteration 1)Running integration-test (iteration 1) [2022-03-20T18:59:55.315Z] [2022-03-20T18:59:55.315Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-20T18:59:55.315Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-20T18:59:55.315Z] ++ set -e [2022-03-20T18:59:55.315Z] 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)/++ '[' -n 0 ']' [2022-03-20T18:59:55.315Z] ++ set -x [2022-03-20T18:59:55.315Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-20T18:59:55.315Z] [2022-03-20T18:59:55.315Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-20T18:59:55.315Z] ++ set -e [2022-03-20T18:59:55.315Z] ++ '[' -n 0 ']' [2022-03-20T18:59:55.315Z] ++ set -x [2022-03-20T18:59:55.315Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-20T18:59:55.315Z] Loaded image: busybox:latest [2022-03-20T18:59:55.315Z] Loaded image: busybox:latest [2022-03-20T18:59:55.465Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T18:59:55.465Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T18:59:55.727Z] --- PASS: TestBuildMultiStageCopy (1.93s) [2022-03-20T18:59:55.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s) [2022-03-20T18:59:55.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-03-20T18:59:55.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-03-20T18:59:55.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-20T18:59:55.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2022-03-20T18:59:55.727Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T18:59:55.884Z] Loaded image: busybox:glibc [2022-03-20T18:59:55.884Z] Loaded image: busybox:glibc [2022-03-20T18:59:56.120Z] INFO: Expanding compiler 1 of 3... [2022-03-20T18:59:56.120Z] INFO: Expanding compiler 2 of 3... [2022-03-20T18:59:56.316Z] [2022-03-20T18:59:56.316Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-20T18:59:56.316Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-20T18:59:56.316Z] PSChildName : containerd [2022-03-20T18:59:56.316Z] PSDrive : C [2022-03-20T18:59:56.316Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-20T18:59:56.316Z] PSIsContainer : True [2022-03-20T18:59:56.316Z] Name : containerd [2022-03-20T18:59:56.316Z] FullName : C:\containerd [2022-03-20T18:59:56.316Z] Parent : [2022-03-20T18:59:56.316Z] Exists : True [2022-03-20T18:59:56.316Z] Root : C:\ [2022-03-20T18:59:56.316Z] Extension : [2022-03-20T18:59:56.316Z] CreationTime : 3/20/2022 6:59:55 PM [2022-03-20T18:59:56.316Z] CreationTimeUtc : 3/20/2022 6:59:55 PM [2022-03-20T18:59:56.316Z] LastAccessTime : 3/20/2022 6:59:55 PM [2022-03-20T18:59:56.316Z] LastAccessTimeUtc : 3/20/2022 6:59:55 PM [2022-03-20T18:59:56.316Z] LastWriteTime : 3/20/2022 6:59:55 PM [2022-03-20T18:59:56.316Z] LastWriteTimeUtc : 3/20/2022 6:59:55 PM [2022-03-20T18:59:56.316Z] Attributes : Directory [2022-03-20T18:59:56.316Z] Mode : d----- [2022-03-20T18:59:56.316Z] BaseName : containerd [2022-03-20T18:59:56.316Z] Target : {} [2022-03-20T18:59:56.316Z] LinkType : [2022-03-20T18:59:56.316Z] [2022-03-20T18:59:56.681Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2022-03-20T18:59:56.681Z] === RUN TestBuildLabelWithTargets [2022-03-20T18:59:57.638Z] --- PASS: TestBuildLabelWithTargets (1.05s) [2022-03-20T18:59:57.638Z] === RUN TestBuildWithEmptyLayers [2022-03-20T18:59:57.846Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-20T18:59:57.846Z] INFO: Configuring git core.autocrlf... [2022-03-20T18:59:57.846Z] [2022-03-20T18:59:57.846Z] [2022-03-20T18:59:57.900Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-03-20T18:59:57.900Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T18:59:59.290Z] --- PASS: TestBuildMultiStageOnBuild (1.28s) [2022-03-20T18:59:59.290Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T18:59:59.801Z] --- PASS: TestServiceWithDataPathPortInit (13.80s) [2022-03-20T18:59:59.801Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T18:59:59.864Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-03-20T18:59:59.864Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T19:00:00.065Z] Loaded image: debian:bullseye-slim [2022-03-20T19:00:00.322Z] Loaded image: debian:bullseye-slim [2022-03-20T19:00:00.322Z] Loaded image: hello-world:latest [2022-03-20T19:00:00.322Z] Loaded image: hello-world:latest [2022-03-20T19:00:00.322Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T19:00:00.322Z] INFO: Testing against a local daemon [2022-03-20T19:00:00.322Z] === RUN TestDockerSuite [2022-03-20T19:00:00.322Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-20T19:00:00.322Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-20T19:00:00.580Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-20T19:00:00.580Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-20T19:00:00.580Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T19:00:00.580Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-20T19:00:00.580Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-20T19:00:00.580Z] INFO: Testing against a local daemon [2022-03-20T19:00:00.580Z] === RUN TestDockerDaemonSuite [2022-03-20T19:00:00.580Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-20T19:00:00.580Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-20T19:00:00.580Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-20T19:00:00.738Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:1zsy32trtug2f9ql7pmb6ljzn Created:2022-03-20 18:59:59.522385494 +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[24eb3fc38ee8498602610b788c78458bf3dcef1d3b97d90ff7e77a56f70d1018:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7synfeecfccotgk46v0zb2dif EndpointID:3389b232d46fad711e2c4a795e7198cdad95f04eed6cc3dd05ad8ffbd71625bd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ed60e152866cf6f564c71eab01cca6fbe3bd2e4e1fea98a2e47a16f93baabe86 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:f72f438c205d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7synfeecfccotgk46v0zb2dif EndpointID:3389b232d46fad711e2c4a795e7198cdad95f04eed6cc3dd05ad8ffbd71625bd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-20T19:00:01.253Z] --- PASS: TestBuildMultiStageLayerLeak (1.33s) [2022-03-20T19:00:01.253Z] === RUN TestBuildWithHugeFile [2022-03-20T19:00:01.913Z] INFO: Expanding compiler 3 of 3... [2022-03-20T19:00:02.370Z] INFO: Removing downloaded files... [2022-03-20T19:00:02.370Z] INFO: Downloading containerd [2022-03-20T19:00:03.856Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-20T19:00:04.113Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-20T19:00:04.676Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-20T19:00:04.676Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-20T19:00:05.237Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-20T19:00:05.496Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-20T19:00:05.496Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-20T19:00:05.824Z] ............................ [ 66%] [2022-03-20T19:00:06.001Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.95s) [2022-03-20T19:00:06.001Z] PASS [2022-03-20T19:00:06.001Z] [2022-03-20T19:00:06.001Z] === Skipped [2022-03-20T19:00:06.001Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:00:06.001Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:00:06.001Z] [2022-03-20T19:00:06.001Z] DONE 26 tests, 1 skipped in 43.826s [2022-03-20T19:00:06.001Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:00:06.001Z] INFO: Testing against a local daemon [2022-03-20T19:00:06.001Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-20T19:00:06.001Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:00:06.001Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:00:06.001Z] === RUN TestDockerNetworkIpvlan [2022-03-20T19:00:06.001Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:00:06.001Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:00:06.001Z] PASS [2022-03-20T19:00:06.001Z] [2022-03-20T19:00:06.001Z] === Skipped [2022-03-20T19:00:06.001Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:00:06.001Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:00:06.001Z] [2022-03-20T19:00:06.001Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:00:06.001Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:00:06.001Z] [2022-03-20T19:00:06.001Z] DONE 2 tests, 2 skipped in 0.035s [2022-03-20T19:00:06.001Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:00:06.001Z] INFO: Testing against a local daemon [2022-03-20T19:00:06.001Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-20T19:00:06.569Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.22s) [2022-03-20T19:00:06.569Z] === RUN TestDockerNetworkMacvlan [2022-03-20T19:00:06.867Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-20T19:00:07.136Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-20T19:00:07.432Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-20T19:00:07.433Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-20T19:00:07.433Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-20T19:00:07.690Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-20T19:00:08.073Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-20T19:00:08.257Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-20T19:00:08.638Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-20T19:00:09.188Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-20T19:00:09.188Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-20T19:00:09.450Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-20T19:00:09.450Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-20T19:00:09.450Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-20T19:00:10.542Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-20T19:00:12.448Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-20T19:00:14.713Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-20T19:00:15.732Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan (9.44s) [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.85s) [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.97s) [2022-03-20T19:00:15.991Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-03-20T19:00:15.991Z] PASS [2022-03-20T19:00:15.991Z] [2022-03-20T19:00:15.991Z] DONE 8 tests in 10.695s [2022-03-20T19:00:15.991Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-20T19:00:15.991Z] testing: warning: no tests to run [2022-03-20T19:00:15.991Z] PASS [2022-03-20T19:00:15.991Z] [2022-03-20T19:00:15.991Z] DONE 0 tests in 0.010s [2022-03-20T19:00:15.991Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-20T19:00:15.991Z] INFO: Testing against a local daemon [2022-03-20T19:00:15.991Z] === RUN TestAuthZPluginAllowRequest [2022-03-20T19:00:16.079Z] --- PASS: TestBuildWithHugeFile (117.14s) [2022-03-20T19:00:16.079Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T19:00:16.079Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:00:16.079Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:00:16.079Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T19:00:16.079Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:00:16.079Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:00:16.079Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:00:16.079Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:00:16.079Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:00:16.079Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:00:16.079Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:00:16.079Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:00:16.079Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:00:16.079Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-20T19:00:16.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-03-20T19:00:16.079Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-03-20T19:00:16.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-20T19:00:16.079Z] === RUN TestBuildPreserveOwnership [2022-03-20T19:00:16.079Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-20T19:00:16.641Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-20T19:00:17.365Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2022-03-20T19:00:17.365Z] === RUN TestAuthZPluginTLS [2022-03-20T19:00:17.625Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-20T19:00:17.625Z] === RUN TestAuthZPluginDenyRequest [2022-03-20T19:00:18.013Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-20T19:00:18.193Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-20T19:00:18.193Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-20T19:00:18.578Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-20T19:00:18.762Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-20T19:00:18.762Z] === RUN TestAuthZPluginDenyResponse [2022-03-20T19:00:19.330Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-20T19:00:19.330Z] === RUN TestAuthZPluginAllowEventStream [2022-03-20T19:00:19.512Z] --- PASS: TestBuildPreserveOwnership (3.35s) [2022-03-20T19:00:19.512Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.13s) [2022-03-20T19:00:19.512Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s) [2022-03-20T19:00:19.512Z] === RUN TestBuildPlatformInvalid [2022-03-20T19:00:19.512Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-20T19:00:19.512Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-20T19:00:20.033Z] [2022-03-20T19:00:20.034Z] Name Version Source Summary [2022-03-20T19:00:20.034Z] ---- ------- ------ ------- [2022-03-20T19:00:20.034Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-20T19:00:20.353Z] 0a6173b79e25: Pull complete [2022-03-20T19:00:20.353Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-20T19:00:20.353Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:00:20.353Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:00:20.353Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-20T19:00:20.353Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-20T19:00:20.353Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-03-20T19:00:20.353Z] INFO: Docker version of control daemon [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] Client: [2022-03-20T19:00:20.353Z] Version: 20.10.9 [2022-03-20T19:00:20.353Z] API version: 1.41 [2022-03-20T19:00:20.353Z] Go version: go1.16.8 [2022-03-20T19:00:20.353Z] Git commit: c2ea9bc [2022-03-20T19:00:20.353Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-20T19:00:20.353Z] OS/Arch: windows/amd64 [2022-03-20T19:00:20.353Z] Context: default [2022-03-20T19:00:20.353Z] Experimental: true [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] Server: Docker Engine - Community [2022-03-20T19:00:20.353Z] Engine: [2022-03-20T19:00:20.353Z] Version: 20.10.9 [2022-03-20T19:00:20.353Z] API version: 1.41 (minimum version 1.24) [2022-03-20T19:00:20.353Z] Go version: go1.16.8 [2022-03-20T19:00:20.353Z] Git commit: 79ea9d3 [2022-03-20T19:00:20.353Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-20T19:00:20.353Z] OS/Arch: windows/amd64 [2022-03-20T19:00:20.353Z] Experimental: true [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] INFO: Docker info of control daemon [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] Client: [2022-03-20T19:00:20.353Z] Context: default [2022-03-20T19:00:20.353Z] Debug Mode: false [2022-03-20T19:00:20.353Z] Plugins: [2022-03-20T19:00:20.353Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-20T19:00:20.353Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-20T19:00:20.353Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] Server: [2022-03-20T19:00:20.353Z] Containers: 0 [2022-03-20T19:00:20.353Z] Running: 0 [2022-03-20T19:00:20.353Z] Paused: 0 [2022-03-20T19:00:20.353Z] Stopped: 0 [2022-03-20T19:00:20.353Z] Images: 1 [2022-03-20T19:00:20.353Z] Server Version: 20.10.9 [2022-03-20T19:00:20.353Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-20T19:00:20.353Z] Windows: [2022-03-20T19:00:20.353Z] LCOW: [2022-03-20T19:00:20.353Z] Logging Driver: json-file [2022-03-20T19:00:20.353Z] Plugins: [2022-03-20T19:00:20.353Z] Volume: local [2022-03-20T19:00:20.353Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T19:00:20.353Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T19:00:20.353Z] Swarm: inactive [2022-03-20T19:00:20.353Z] Default Isolation: process [2022-03-20T19:00:20.353Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-20T19:00:20.353Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-20T19:00:20.353Z] OSType: windows [2022-03-20T19:00:20.353Z] Architecture: x86_64 [2022-03-20T19:00:20.353Z] CPUs: 4 [2022-03-20T19:00:20.353Z] Total Memory: 32GiB [2022-03-20T19:00:20.353Z] Name: azwin-2-93daf0 [2022-03-20T19:00:20.353Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-20T19:00:20.353Z] Docker Root Dir: D:\docker [2022-03-20T19:00:20.353Z] Debug Mode: false [2022-03-20T19:00:20.353Z] Registry: https://index.docker.io/v1/ [2022-03-20T19:00:20.353Z] Labels: [2022-03-20T19:00:20.353Z] Experimental: true [2022-03-20T19:00:20.353Z] Insecure Registries: [2022-03-20T19:00:20.353Z] 10.0.0.4:5000 [2022-03-20T19:00:20.353Z] 127.0.0.0/8 [2022-03-20T19:00:20.353Z] Registry Mirrors: [2022-03-20T19:00:20.353Z] http://10.0.0.4:5000/ [2022-03-20T19:00:20.353Z] Live Restore Enabled: false [2022-03-20T19:00:20.353Z] Product License: Community Engine [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] INFO: Commit hash is c44b11ec7d [2022-03-20T19:00:20.353Z] INFO: Nuke-Everything... [2022-03-20T19:00:20.353Z] INFO: Container count on control daemon to delete is 0 [2022-03-20T19:00:20.353Z] INFO: Nuking d:\CI [2022-03-20T19:00:20.353Z] INFO: Zapped successfully [2022-03-20T19:00:20.353Z] INFO: Location for testing is d:\CI\PR-42624\6 [2022-03-20T19:00:20.353Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] INFO: Building the image from Dockerfile.windows at 03/20/2022 19:00:08... [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] Sending build context to Docker daemon 64.12MB [2022-03-20T19:00:20.353Z] [2022-03-20T19:00:20.353Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-20T19:00:20.353Z] ---> 6a11116086a4 [2022-03-20T19:00:20.353Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-20T19:00:20.353Z] ---> Running in 8758826a1c3b [2022-03-20T19:00:20.353Z] Removing intermediate container 8758826a1c3b [2022-03-20T19:00:20.353Z] ---> 0f3522819220 [2022-03-20T19:00:20.353Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-03-20T19:00:20.353Z] ---> Running in c2daaec1f8e2 [2022-03-20T19:00:20.353Z] Removing intermediate container c2daaec1f8e2 [2022-03-20T19:00:20.353Z] ---> 1915ce5e4757 [2022-03-20T19:00:20.353Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-20T19:00:20.353Z] ---> Running in a9a6d89a7749 [2022-03-20T19:00:20.353Z] Removing intermediate container a9a6d89a7749 [2022-03-20T19:00:20.353Z] ---> fb6a19f5ad7a [2022-03-20T19:00:20.353Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-20T19:00:20.353Z] ---> Running in 1c43ede681e0 [2022-03-20T19:00:20.353Z] Removing intermediate container 1c43ede681e0 [2022-03-20T19:00:20.353Z] ---> 5905925be4aa [2022-03-20T19:00:20.353Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-20T19:00:20.353Z] ---> Running in ad298a6a3f9f [2022-03-20T19:00:20.353Z] Removing intermediate container ad298a6a3f9f [2022-03-20T19:00:20.353Z] ---> 78a3ede29042 [2022-03-20T19:00:20.353Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-20T19:00:20.353Z] ---> Running in b61a72864c79 [2022-03-20T19:00:20.443Z] Loaded image: busybox:latest [2022-03-20T19:00:20.443Z] Loaded image: busybox:glibc [2022-03-20T19:00:20.701Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-20T19:00:20.707Z] --- PASS: TestAuthZPluginAllowEventStream (1.15s) [2022-03-20T19:00:20.707Z] === RUN TestAuthZPluginErrorResponse [2022-03-20T19:00:20.967Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-20T19:00:20.967Z] === RUN TestAuthZPluginErrorRequest [2022-03-20T19:00:21.009Z] [2022-03-20T19:00:21.009Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-20T19:00:21.009Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-20T19:00:21.009Z] PSChildName : containerd [2022-03-20T19:00:21.009Z] PSDrive : C [2022-03-20T19:00:21.009Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-20T19:00:21.009Z] PSIsContainer : True [2022-03-20T19:00:21.009Z] Name : containerd [2022-03-20T19:00:21.009Z] FullName : C:\containerd [2022-03-20T19:00:21.009Z] Parent : [2022-03-20T19:00:21.009Z] Exists : True [2022-03-20T19:00:21.009Z] Root : C:\ [2022-03-20T19:00:21.009Z] Extension : [2022-03-20T19:00:21.009Z] CreationTime : 3/20/2022 7:00:20 PM [2022-03-20T19:00:21.009Z] CreationTimeUtc : 3/20/2022 7:00:20 PM [2022-03-20T19:00:21.009Z] LastAccessTime : 3/20/2022 7:00:20 PM [2022-03-20T19:00:21.009Z] LastAccessTimeUtc : 3/20/2022 7:00:20 PM [2022-03-20T19:00:21.009Z] LastWriteTime : 3/20/2022 7:00:20 PM [2022-03-20T19:00:21.009Z] LastWriteTimeUtc : 3/20/2022 7:00:20 PM [2022-03-20T19:00:21.009Z] Attributes : Directory [2022-03-20T19:00:21.009Z] Mode : d----- [2022-03-20T19:00:21.009Z] BaseName : containerd [2022-03-20T19:00:21.009Z] Target : {} [2022-03-20T19:00:21.009Z] LinkType : [2022-03-20T19:00:21.009Z] [2022-03-20T19:00:21.266Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-20T19:00:21.534Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-20T19:00:21.534Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-20T19:00:21.831Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-20T19:00:22.107Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-20T19:00:22.107Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-20T19:00:22.541Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-20T19:00:22.541Z] INFO: Configuring git core.autocrlf... [2022-03-20T19:00:22.541Z] [2022-03-20T19:00:22.541Z] [2022-03-20T19:00:22.763Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-20T19:00:22.763Z] Loaded image: debian:bullseye-slim [2022-03-20T19:00:22.763Z] Loaded image: hello-world:latest [2022-03-20T19:00:22.763Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T19:00:23.328Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-20T19:00:23.505Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s) [2022-03-20T19:00:23.505Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-20T19:00:24.883Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.41s) [2022-03-20T19:00:24.883Z] === RUN TestAuthZPluginHeader [2022-03-20T19:00:25.223Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-20T19:00:25.448Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-20T19:00:25.449Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-20T19:00:25.784Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-20T19:00:26.713Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-20T19:00:27.275Z] docker_cli_daemon_test.go:1472: [ddc86b5a4b478] daemon is not started [2022-03-20T19:00:27.531Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-20T19:00:28.095Z] check_test.go:308: [dad98f9ac8153] daemon is not started [2022-03-20T19:00:28.095Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-20T19:00:28.353Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-20T19:00:29.630Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.82s) [2022-03-20T19:00:29.630Z] === RUN TestAuthZPluginV2Disable [2022-03-20T19:00:30.253Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-20T19:00:30.510Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-20T19:00:30.768Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-20T19:00:31.698Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-20T19:00:32.263Z] check_test.go:308: [d42e24a43b046] daemon is not started [2022-03-20T19:00:32.263Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-20T19:00:32.829Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-20T19:00:32.914Z] --- PASS: TestAuthZPluginV2Disable (3.40s) [2022-03-20T19:00:32.914Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-20T19:00:34.199Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.50s) [2022-03-20T19:00:34.199Z] PASS [2022-03-20T19:00:34.199Z] [2022-03-20T19:00:34.199Z] === Skipped [2022-03-20T19:00:34.199Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-20T19:00:34.199Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:00:34.199Z] [2022-03-20T19:00:34.200Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:00:34.200Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:00:34.200Z] [2022-03-20T19:00:34.200Z] DONE 34 tests, 2 skipped in 180.571s [2022-03-20T19:00:34.200Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-20T19:00:34.200Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:00:34.200Z] ++ set -e [2022-03-20T19:00:34.200Z] ++ '[' -n 0 ']' [2022-03-20T19:00:34.200Z] ++ set -x [2022-03-20T19:00:34.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:00:34.200Z] INFO: Testing against a local daemon [2022-03-20T19:00:34.200Z] === RUN TestConfigInspect [2022-03-20T19:00:34.200Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-20T19:00:34.765Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-20T19:00:35.701Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-20T19:00:35.701Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-20T19:00:36.196Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.18s) [2022-03-20T19:00:36.196Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-20T19:00:36.630Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-20T19:00:36.630Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-20T19:00:36.886Z] --- PASS: TestConfigInspect (2.75s) [2022-03-20T19:00:36.886Z] === RUN TestConfigList [2022-03-20T19:00:36.886Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-20T19:00:39.405Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-20T19:00:39.662Z] --- PASS: TestConfigList (2.77s) [2022-03-20T19:00:39.662Z] === RUN TestConfigsCreateAndDelete [2022-03-20T19:00:40.034Z] --- PASS: TestBuildWithHugeFile (36.12s) [2022-03-20T19:00:40.035Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T19:00:40.035Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:00:40.035Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:00:40.035Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T19:00:40.035Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:00:40.035Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:00:40.035Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:00:40.035Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:00:40.035Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:00:40.035Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:00:40.035Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:00:40.035Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:00:40.035Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:00:40.035Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2022-03-20T19:00:40.035Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2022-03-20T19:00:40.035Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2022-03-20T19:00:40.035Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-20T19:00:40.035Z] === RUN TestBuildPreserveOwnership [2022-03-20T19:00:40.035Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-20T19:00:40.035Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-20T19:00:40.296Z] --- PASS: TestBuildPreserveOwnership (2.74s) [2022-03-20T19:00:40.296Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.81s) [2022-03-20T19:00:40.296Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.92s) [2022-03-20T19:00:40.296Z] === RUN TestBuildPlatformInvalid [2022-03-20T19:00:40.296Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-20T19:00:40.296Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-20T19:00:41.242Z] Loaded image: busybox:latest [2022-03-20T19:00:41.242Z] Loaded image: busybox:glibc [2022-03-20T19:00:41.488Z] [2022-03-20T19:00:41.488Z] SUCCESS: Specified value was saved. [2022-03-20T19:00:41.488Z] INFO: Downloading git... [2022-03-20T19:00:41.488Z] INFO: Downloading go... [2022-03-20T19:00:41.726Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-20T19:00:42.188Z] Loaded image: debian:bullseye-slim [2022-03-20T19:00:42.188Z] Loaded image: hello-world:latest [2022-03-20T19:00:42.188Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T19:00:42.659Z] --- PASS: TestConfigsCreateAndDelete (2.87s) [2022-03-20T19:00:42.659Z] === RUN TestConfigsUpdate [2022-03-20T19:00:43.069Z] INFO: Downloading compiler 1 of 3... [2022-03-20T19:00:43.539Z] INFO: Downloading compiler 2 of 3... [2022-03-20T19:00:43.539Z] INFO: Downloading compiler 3 of 3... [2022-03-20T19:00:43.539Z] INFO: Extracting git... [2022-03-20T19:00:44.561Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-20T19:00:45.126Z] --- PASS: TestConfigsUpdate (2.73s) [2022-03-20T19:00:45.126Z] === RUN TestTemplatedConfig [2022-03-20T19:00:46.048Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-20T19:00:46.165Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.61s) [2022-03-20T19:00:46.165Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-20T19:00:47.021Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-20T19:00:48.912Z] --- PASS: TestTemplatedConfig (3.53s) [2022-03-20T19:00:48.912Z] === RUN TestConfigCreateResolve [2022-03-20T19:00:49.474Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-20T19:00:50.333Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.37s) [2022-03-20T19:00:50.333Z] PASS [2022-03-20T19:00:50.333Z] [2022-03-20T19:00:50.333Z] === Skipped [2022-03-20T19:00:50.333Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-20T19:00:50.333Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:00:50.333Z] [2022-03-20T19:00:50.333Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:00:50.333Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:00:50.333Z] [2022-03-20T19:00:50.333Z] DONE 34 tests, 2 skipped in 67.451s [2022-03-20T19:00:50.333Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-20T19:00:50.333Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:00:50.333Z] ++ set -e [2022-03-20T19:00:50.333Z] ++ '[' -n 0 ']' [2022-03-20T19:00:50.333Z] ++ set -x [2022-03-20T19:00:50.333Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:00:50.333Z] INFO: Testing against a local daemon [2022-03-20T19:00:50.333Z] === RUN TestConfigInspect [2022-03-20T19:00:51.367Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-20T19:00:51.367Z] --- PASS: TestConfigCreateResolve (2.34s) [2022-03-20T19:00:51.367Z] PASS [2022-03-20T19:00:51.367Z] [2022-03-20T19:00:51.367Z] DONE 6 tests in 17.094s [2022-03-20T19:00:51.368Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-20T19:00:51.368Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:00:51.368Z] ++ set -e [2022-03-20T19:00:51.368Z] ++ '[' -n 0 ']' [2022-03-20T19:00:51.368Z] ++ set -x [2022-03-20T19:00:51.368Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:00:51.368Z] INFO: Testing against a local daemon [2022-03-20T19:00:51.368Z] === RUN TestCheckpoint [2022-03-20T19:00:51.368Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:00:51.368Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T19:00:51.368Z] === RUN TestContainerInvalidJSON [2022-03-20T19:00:51.368Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:00:51.368Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:00:51.368Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:00:51.368Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:00:51.368Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:00:51.368Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:00:51.368Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-20T19:00:51.368Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-20T19:00:51.368Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-20T19:00:51.368Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T19:00:51.368Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-03-20T19:00:51.368Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T19:00:51.368Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2022-03-20T19:00:51.368Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T19:00:51.626Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-03-20T19:00:51.626Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T19:00:51.626Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2022-03-20T19:00:51.626Z] === RUN TestCopyFromContainer [2022-03-20T19:00:51.885Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-20T19:00:52.253Z] --- PASS: TestConfigInspect (2.13s) [2022-03-20T19:00:52.253Z] === RUN TestConfigList [2022-03-20T19:00:52.451Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-20T19:00:53.385Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-20T19:00:53.385Z] === RUN TestCopyFromContainer// [2022-03-20T19:00:53.385Z] === RUN TestCopyFromContainer//bar/root [2022-03-20T19:00:53.641Z] --- PASS: TestConfigList (1.68s) [2022-03-20T19:00:53.641Z] === RUN TestConfigsCreateAndDelete [2022-03-20T19:00:53.642Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-20T19:00:53.642Z] === RUN TestCopyFromContainer/bar/quux [2022-03-20T19:00:53.642Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-20T19:00:53.642Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-20T19:00:53.900Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-20T19:00:53.900Z] check_test.go:308: [d4b27de0eec17] daemon is not started [2022-03-20T19:00:53.900Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-20T19:00:53.900Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-20T19:00:53.900Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-20T19:00:54.158Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-20T19:00:54.158Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-20T19:00:54.158Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer (2.68s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer// (0.12s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2022-03-20T19:00:54.416Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2022-03-20T19:00:54.416Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T19:00:54.416Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:00:54.416Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:00:54.416Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:00:54.416Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:00:54.416Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:00:54.416Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:00:54.416Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:00:54.416Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:00:54.416Z] check_test.go:308: [d9d520974bbd8] daemon is not started [2022-03-20T19:00:54.416Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-20T19:00:54.416Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:00:54.416Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-20T19:00:54.416Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-20T19:00:54.416Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-20T19:00:54.416Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-20T19:00:54.416Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T19:00:54.416Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-20T19:00:54.416Z] === RUN TestCreateWithInvalidEnv [2022-03-20T19:00:54.416Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T19:00:54.416Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T19:00:54.416Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T19:00:54.416Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T19:00:54.416Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T19:00:54.416Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T19:00:54.416Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T19:00:54.416Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T19:00:54.416Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T19:00:54.416Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-20T19:00:54.416Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T19:00:54.416Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T19:00:54.416Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T19:00:54.416Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T19:00:54.416Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-20T19:00:54.416Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T19:00:54.673Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-20T19:00:55.568Z] --- PASS: TestConfigsCreateAndDelete (1.76s) [2022-03-20T19:00:55.568Z] === RUN TestConfigsUpdate [2022-03-20T19:00:55.608Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-20T19:00:56.177Z] check_test.go:308: [ddf228005e974] daemon is not started [2022-03-20T19:00:56.177Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-20T19:00:56.434Z] --- PASS: TestCreateWithCustomMaskedPaths (2.09s) [2022-03-20T19:00:56.434Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T19:00:56.434Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-20T19:00:57.488Z] --- PASS: TestConfigsUpdate (2.12s) [2022-03-20T19:00:57.489Z] === RUN TestTemplatedConfig [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.85s) [2022-03-20T19:00:58.332Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T19:00:58.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:00:58.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:00:58.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:00:58.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:00:58.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:00:58.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:00:58.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:00:58.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:00:58.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:00:58.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:00:58.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:00:58.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:00:58.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:00:58.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:00:58.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T19:00:58.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-20T19:00:58.332Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T19:00:58.332Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-20T19:00:58.894Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s) [2022-03-20T19:00:58.894Z] === RUN TestCreateDifferentPlatform [2022-03-20T19:00:58.894Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T19:00:58.894Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T19:00:58.894Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-20T19:00:58.894Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-20T19:00:58.894Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-20T19:00:58.894Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T19:00:58.894Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-20T19:00:58.894Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T19:00:58.894Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-20T19:00:58.894Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-20T19:00:58.894Z] === RUN TestContainerStartOnDaemonRestart [2022-03-20T19:00:58.894Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-20T19:00:58.894Z] === RUN TestDaemonRestartIpcMode [2022-03-20T19:00:58.894Z] === PAUSE TestDaemonRestartIpcMode [2022-03-20T19:00:58.894Z] === RUN TestDaemonHostGatewayIP [2022-03-20T19:00:58.894Z] === PAUSE TestDaemonHostGatewayIP [2022-03-20T19:00:58.894Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-20T19:00:58.894Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-20T19:00:58.894Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T19:00:58.894Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-20T19:00:58.894Z] === RUN TestDiff [2022-03-20T19:00:59.822Z] --- PASS: TestDiff (0.76s) [2022-03-20T19:00:59.822Z] === RUN TestExecWithCloseStdin [2022-03-20T19:00:59.822Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-20T19:01:00.035Z] --- PASS: TestTemplatedConfig (2.40s) [2022-03-20T19:01:00.035Z] === RUN TestConfigCreateResolve [2022-03-20T19:01:00.080Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-20T19:01:00.643Z] --- PASS: TestExecWithCloseStdin (0.79s) [2022-03-20T19:01:00.643Z] === RUN TestExec [2022-03-20T19:01:00.956Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-20T19:01:01.388Z] INFO: Expanding go... [2022-03-20T19:01:01.574Z] --- PASS: TestExec (0.90s) [2022-03-20T19:01:01.574Z] === RUN TestExecUser [2022-03-20T19:01:01.951Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-03-20T19:01:01.951Z] PASS [2022-03-20T19:01:01.951Z] [2022-03-20T19:01:01.951Z] DONE 6 tests in 12.381s [2022-03-20T19:01:02.216Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-20T19:01:02.216Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:01:02.216Z] ++ set -e [2022-03-20T19:01:02.216Z] ++ '[' -n 0 ']' [2022-03-20T19:01:02.216Z] ++ set -x [2022-03-20T19:01:02.216Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:01:02.216Z] INFO: Testing against a local daemon [2022-03-20T19:01:02.216Z] === RUN TestCheckpoint [2022-03-20T19:01:02.216Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:01:02.216Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T19:01:02.216Z] === RUN TestContainerInvalidJSON [2022-03-20T19:01:02.216Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:01:02.216Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:01:02.216Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:01:02.216Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:01:02.216Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:01:02.216Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:01:02.216Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-20T19:01:02.216Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-20T19:01:02.216Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-20T19:01:02.216Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T19:01:02.339Z] tests/integration/client_test.py ..... [ 75%] [2022-03-20T19:01:02.339Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-20T19:01:02.478Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.17s) [2022-03-20T19:01:02.478Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T19:01:02.508Z] --- PASS: TestExecUser (0.91s) [2022-03-20T19:01:02.508Z] === RUN TestExportContainerAndImportImage [2022-03-20T19:01:02.508Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-20T19:01:02.600Z] tests/integration/errors_test.py . [ 76%] [2022-03-20T19:01:02.739Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2022-03-20T19:01:02.739Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T19:01:02.739Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-03-20T19:01:02.739Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T19:01:02.739Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-03-20T19:01:02.739Z] === RUN TestCopyFromContainer [2022-03-20T19:01:03.445Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2022-03-20T19:01:03.445Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T19:01:04.240Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-03-20T19:01:04.240Z] PASS [2022-03-20T19:01:04.240Z] [2022-03-20T19:01:04.240Z] DONE 17 tests in 46.163s [2022-03-20T19:01:04.240Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-20T19:01:04.240Z] INFO: Testing against a local daemon [2022-03-20T19:01:04.240Z] === RUN TestPluginInvalidJSON [2022-03-20T19:01:04.240Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:01:04.240Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:01:04.240Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:01:04.240Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-20T19:01:04.240Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-20T19:01:04.240Z] === RUN TestPluginInstall [2022-03-20T19:01:04.240Z] === RUN TestPluginInstall/no_auth [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:089a3a14d680feb8f6119f766ab95d18276193626aa773d6209a72baf3638a13" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:089a3a14d680feb8f6119f766ab95d18276193626aa773d6209a72baf3638a13" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:01:04.240Z] === RUN TestPluginInstall/with_htpasswd [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:089a3a14d680feb8f6119f766ab95d18276193626aa773d6209a72baf3638a13" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:01:04.240Z] time="2022-03-20T19:01:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:089a3a14d680feb8f6119f766ab95d18276193626aa773d6209a72baf3638a13" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:01:04.499Z] === RUN TestPluginInstall/with_insecure [2022-03-20T19:01:04.655Z] === RUN TestCopyFromContainer// [2022-03-20T19:01:04.655Z] === RUN TestCopyFromContainer//bar/root [2022-03-20T19:01:04.655Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-20T19:01:04.815Z] --- PASS: TestExportContainerAfterDaemonRestart (1.38s) [2022-03-20T19:01:04.815Z] === RUN TestHealthCheckWorkdir [2022-03-20T19:01:04.918Z] === RUN TestCopyFromContainer/bar/quux [2022-03-20T19:01:04.918Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-20T19:01:04.918Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-20T19:01:04.918Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-20T19:01:05.180Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-20T19:01:05.180Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-20T19:01:05.180Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-20T19:01:05.378Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2022-03-20T19:01:05.378Z] === RUN TestHealthKillContainer [2022-03-20T19:01:05.437Z] time="2022-03-20T19:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:01:05.437Z] time="2022-03-20T19:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ef8a5d33f1e41aba8ff4980dac307977c06d96fa73640d0d55c5049ea8b59fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:01:05.437Z] time="2022-03-20T19:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:01:05.437Z] time="2022-03-20T19:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ef8a5d33f1e41aba8ff4980dac307977c06d96fa73640d0d55c5049ea8b59fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer (2.78s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2022-03-20T19:01:05.443Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2022-03-20T19:01:05.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T19:01:05.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:01:05.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:01:05.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:01:05.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:01:05.443Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:01:05.443Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:01:05.443Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:01:05.443Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:01:05.443Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:01:05.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-20T19:01:05.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-20T19:01:05.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-20T19:01:05.443Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-20T19:01:05.443Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T19:01:05.707Z] --- PASS: TestCreateLinkToNonExistingContainer (0.10s) [2022-03-20T19:01:05.708Z] === RUN TestCreateWithInvalidEnv [2022-03-20T19:01:05.708Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T19:01:05.708Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T19:01:05.708Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T19:01:05.708Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T19:01:05.708Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T19:01:05.708Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T19:01:05.708Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T19:01:05.708Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T19:01:05.708Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T19:01:05.708Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-20T19:01:05.708Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T19:01:05.708Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T19:01:05.708Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T19:01:05.708Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T19:01:05.708Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-20T19:01:05.708Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T19:01:05.709Z] plugin_test.go:165: [d9911e301d603] daemon is not started [2022-03-20T19:01:05.709Z] --- PASS: TestPluginInstall (3.36s) [2022-03-20T19:01:05.709Z] --- PASS: TestPluginInstall/no_auth (1.64s) [2022-03-20T19:01:05.709Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-03-20T19:01:05.709Z] --- PASS: TestPluginInstall/with_insecure (1.10s) [2022-03-20T19:01:05.709Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:01:05.943Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-20T19:01:06.202Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-20T19:01:07.092Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-20T19:01:07.627Z] --- PASS: TestCreateWithCustomMaskedPaths (1.92s) [2022-03-20T19:01:07.627Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T19:01:08.029Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-20T19:01:08.102Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-20T19:01:08.102Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-20T19:01:08.965Z] --- PASS: TestPluginsWithRuntimes (3.35s) [2022-03-20T19:01:08.965Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-03-20T19:01:08.965Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-03-20T19:01:08.965Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:01:09.014Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.25s) [2022-03-20T19:01:09.014Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T19:01:09.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:01:09.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:01:09.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:01:09.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:01:09.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:01:09.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:01:09.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:01:09.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:01:09.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:01:09.015Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:01:09.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:01:09.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:01:09.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:01:09.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:01:09.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:01:09.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-20T19:01:09.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T19:01:09.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T19:01:09.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T19:01:09.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T19:01:09.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-20T19:01:09.015Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T19:01:09.033Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-20T19:01:09.275Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.46s) [2022-03-20T19:01:09.275Z] === RUN TestCreateDifferentPlatform [2022-03-20T19:01:09.275Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T19:01:09.275Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T19:01:09.275Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-20T19:01:09.275Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-20T19:01:09.275Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-20T19:01:09.275Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T19:01:09.275Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-20T19:01:09.275Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T19:01:09.531Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-20T19:01:09.532Z] PASS [2022-03-20T19:01:09.532Z] [2022-03-20T19:01:09.532Z] DONE 10 tests in 7.337s [2022-03-20T19:01:09.532Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-20T19:01:09.532Z] INFO: Testing against a local daemon [2022-03-20T19:01:09.532Z] === RUN TestExternalGraphDriver [2022-03-20T19:01:09.532Z] === RUN TestExternalGraphDriver/json [2022-03-20T19:01:09.535Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-03-20T19:01:09.535Z] === RUN TestContainerStartOnDaemonRestart [2022-03-20T19:01:09.535Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-20T19:01:09.535Z] === RUN TestDaemonRestartIpcMode [2022-03-20T19:01:09.535Z] === PAUSE TestDaemonRestartIpcMode [2022-03-20T19:01:09.535Z] === RUN TestDaemonHostGatewayIP [2022-03-20T19:01:09.535Z] === PAUSE TestDaemonHostGatewayIP [2022-03-20T19:01:09.535Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-20T19:01:09.535Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-20T19:01:09.535Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T19:01:09.535Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-20T19:01:09.535Z] === RUN TestDiff [2022-03-20T19:01:09.596Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-20T19:01:09.796Z] --- PASS: TestDiff (0.41s) [2022-03-20T19:01:09.796Z] === RUN TestExecWithCloseStdin [2022-03-20T19:01:10.157Z] check_test.go:308: [ddbfab1c0a6fb] daemon is not started [2022-03-20T19:01:10.158Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-20T19:01:10.366Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-03-20T19:01:10.366Z] === RUN TestExec [2022-03-20T19:01:10.719Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-20T19:01:10.937Z] --- PASS: TestExec (0.49s) [2022-03-20T19:01:10.937Z] === RUN TestExecUser [2022-03-20T19:01:11.198Z] --- PASS: TestExecUser (0.48s) [2022-03-20T19:01:11.198Z] === RUN TestExportContainerAndImportImage [2022-03-20T19:01:11.281Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-20T19:01:11.281Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-20T19:01:11.430Z] === RUN TestExternalGraphDriver/spec [2022-03-20T19:01:11.769Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-03-20T19:01:11.769Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T19:01:11.843Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-20T19:01:12.099Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-20T19:01:12.662Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-20T19:01:12.802Z] === RUN TestExternalGraphDriver/pull [2022-03-20T19:01:13.151Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-03-20T19:01:13.151Z] === RUN TestHealthCheckWorkdir [2022-03-20T19:01:13.592Z] --- PASS: TestHealthKillContainer (8.24s) [2022-03-20T19:01:13.592Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T19:01:13.724Z] --- PASS: TestHealthCheckWorkdir (0.65s) [2022-03-20T19:01:13.725Z] === RUN TestHealthKillContainer [2022-03-20T19:01:14.528Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-20T19:01:14.528Z] --- PASS: TestInspectCpusetInConfigPre120 (0.88s) [2022-03-20T19:01:14.528Z] === RUN TestIpcModeNone [2022-03-20T19:01:14.702Z] --- PASS: TestExternalGraphDriver (4.95s) [2022-03-20T19:01:14.702Z] --- PASS: TestExternalGraphDriver/json (1.61s) [2022-03-20T19:01:14.702Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-03-20T19:01:14.702Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-03-20T19:01:14.702Z] === RUN TestGraphdriverPluginV2 [2022-03-20T19:01:15.093Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-20T19:01:15.352Z] --- PASS: TestIpcModeNone (0.77s) [2022-03-20T19:01:15.352Z] === RUN TestIpcModePrivate [2022-03-20T19:01:15.919Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2022-03-20T19:01:16.176Z] --- PASS: TestIpcModePrivate (0.87s) [2022-03-20T19:01:16.176Z] === RUN TestIpcModeShareable [2022-03-20T19:01:16.434Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:92, shared: true, mustBeShared: true [2022-03-20T19:01:16.691Z] --- PASS: TestIpcModeShareable (0.50s) [2022-03-20T19:01:16.691Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-20T19:01:18.062Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-20T19:01:18.627Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.89s) [2022-03-20T19:01:18.627Z] === RUN TestAPIIpcModeHost [2022-03-20T19:01:18.891Z] --- PASS: TestGraphdriverPluginV2 (3.91s) [2022-03-20T19:01:18.891Z] PASS [2022-03-20T19:01:18.891Z] [2022-03-20T19:01:18.891Z] DONE 5 tests in 8.898s [2022-03-20T19:01:18.891Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-20T19:01:18.891Z] INFO: Testing against a local daemon [2022-03-20T19:01:18.891Z] === RUN TestContinueAfterPluginCrash [2022-03-20T19:01:18.891Z] === PAUSE TestContinueAfterPluginCrash [2022-03-20T19:01:18.891Z] === RUN TestReadPluginNoRead [2022-03-20T19:01:18.891Z] === PAUSE TestReadPluginNoRead [2022-03-20T19:01:18.891Z] === RUN TestDaemonStartWithLogOpt [2022-03-20T19:01:18.891Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-20T19:01:18.891Z] === CONT TestContinueAfterPluginCrash [2022-03-20T19:01:18.891Z] === CONT TestDaemonStartWithLogOpt [2022-03-20T19:01:19.193Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-20T19:01:19.193Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-20T19:01:19.193Z] --- PASS: TestAPIIpcModeHost (0.65s) [2022-03-20T19:01:19.193Z] === RUN TestDaemonIpcModeShareable [2022-03-20T19:01:20.124Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-20T19:01:20.691Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-03-20T19:01:20.949Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2022-03-20T19:01:20.949Z] === RUN TestDaemonIpcModePrivate [2022-03-20T19:01:21.423Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-20T19:01:21.878Z] --- PASS: TestHealthKillContainer (7.86s) [2022-03-20T19:01:21.878Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T19:01:21.900Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-20T19:01:21.900Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-20T19:01:21.900Z] check_test.go:308: [d699fe2a42d33] daemon is not started [2022-03-20T19:01:21.900Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-20T19:01:22.139Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-03-20T19:01:22.139Z] === RUN TestIpcModeNone [2022-03-20T19:01:22.178Z] --- PASS: TestDaemonStartWithLogOpt (3.53s) [2022-03-20T19:01:22.178Z] === CONT TestReadPluginNoRead [2022-03-20T19:01:22.400Z] --- PASS: TestIpcModeNone (0.48s) [2022-03-20T19:01:22.400Z] === RUN TestIpcModePrivate [2022-03-20T19:01:22.461Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-03-20T19:01:22.461Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2022-03-20T19:01:22.461Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-20T19:01:22.970Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-20T19:01:22.970Z] --- PASS: TestIpcModePrivate (0.57s) [2022-03-20T19:01:22.970Z] === RUN TestIpcModeShareable [2022-03-20T19:01:23.023Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-20T19:01:23.541Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-20T19:01:23.541Z] --- PASS: TestIpcModeShareable (0.51s) [2022-03-20T19:01:23.541Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-20T19:01:23.586Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-20T19:01:24.149Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2022-03-20T19:01:24.149Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2022-03-20T19:01:24.149Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-20T19:01:24.707Z] === RUN TestReadPluginNoRead/default [2022-03-20T19:01:24.761Z] Removing intermediate container a8190d7931e4 [2022-03-20T19:01:24.761Z] ---> f2cb304d88e0 [2022-03-20T19:01:24.761Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-20T19:01:24.761Z] ---> Running in 0ef9844e386a [2022-03-20T19:01:24.761Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-20T19:01:24.761Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-20T19:01:24.761Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-20T19:01:24.761Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-20T19:01:24.761Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-20T19:01:24.761Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-20T19:01:24.761Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-20T19:01:24.761Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-20T19:01:24.761Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-20T19:01:24.761Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-20T19:01:24.761Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-20T19:01:24.761Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-20T19:01:24.761Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-20T19:01:24.761Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-20T19:01:24.761Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-20T19:01:24.761Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-20T19:01:25.455Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.68s) [2022-03-20T19:01:25.455Z] === RUN TestAPIIpcModeHost [2022-03-20T19:01:25.643Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-20T19:01:25.716Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-03-20T19:01:25.716Z] === RUN TestDaemonIpcModeShareable [2022-03-20T19:01:26.047Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2022-03-20T19:01:26.047Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-20T19:01:26.047Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2022-03-20T19:01:26.047Z] === RUN TestIpcModeOlderClient [2022-03-20T19:01:26.047Z] === PAUSE TestIpcModeOlderClient [2022-03-20T19:01:26.047Z] === RUN TestKillContainerInvalidSignal [2022-03-20T19:01:26.661Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-20T19:01:26.923Z] --- PASS: TestDaemonIpcModeShareable (1.36s) [2022-03-20T19:01:26.923Z] === RUN TestDaemonIpcModePrivate [2022-03-20T19:01:26.979Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2022-03-20T19:01:26.979Z] === RUN TestKillContainer [2022-03-20T19:01:26.979Z] === RUN TestKillContainer/no_signal [2022-03-20T19:01:27.021Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-20T19:01:27.021Z] --- PASS: TestContinueAfterPluginCrash (8.42s) [2022-03-20T19:01:27.236Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-20T19:01:27.494Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T19:01:27.957Z] === CONT TestReadPluginNoRead [2022-03-20T19:01:27.958Z] read_test.go:92: [d17cf2debeb2e] daemon is not started [2022-03-20T19:01:27.958Z] --- PASS: TestReadPluginNoRead (5.92s) [2022-03-20T19:01:27.958Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-03-20T19:01:27.958Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-03-20T19:01:27.958Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2022-03-20T19:01:27.958Z] PASS [2022-03-20T19:01:27.958Z] [2022-03-20T19:01:27.958Z] DONE 6 tests in 9.489s [2022-03-20T19:01:27.958Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-20T19:01:27.958Z] testing: warning: no tests to run [2022-03-20T19:01:27.958Z] PASS [2022-03-20T19:01:27.958Z] [2022-03-20T19:01:27.958Z] DONE 0 tests in 0.013s [2022-03-20T19:01:27.958Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-20T19:01:27.958Z] INFO: Testing against a local daemon [2022-03-20T19:01:27.958Z] === RUN TestPluginWithDevMounts [2022-03-20T19:01:27.958Z] === PAUSE TestPluginWithDevMounts [2022-03-20T19:01:27.958Z] === CONT TestPluginWithDevMounts [2022-03-20T19:01:28.059Z] === RUN TestKillContainer/killing_signal [2022-03-20T19:01:28.312Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-20T19:01:28.312Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-03-20T19:01:28.312Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-20T19:01:28.991Z] --- PASS: TestKillContainer (2.08s) [2022-03-20T19:01:28.991Z] --- PASS: TestKillContainer/no_signal (0.70s) [2022-03-20T19:01:28.991Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2022-03-20T19:01:28.991Z] --- PASS: TestKillContainer/killing_signal (0.60s) [2022-03-20T19:01:28.991Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T19:01:28.991Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-20T19:01:28.991Z] check_test.go:308: [db5c255da2dcf] daemon is not started [2022-03-20T19:01:28.991Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-20T19:01:29.556Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-20T19:01:29.702Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-20T19:01:29.702Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.36s) [2022-03-20T19:01:29.702Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-20T19:01:29.815Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-20T19:01:29.864Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-03-20T19:01:29.864Z] PASS [2022-03-20T19:01:29.864Z] [2022-03-20T19:01:29.864Z] DONE 1 tests in 1.623s [2022-03-20T19:01:29.864Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-20T19:01:29.864Z] INFO: Testing against a local daemon [2022-03-20T19:01:29.864Z] === RUN TestSecretInspect [2022-03-20T19:01:30.381Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.50s) [2022-03-20T19:01:30.381Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2022-03-20T19:01:30.381Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2022-03-20T19:01:30.381Z] === RUN TestKillStoppedContainer [2022-03-20T19:01:30.381Z] --- PASS: TestKillStoppedContainer (0.11s) [2022-03-20T19:01:30.381Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T19:01:30.641Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-03-20T19:01:30.641Z] === RUN TestKillDifferentUserContainer [2022-03-20T19:01:31.092Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-20T19:01:31.354Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s) [2022-03-20T19:01:31.354Z] === RUN TestIpcModeOlderClient [2022-03-20T19:01:31.354Z] === PAUSE TestIpcModeOlderClient [2022-03-20T19:01:31.354Z] === RUN TestKillContainerInvalidSignal [2022-03-20T19:01:31.552Z] INFO: Expanding compiler 1 of 3... [2022-03-20T19:01:31.573Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2022-03-20T19:01:31.573Z] === RUN TestInspectOomKilledTrue [2022-03-20T19:01:31.573Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:01:31.573Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-20T19:01:31.573Z] === RUN TestInspectOomKilledFalse [2022-03-20T19:01:31.573Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:01:31.573Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-20T19:01:31.573Z] === RUN TestLinksEtcHostsContentMatch [2022-03-20T19:01:31.775Z] --- PASS: TestSecretInspect (2.13s) [2022-03-20T19:01:31.775Z] === RUN TestSecretList [2022-03-20T19:01:31.830Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-20T19:01:32.022Z] INFO: Expanding compiler 2 of 3... [2022-03-20T19:01:32.087Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2022-03-20T19:01:32.087Z] === RUN TestLinksContainerNames [2022-03-20T19:01:32.190Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-20T19:01:32.190Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T19:01:32.190Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T19:01:32.298Z] --- PASS: TestKillContainerInvalidSignal (0.94s) [2022-03-20T19:01:32.298Z] === RUN TestKillContainer [2022-03-20T19:01:32.298Z] === RUN TestKillContainer/no_signal [2022-03-20T19:01:32.448Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-20T19:01:32.448Z] [2022-03-20T19:01:32.448Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-20T19:01:32.649Z] check_test.go:308: [db434319ef4e5] daemon is not started [2022-03-20T19:01:32.649Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-20T19:01:33.014Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-20T19:01:33.014Z] HOSTNAME=0be6743624bf [2022-03-20T19:01:33.014Z] DEST=bundles/test-integration [2022-03-20T19:01:33.014Z] PWD=/go/src/github.com/docker/docker [2022-03-20T19:01:33.014Z] DOCKER_ROOTLESS=1 [2022-03-20T19:01:33.014Z] DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 [2022-03-20T19:01:33.014Z] container=docker [2022-03-20T19:01:33.014Z] HOME=/root [2022-03-20T19:01:33.014Z] GOLANG_VERSION=1.18 [2022-03-20T19:01:33.014Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-20T19:01:33.014Z] VALIDATE_BRANCH=master [2022-03-20T19:01:33.014Z] TERM=xterm [2022-03-20T19:01:33.014Z] DOCKER_PKG=github.com/docker/docker [2022-03-20T19:01:33.014Z] SHLVL=1 [2022-03-20T19:01:33.014Z] TIMEOUT=120m [2022-03-20T19:01:33.014Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-20T19:01:33.014Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-20T19:01:33.014Z] GO111MODULE=off [2022-03-20T19:01:33.014Z] DOCKER_EXPERIMENTAL=1 [2022-03-20T19:01:33.014Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-20T19:01:33.014Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-20T19:01:33.014Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-20T19:01:33.014Z] GOPATH=/go [2022-03-20T19:01:33.014Z] PKG_CONFIG=pkg-config [2022-03-20T19:01:33.014Z] _=/usr/bin/env [2022-03-20T19:01:33.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-20T19:01:33.211Z] --- PASS: TestLinksContainerNames (1.18s) [2022-03-20T19:01:33.211Z] === RUN TestLogsFollowTailEmpty [2022-03-20T19:01:33.681Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T19:01:33.776Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2022-03-20T19:01:33.776Z] === RUN TestContainerNetworkMountsNoChown [2022-03-20T19:01:34.033Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-20T19:01:34.306Z] --- PASS: TestSecretList (2.17s) [2022-03-20T19:01:34.306Z] === RUN TestSecretsCreateAndDelete [2022-03-20T19:01:34.597Z] --- PASS: TestContainerNetworkMountsNoChown (0.60s) [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/default [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/default [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/private [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/private [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/rprivate [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/slave [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/slave [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/rslave [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/shared [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/shared [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/rshared [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-20T19:01:34.597Z] === CONT TestMountDaemonRoot/default [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-20T19:01:34.597Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-20T19:01:34.597Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:01:34.597Z] === CONT TestMountDaemonRoot/rprivate [2022-03-20T19:01:34.597Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rshared [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/shared [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rslave [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/slave [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/private [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-20T19:01:34.598Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:01:34.598Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:01:34.598Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:01:34.621Z] === RUN TestKillContainer/killing_signal [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-20T19:01:34.854Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:01:35.111Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-20T19:01:35.111Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:01:35.111Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-20T19:01:35.111Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-20T19:01:35.111Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:01:35.111Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-20T19:01:35.111Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-20T19:01:35.111Z] === RUN TestContainerBindMountNonRecursive [2022-03-20T19:01:35.675Z] docker_cli_daemon_plugins_test.go:80: [d9d1d3193c9c8] daemon is not started [2022-03-20T19:01:36.006Z] --- PASS: TestKillContainer (3.85s) [2022-03-20T19:01:36.006Z] --- PASS: TestKillContainer/no_signal (1.40s) [2022-03-20T19:01:36.006Z] --- PASS: TestKillContainer/non_killing_signal (0.82s) [2022-03-20T19:01:36.006Z] --- PASS: TestKillContainer/killing_signal (1.15s) [2022-03-20T19:01:36.006Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T19:01:36.006Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-20T19:01:36.205Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2022-03-20T19:01:36.205Z] === RUN TestSecretsUpdate [2022-03-20T19:01:36.608Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-20T19:01:36.608Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-20T19:01:36.865Z] --- PASS: TestContainerBindMountNonRecursive (1.66s) [2022-03-20T19:01:36.865Z] === RUN TestContainerVolumesMountedAsShared [2022-03-20T19:01:36.951Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-20T19:01:37.122Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-20T19:01:37.380Z] --- PASS: TestContainerVolumesMountedAsShared (0.71s) [2022-03-20T19:01:37.380Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-20T19:01:37.738Z] ......... [ 85%] [2022-03-20T19:01:37.898Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.88s) [2022-03-20T19:01:37.898Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2022-03-20T19:01:37.898Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.88s) [2022-03-20T19:01:37.898Z] === RUN TestKillStoppedContainer [2022-03-20T19:01:37.904Z] INFO: Expanding compiler 3 of 3... [2022-03-20T19:01:37.945Z] --- PASS: TestContainerVolumesMountedAsSlave (0.53s) [2022-03-20T19:01:37.945Z] === RUN TestNetworkNat [2022-03-20T19:01:38.110Z] --- PASS: TestSecretsUpdate (2.13s) [2022-03-20T19:01:38.110Z] === RUN TestTemplatedSecret [2022-03-20T19:01:38.159Z] --- PASS: TestKillStoppedContainer (0.16s) [2022-03-20T19:01:38.160Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T19:01:38.160Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2022-03-20T19:01:38.160Z] === RUN TestKillDifferentUserContainer [2022-03-20T19:01:38.377Z] INFO: Removing downloaded files... [2022-03-20T19:01:38.377Z] INFO: Downloading containerd [2022-03-20T19:01:38.734Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-03-20T19:01:38.734Z] === RUN TestInspectOomKilledTrue [2022-03-20T19:01:38.878Z] --- PASS: TestNetworkNat (0.72s) [2022-03-20T19:01:38.878Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T19:01:38.996Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2022-03-20T19:01:38.996Z] === RUN TestInspectOomKilledFalse [2022-03-20T19:01:39.442Z] docker_cli_daemon_plugins_test.go:170: [d70930cbbee06] daemon is not started [2022-03-20T19:01:39.442Z] --- PASS: TestNetworkLocalhostTCPNat (0.66s) [2022-03-20T19:01:39.442Z] === RUN TestNetworkLoopbackNat [2022-03-20T19:01:39.569Z] --- PASS: TestInspectOomKilledFalse (0.45s) [2022-03-20T19:01:39.569Z] === RUN TestLinksEtcHostsContentMatch [2022-03-20T19:01:39.709Z] Removing intermediate container 0ef9844e386a [2022-03-20T19:01:39.709Z] ---> bede85d9cdb8 [2022-03-20T19:01:39.709Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-20T19:01:39.709Z] ---> Running in c3c92b71219c [2022-03-20T19:01:39.832Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-03-20T19:01:39.832Z] === RUN TestLinksContainerNames [2022-03-20T19:01:40.179Z] Removing intermediate container c3c92b71219c [2022-03-20T19:01:40.179Z] ---> 4f1cc24272f3 [2022-03-20T19:01:40.179Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-20T19:01:40.179Z] ---> Running in 7d85b9a1f7fc [2022-03-20T19:01:40.647Z] --- PASS: TestTemplatedSecret (2.44s) [2022-03-20T19:01:40.647Z] === RUN TestSecretCreateResolve [2022-03-20T19:01:40.648Z] Removing intermediate container 7d85b9a1f7fc [2022-03-20T19:01:40.648Z] ---> 2ba51a1fdca7 [2022-03-20T19:01:40.648Z] Step 11/11 : COPY . . [2022-03-20T19:01:40.779Z] --- PASS: TestLinksContainerNames (0.85s) [2022-03-20T19:01:40.779Z] === RUN TestLogsFollowTailEmpty [2022-03-20T19:01:40.815Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-20T19:01:41.040Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-03-20T19:01:41.040Z] === RUN TestContainerNetworkMountsNoChown [2022-03-20T19:01:41.629Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/default [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/default [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/private [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/private [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rprivate [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/slave [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/slave [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rslave [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/shared [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/shared [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rshared [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/default [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/rshared [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/shared [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/rslave [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/slave [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/rprivate [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/private [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-20T19:01:41.629Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:01:41.629Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:01:41.629Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:01:41.892Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:01:42.153Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-20T19:01:42.154Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-20T19:01:42.154Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-20T19:01:42.154Z] === RUN TestContainerBindMountNonRecursive [2022-03-20T19:01:42.282Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-20T19:01:42.712Z] --- PASS: TestNetworkLoopbackNat (3.05s) [2022-03-20T19:01:42.712Z] === RUN TestPause [2022-03-20T19:01:42.971Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-20T19:01:43.183Z] --- PASS: TestSecretCreateResolve (2.13s) [2022-03-20T19:01:43.183Z] PASS [2022-03-20T19:01:43.183Z] [2022-03-20T19:01:43.183Z] DONE 6 tests in 13.167s [2022-03-20T19:01:43.183Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-20T19:01:43.183Z] INFO: Testing against a local daemon [2022-03-20T19:01:43.183Z] === RUN TestServiceCreateInit [2022-03-20T19:01:43.183Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:01:43.228Z] --- PASS: TestPause (0.83s) [2022-03-20T19:01:43.228Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T19:01:43.228Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T19:01:43.228Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T19:01:43.228Z] === RUN TestPauseStopPausedContainer [2022-03-20T19:01:43.488Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-20T19:01:43.540Z] --- PASS: TestContainerBindMountNonRecursive (1.29s) [2022-03-20T19:01:43.540Z] === RUN TestContainerVolumesMountedAsShared [2022-03-20T19:01:43.790Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-20T19:01:43.801Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s) [2022-03-20T19:01:43.801Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-20T19:01:44.047Z] --- PASS: TestPauseStopPausedContainer (0.72s) [2022-03-20T19:01:44.047Z] === RUN TestPidHost [2022-03-20T19:01:44.047Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-20T19:01:44.061Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2022-03-20T19:01:44.061Z] === RUN TestNetworkNat [2022-03-20T19:01:44.303Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-20T19:01:44.632Z] --- PASS: TestNetworkNat (0.43s) [2022-03-20T19:01:44.632Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T19:01:44.865Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-20T19:01:45.122Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-20T19:01:45.202Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-03-20T19:01:45.202Z] === RUN TestNetworkLoopbackNat [2022-03-20T19:01:45.379Z] check_test.go:308: [df5c0c525b87c] daemon is not started [2022-03-20T19:01:45.379Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-20T19:01:45.635Z] --- PASS: TestPidHost (1.63s) [2022-03-20T19:01:45.635Z] === RUN TestPsFilter [2022-03-20T19:01:45.894Z] --- PASS: TestPsFilter (0.16s) [2022-03-20T19:01:45.894Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T19:01:46.457Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2022-03-20T19:01:46.457Z] === RUN TestRemoveContainerWithVolume [2022-03-20T19:01:46.462Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:01:47.390Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2022-03-20T19:01:47.391Z] === RUN TestRemoveContainerRunning [2022-03-20T19:01:47.391Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-20T19:01:47.747Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-03-20T19:01:47.747Z] === RUN TestPause [2022-03-20T19:01:47.956Z] --- PASS: TestRemoveContainerRunning (0.69s) [2022-03-20T19:01:47.956Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T19:01:48.009Z] --- PASS: TestPause (0.44s) [2022-03-20T19:01:48.009Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T19:01:48.009Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T19:01:48.009Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T19:01:48.009Z] === RUN TestPauseStopPausedContainer [2022-03-20T19:01:48.522Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-20T19:01:48.522Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2022-03-20T19:01:48.522Z] === RUN TestRemoveInvalidContainer [2022-03-20T19:01:48.584Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-03-20T19:01:48.584Z] === RUN TestPidHost [2022-03-20T19:01:48.780Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-20T19:01:48.780Z] === RUN TestRenameLinkedContainer [2022-03-20T19:01:48.780Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-20T19:01:49.042Z] Removing intermediate container d5a1011a702d [2022-03-20T19:01:49.042Z] ---> 060d0953315d [2022-03-20T19:01:49.042Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-20T19:01:49.042Z] ---> Running in 17e489597ab1 [2022-03-20T19:01:49.516Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-20T19:01:49.516Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-20T19:01:49.531Z] --- PASS: TestPidHost (0.92s) [2022-03-20T19:01:49.531Z] === RUN TestPsFilter [2022-03-20T19:01:49.531Z] --- PASS: TestPsFilter (0.14s) [2022-03-20T19:01:49.531Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T19:01:49.986Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-20T19:01:49.986Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-20T19:01:49.986Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-20T19:01:49.986Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-20T19:01:49.986Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-20T19:01:49.986Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-20T19:01:50.069Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-20T19:01:50.069Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-20T19:01:50.105Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-03-20T19:01:50.105Z] === RUN TestRemoveContainerWithVolume [2022-03-20T19:01:50.367Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-03-20T19:01:50.367Z] === RUN TestRemoveContainerRunning [2022-03-20T19:01:50.456Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-20T19:01:50.456Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-20T19:01:50.456Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-20T19:01:50.456Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-20T19:01:50.456Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-20T19:01:50.650Z] --- PASS: TestServiceCreateInit (7.27s) [2022-03-20T19:01:50.650Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.53s) [2022-03-20T19:01:50.650Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s) [2022-03-20T19:01:50.650Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:01:50.678Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-20T19:01:50.899Z] [2022-03-20T19:01:50.900Z] Name Version Source Summary [2022-03-20T19:01:50.900Z] ---- ------- ------ ------- [2022-03-20T19:01:50.900Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-20T19:01:50.900Z] [2022-03-20T19:01:50.900Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-20T19:01:50.900Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-20T19:01:50.900Z] PSChildName : containerd [2022-03-20T19:01:50.900Z] PSDrive : C [2022-03-20T19:01:50.900Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-20T19:01:50.900Z] PSIsContainer : True [2022-03-20T19:01:50.900Z] Name : containerd [2022-03-20T19:01:50.900Z] FullName : C:\containerd [2022-03-20T19:01:50.900Z] Parent : [2022-03-20T19:01:50.900Z] Exists : True [2022-03-20T19:01:50.900Z] Root : C:\ [2022-03-20T19:01:50.900Z] Extension : [2022-03-20T19:01:50.900Z] CreationTime : 3/20/2022 7:01:50 PM [2022-03-20T19:01:50.900Z] CreationTimeUtc : 3/20/2022 7:01:50 PM [2022-03-20T19:01:50.900Z] LastAccessTime : 3/20/2022 7:01:50 PM [2022-03-20T19:01:50.900Z] LastAccessTimeUtc : 3/20/2022 7:01:50 PM [2022-03-20T19:01:50.900Z] LastWriteTime : 3/20/2022 7:01:50 PM [2022-03-20T19:01:50.900Z] LastWriteTimeUtc : 3/20/2022 7:01:50 PM [2022-03-20T19:01:50.900Z] Attributes : Directory [2022-03-20T19:01:50.900Z] Mode : d----- [2022-03-20T19:01:50.900Z] BaseName : containerd [2022-03-20T19:01:50.900Z] Target : {} [2022-03-20T19:01:50.900Z] LinkType : [2022-03-20T19:01:50.900Z] [2022-03-20T19:01:50.926Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-20T19:01:50.940Z] --- PASS: TestRemoveContainerRunning (0.55s) [2022-03-20T19:01:50.940Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T19:01:51.514Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s) [2022-03-20T19:01:51.514Z] === RUN TestRemoveInvalidContainer [2022-03-20T19:01:51.514Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-20T19:01:51.514Z] === RUN TestRenameLinkedContainer [2022-03-20T19:01:51.537Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-20T19:01:51.610Z] --- PASS: TestRenameLinkedContainer (2.91s) [2022-03-20T19:01:51.610Z] === RUN TestRenameStoppedContainer [2022-03-20T19:01:51.918Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-20T19:01:51.918Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-20T19:01:52.176Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-20T19:01:52.176Z] --- PASS: TestRenameStoppedContainer (0.69s) [2022-03-20T19:01:52.176Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T19:01:53.123Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-20T19:01:53.123Z] INFO: Configuring git core.autocrlf... [2022-03-20T19:01:53.123Z] [2022-03-20T19:01:53.123Z] [2022-03-20T19:01:53.433Z] --- PASS: TestRenameLinkedContainer (1.73s) [2022-03-20T19:01:53.433Z] === RUN TestRenameStoppedContainer [2022-03-20T19:01:53.696Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-20T19:01:53.696Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T19:01:54.072Z] --- PASS: TestRenameRunningContainerAndReuse (1.40s) [2022-03-20T19:01:54.072Z] === RUN TestRenameInvalidName [2022-03-20T19:01:54.072Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-20T19:01:54.269Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-03-20T19:01:54.269Z] === RUN TestRenameInvalidName [2022-03-20T19:01:54.329Z] --- PASS: TestRenameInvalidName (0.65s) [2022-03-20T19:01:54.329Z] === RUN TestRenameAnonymousContainer [2022-03-20T19:01:54.340Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-20T19:01:54.340Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-20T19:01:54.843Z] --- PASS: TestRenameInvalidName (0.44s) [2022-03-20T19:01:54.843Z] === RUN TestRenameAnonymousContainer [2022-03-20T19:01:54.892Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-20T19:01:55.454Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-20T19:01:55.710Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-20T19:01:56.228Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-03-20T19:01:56.228Z] === RUN TestRenameContainerWithSameName [2022-03-20T19:01:56.799Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-03-20T19:01:56.799Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T19:01:57.078Z] --- PASS: TestRenameAnonymousContainer (2.61s) [2022-03-20T19:01:57.078Z] === RUN TestRenameContainerWithSameName [2022-03-20T19:01:57.335Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-20T19:01:57.592Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-20T19:01:57.592Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2022-03-20T19:01:57.592Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T19:01:57.741Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2022-03-20T19:01:57.741Z] === RUN TestResize [2022-03-20T19:01:57.848Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-20T19:01:58.001Z] --- PASS: TestResize (0.44s) [2022-03-20T19:01:58.001Z] === RUN TestResizeWithInvalidSize [2022-03-20T19:01:58.233Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-20T19:01:58.576Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-03-20T19:01:58.576Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T19:01:58.757Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-20T19:01:58.757Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-20T19:01:58.757Z] [2022-03-20T19:01:58.757Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-20T19:01:58.757Z] =========================== short test summary info ============================ [2022-03-20T19:01:58.757Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-20T19:01:58.757Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-20T19:01:58.757Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-20T19:01:58.757Z] Not supported on most drivers [2022-03-20T19:01:58.757Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-20T19:01:58.757Z] Output of docker top depends on host distro, and is not formalized. [2022-03-20T19:01:58.757Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-20T19:01:58.757Z] Output of docker top depends on host distro, and is not formalized. [2022-03-20T19:01:58.757Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-20T19:01:58.757Z] Can fail if eth0 has multiple IP addresses [2022-03-20T19:01:58.757Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-20T19:01:58.757Z] This doesn't seem to be taken into account by the engine [2022-03-20T19:01:58.757Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-20T19:01:58.757Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-20T19:01:58.757Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 290.11 seconds == [2022-03-20T19:01:58.838Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:01:58.838Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:01:58.838Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:01:58.838Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T19:01:58.838Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:01:59.019Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-20T19:01:59.219Z] --- PASS: TestRenameContainerWithLinkedContainer (1.32s) [2022-03-20T19:01:59.219Z] === RUN TestResize [2022-03-20T19:01:59.219Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-20T19:01:59.477Z] --- PASS: TestResize (0.55s) [2022-03-20T19:01:59.477Z] === RUN TestResizeWithInvalidSize [2022-03-20T19:02:00.044Z] --- PASS: TestResizeWithInvalidSize (0.52s) [2022-03-20T19:02:00.044Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T19:02:00.044Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-20T19:02:00.624Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s) [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:00.624Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:00.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:00.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-20T19:02:00.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:00.757Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:01.589Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-20T19:02:01.703Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:01.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-20T19:02:03.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:03.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:03.225Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:03.789Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-20T19:02:04.354Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:04.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:04.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:05.288Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-20T19:02:05.546Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-20T19:02:05.546Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-20T19:02:06.110Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-20T19:02:07.038Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:07.038Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-20T19:02:07.967Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-20T19:02:08.531Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-20T19:02:08.735Z] --- PASS: TestCreateServiceMultipleTimes (15.59s) [2022-03-20T19:02:08.735Z] === RUN TestCreateServiceConflict [2022-03-20T19:02:08.735Z] --- PASS: TestCreateServiceConflict (2.11s) [2022-03-20T19:02:08.735Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:02:09.020Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-20T19:02:09.021Z] [2022-03-20T19:02:09.021Z] Unloading profiles will leave already running processes permanently [2022-03-20T19:02:09.021Z] unconfined, which can lead to unexpected situations. [2022-03-20T19:02:09.021Z] [2022-03-20T19:02:09.021Z] To set a process to complain mode, use the command line tool [2022-03-20T19:02:09.021Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-20T19:02:09.021Z] [2022-03-20T19:02:09.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:09.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon Post stage [Pipeline] junit [2022-03-20T19:02:10.421Z] Recording test results [2022-03-20T19:02:10.532Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-20T19:02:10.642Z] --- PASS: TestCreateServiceMaxReplicas (2.75s) [2022-03-20T19:02:10.642Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:02:10.769Z] ---> 01c7c5d163b6 [2022-03-20T19:02:10.769Z] Successfully built 01c7c5d163b6 [2022-03-20T19:02:10.769Z] Successfully tagged docker:latest [2022-03-20T19:02:10.769Z] INFO: Image build ended at 03/20/2022 19:02:09. Duration:00:03:35.6956510 [2022-03-20T19:02:10.769Z] [2022-03-20T19:02:10.769Z] [2022-03-20T19:02:10.769Z] INFO: Building the test binaries at 03/20/2022 19:02:09... [2022-03-20T19:02:10.812Z] + echo Ensuring container killed. [2022-03-20T19:02:10.812Z] Ensuring container killed. [2022-03-20T19:02:10.812Z] + docker rm -vf docker-pr6 [2022-03-20T19:02:10.812Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-03-20T19:02:11.100Z] + echo Chowning /workspace to jenkins user [2022-03-20T19:02:11.100Z] Chowning /workspace to jenkins user [2022-03-20T19:02:11.100Z] + id -u [2022-03-20T19:02:11.100Z] + id -g [2022-03-20T19:02:11.100Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-20T19:02:11.696Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T19:02:11.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-20T19:02:11.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T19:02:11.972Z] + bundleName=docker-py [2022-03-20T19:02:11.972Z] + echo Creating docker-py-bundles.tar.gz [2022-03-20T19:02:11.972Z] Creating docker-py-bundles.tar.gz [2022-03-20T19:02:11.972Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-03-20T19:02:11.987Z] Archiving artifacts [2022-03-20T19:02:12.255Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-20T19:02:12.612Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh binary [2022-03-20T19:02:12.875Z] [2022-03-20T19:02:13.138Z] Removing bundles/ [2022-03-20T19:02:13.138Z] [2022-03-20T19:02:13.138Z] ---> Making bundle: binary (in bundles/binary) [2022-03-20T19:02:13.138Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-20T19:02:13.138Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T19:02:13.188Z] Removing intermediate container 17e489597ab1 [2022-03-20T19:02:13.188Z] ---> 164bad98585c [2022-03-20T19:02:13.188Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-20T19:02:13.188Z] ---> Running in 6e74c98c7669 [2022-03-20T19:02:13.188Z] Removing intermediate container 6e74c98c7669 [2022-03-20T19:02:13.188Z] ---> 11dc6274c1ba [2022-03-20T19:02:13.188Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-20T19:02:13.188Z] ---> Running in ae1be09cc1db [2022-03-20T19:02:13.613Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T19:02:13.613Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-20T19:02:13.645Z] Removing intermediate container ae1be09cc1db [2022-03-20T19:02:13.645Z] ---> cf0badaa2f94 [2022-03-20T19:02:13.645Z] Step 11/11 : COPY . . [2022-03-20T19:02:13.699Z] check_test.go:308: [dd49ff9dfab81] daemon is not started [2022-03-20T19:02:13.699Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-20T19:02:13.740Z] INFO: make.ps1 starting at 03/20/2022 19:02:13 [2022-03-20T19:02:14.196Z] INFO: Git commit (c44b11ec7d) assumed from DOCKER_GITCOMMIT environment variable [2022-03-20T19:02:14.196Z] INFO: Invoking autogen... [2022-03-20T19:02:14.659Z] INFO: Building daemon... [2022-03-20T19:02:15.074Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-20T19:02:15.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T19:02:15.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T19:02:16.007Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-20T19:02:17.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-20T19:02:17.380Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-20T19:02:17.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.64s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.28s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.24s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (5.48s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.89s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.90s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.88s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.89s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2022-03-20T19:02:18.838Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-03-20T19:02:18.838Z] === RUN TestCgroupNamespacesRun [2022-03-20T19:02:19.779Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-03-20T19:02:19.779Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-20T19:02:19.899Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-20T19:02:20.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-20T19:02:21.165Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-03-20T19:02:21.165Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-20T19:02:21.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-20T19:02:22.111Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-03-20T19:02:22.111Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-20T19:02:23.212Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-20T19:02:23.470Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-20T19:02:23.501Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-03-20T19:02:23.501Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-20T19:02:24.445Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-03-20T19:02:24.445Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-20T19:02:25.549Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.14s) [2022-03-20T19:02:25.549Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:02:25.835Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-03-20T19:02:25.835Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-20T19:02:25.997Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.35s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.37s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.08s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.45s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.38s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.38s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.62s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.66s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.15s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.35s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.25s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.93s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.92s) [2022-03-20T19:02:25.998Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.54s) [2022-03-20T19:02:25.998Z] === RUN TestCgroupNamespacesRun [2022-03-20T19:02:25.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-20T19:02:26.408Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-03-20T19:02:26.408Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-20T19:02:26.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-20T19:02:27.357Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-03-20T19:02:27.357Z] === RUN TestNISDomainname [2022-03-20T19:02:27.936Z] --- PASS: TestCgroupNamespacesRun (1.92s) [2022-03-20T19:02:27.936Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-20T19:02:27.948Z] --- PASS: TestNISDomainname (0.55s) [2022-03-20T19:02:27.948Z] === RUN TestHostnameDnsResolution [2022-03-20T19:02:28.521Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-03-20T19:02:28.521Z] === RUN TestUnprivilegedPortsAndPing [2022-03-20T19:02:28.867Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-20T19:02:29.092Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-03-20T19:02:29.092Z] === RUN TestStats [2022-03-20T19:02:29.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-20T19:02:29.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-20T19:02:30.234Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s) [2022-03-20T19:02:30.234Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-20T19:02:30.234Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-20T19:02:31.601Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-20T19:02:31.601Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.58s) [2022-03-20T19:02:31.601Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-20T19:02:31.634Z] --- PASS: TestStats (2.45s) [2022-03-20T19:02:31.634Z] === RUN TestStopContainerWithTimeout [2022-03-20T19:02:31.634Z] === RUN TestStopContainerWithTimeout/0 [2022-03-20T19:02:31.634Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-20T19:02:31.634Z] === RUN TestStopContainerWithTimeout/1 [2022-03-20T19:02:31.634Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-20T19:02:31.634Z] === RUN TestStopContainerWithTimeout/3 [2022-03-20T19:02:31.634Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-20T19:02:31.634Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-20T19:02:31.634Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-20T19:02:31.634Z] === CONT TestStopContainerWithTimeout/0 [2022-03-20T19:02:31.634Z] === CONT TestStopContainerWithTimeout/3 [2022-03-20T19:02:32.207Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-20T19:02:32.533Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-20T19:02:33.098Z] --- PASS: TestCgroupNamespacesRunHostMode (1.62s) [2022-03-20T19:02:33.098Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-20T19:02:33.663Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-20T19:02:34.125Z] === CONT TestStopContainerWithTimeout/1 [2022-03-20T19:02:34.602Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.54s) [2022-03-20T19:02:34.602Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-20T19:02:35.511Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-20T19:02:35.511Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-03-20T19:02:35.511Z] --- PASS: TestStopContainerWithTimeout/3 (2.54s) [2022-03-20T19:02:35.511Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-03-20T19:02:35.511Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-03-20T19:02:35.511Z] === RUN TestDeleteDevicemapper [2022-03-20T19:02:35.511Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T19:02:35.511Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-20T19:02:35.511Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T19:02:36.503Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.64s) [2022-03-20T19:02:36.503Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-20T19:02:36.503Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-20T19:02:36.900Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s) [2022-03-20T19:02:36.900Z] === RUN TestUpdateMemory [2022-03-20T19:02:37.070Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2022-03-20T19:02:37.070Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-20T19:02:37.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-20T19:02:37.475Z] --- PASS: TestUpdateMemory (0.57s) [2022-03-20T19:02:37.475Z] === RUN TestUpdateCPUQuota [2022-03-20T19:02:37.750Z] --- PASS: TestCreateServiceSecretFileMode (12.49s) [2022-03-20T19:02:37.750Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:02:38.260Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-20T19:02:38.426Z] --- PASS: TestUpdateCPUQuota (0.79s) [2022-03-20T19:02:38.426Z] === RUN TestUpdatePidsLimit [2022-03-20T19:02:38.426Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-20T19:02:38.517Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-20T19:02:38.688Z] === RUN TestUpdatePidsLimit/no_change [2022-03-20T19:02:38.688Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-20T19:02:38.775Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.59s) [2022-03-20T19:02:38.775Z] === RUN TestNISDomainname [2022-03-20T19:02:38.950Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-20T19:02:39.212Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-20T19:02:39.340Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-20T19:02:39.474Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-20T19:02:39.735Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-20T19:02:39.904Z] --- PASS: TestNISDomainname (0.99s) [2022-03-20T19:02:39.904Z] === RUN TestHostnameDnsResolution [2022-03-20T19:02:40.160Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit (2.02s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-20T19:02:40.305Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-03-20T19:02:40.305Z] === RUN TestUpdateRestartPolicy [2022-03-20T19:02:41.089Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-20T19:02:41.089Z] --- PASS: TestHostnameDnsResolution (1.23s) [2022-03-20T19:02:41.089Z] === RUN TestUnprivilegedPortsAndPing [2022-03-20T19:02:42.018Z] --- PASS: TestUnprivilegedPortsAndPing (0.95s) [2022-03-20T19:02:42.018Z] === RUN TestStats [2022-03-20T19:02:45.303Z] --- PASS: TestStats (2.84s) [2022-03-20T19:02:45.303Z] === RUN TestStopContainerWithTimeout [2022-03-20T19:02:45.303Z] === RUN TestStopContainerWithTimeout/0 [2022-03-20T19:02:45.303Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-20T19:02:45.303Z] === RUN TestStopContainerWithTimeout/1 [2022-03-20T19:02:45.303Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-20T19:02:45.303Z] === RUN TestStopContainerWithTimeout/3 [2022-03-20T19:02:45.303Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-20T19:02:45.303Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-20T19:02:45.303Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-20T19:02:45.303Z] === CONT TestStopContainerWithTimeout/0 [2022-03-20T19:02:45.303Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-20T19:02:45.303Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-20T19:02:45.303Z] check_test.go:308: [d72a4fdc93e4d] daemon is not started [2022-03-20T19:02:45.303Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-20T19:02:46.244Z] === CONT TestStopContainerWithTimeout/3 [2022-03-20T19:02:46.502Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-20T19:02:46.760Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-20T19:02:47.018Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-20T19:02:47.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-20T19:02:47.950Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-20T19:02:47.950Z] === CONT TestStopContainerWithTimeout/1 [2022-03-20T19:02:48.517Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-20T19:02:49.380Z] ---> de98250936b2 [2022-03-20T19:02:49.380Z] Successfully built de98250936b2 [2022-03-20T19:02:49.380Z] Successfully tagged docker:latest [2022-03-20T19:02:49.380Z] INFO: Image build ended at 03/20/2022 19:02:45. Duration:00:03:55.3806719 [2022-03-20T19:02:49.380Z] [2022-03-20T19:02:49.380Z] [2022-03-20T19:02:49.380Z] INFO: Building the test binaries at 03/20/2022 19:02:45... [2022-03-20T19:02:49.891Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-20T19:02:49.891Z] --- PASS: TestStopContainerWithTimeout/0 (1.37s) [2022-03-20T19:02:49.891Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2022-03-20T19:02:49.891Z] --- PASS: TestStopContainerWithTimeout/3 (2.78s) [2022-03-20T19:02:49.891Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2022-03-20T19:02:49.891Z] === RUN TestDeleteDevicemapper [2022-03-20T19:02:49.891Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T19:02:49.891Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-20T19:02:49.891Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T19:02:49.952Z] --- PASS: TestCreateServiceConfigFileMode (12.41s) [2022-03-20T19:02:49.952Z] === RUN TestCreateServiceSysctls [2022-03-20T19:02:50.344Z] INFO: make.ps1 starting at 03/20/2022 19:02:49 [2022-03-20T19:02:50.344Z] INFO: Git commit (c44b11ec7d) assumed from DOCKER_GITCOMMIT environment variable [2022-03-20T19:02:50.816Z] INFO: Invoking autogen... [2022-03-20T19:02:51.274Z] INFO: Building daemon... [2022-03-20T19:02:51.852Z] --- PASS: TestCreateServiceSysctls (3.17s) [2022-03-20T19:02:51.852Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:02:52.538Z] --- PASS: TestUpdateRestartPolicy (10.75s) [2022-03-20T19:02:52.538Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T19:02:52.538Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-03-20T19:02:52.538Z] === RUN TestWaitNonBlocked [2022-03-20T19:02:52.538Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:02:52.538Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:02:52.538Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:02:52.538Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:02:52.538Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:02:52.538Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:02:52.538Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-20T19:02:52.538Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s) [2022-03-20T19:02:52.538Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2022-03-20T19:02:52.538Z] === RUN TestWaitBlocked [2022-03-20T19:02:52.538Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:02:52.538Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:02:52.538Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:02:52.538Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:02:52.538Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:02:52.538Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:02:53.108Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-20T19:02:53.108Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-03-20T19:02:53.108Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2022-03-20T19:02:53.108Z] === CONT TestContainerStartOnDaemonRestart [2022-03-20T19:02:53.108Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-20T19:02:53.167Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-20T19:02:53.731Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.89s) [2022-03-20T19:02:53.731Z] === RUN TestUpdateMemory [2022-03-20T19:02:53.731Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:02:53.731Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-20T19:02:53.731Z] === RUN TestUpdateCPUQuota [2022-03-20T19:02:54.377Z] --- PASS: TestCreateServiceCapabilities (2.56s) [2022-03-20T19:02:54.377Z] === RUN TestInspect [2022-03-20T19:02:55.024Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.94s) [2022-03-20T19:02:55.024Z] === CONT TestDaemonHostGatewayIP [2022-03-20T19:02:55.024Z] --- PASS: TestContainerStartOnDaemonRestart (2.11s) [2022-03-20T19:02:55.024Z] === CONT TestDaemonRestartIpcMode [2022-03-20T19:02:55.100Z] --- PASS: TestUpdateCPUQuota (1.39s) [2022-03-20T19:02:55.100Z] === RUN TestUpdatePidsLimit [2022-03-20T19:02:55.100Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-20T19:02:55.357Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-20T19:02:55.357Z] === RUN TestUpdatePidsLimit/no_change [2022-03-20T19:02:55.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-20T19:02:55.924Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-20T19:02:56.182Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-20T19:02:56.182Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-20T19:02:56.748Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-20T19:02:56.748Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-20T19:02:57.006Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-20T19:02:57.264Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-20T19:02:57.522Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-20T19:02:57.522Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-20T19:02:57.522Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-20T19:02:57.593Z] --- PASS: TestDaemonHostGatewayIP (2.45s) [2022-03-20T19:02:57.593Z] === CONT TestIpcModeOlderClient [2022-03-20T19:02:57.593Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-03-20T19:02:57.593Z] === CONT TestContainerKillOnDaemonStart [2022-03-20T19:02:57.593Z] --- PASS: TestDaemonRestartIpcMode (2.37s) [2022-03-20T19:02:57.666Z] --- PASS: TestInspect (2.76s) [2022-03-20T19:02:57.666Z] === RUN TestCreateJob [2022-03-20T19:02:58.088Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-20T19:02:58.088Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-20T19:02:58.088Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit (3.63s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2022-03-20T19:02:58.654Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2022-03-20T19:02:58.654Z] === RUN TestUpdateRestartPolicy [2022-03-20T19:02:59.587Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-20T19:03:00.152Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-20T19:03:00.204Z] --- PASS: TestCreateJob (2.94s) [2022-03-20T19:03:00.204Z] === RUN TestReplicatedJob [2022-03-20T19:03:02.052Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-20T19:03:03.419Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-20T19:03:03.675Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-20T19:03:04.237Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-20T19:03:04.800Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-20T19:03:05.057Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-20T19:03:05.468Z] --- PASS: TestReplicatedJob (5.39s) [2022-03-20T19:03:05.468Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:03:05.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-20T19:03:05.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-20T19:03:05.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-20T19:03:05.621Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-20T19:03:06.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-20T19:03:06.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-20T19:03:06.186Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-20T19:03:06.186Z] check_test.go:308: [dffc39c6e955b] daemon is not started [2022-03-20T19:03:06.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-20T19:03:06.186Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-20T19:03:06.186Z] check_test.go:308: [dc13427451085] daemon is not started [2022-03-20T19:03:06.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-20T19:03:06.186Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-20T19:03:06.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-20T19:03:06.443Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-20T19:03:07.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-20T19:03:08.781Z] --- PASS: TestUpdateReplicatedJob (3.22s) [2022-03-20T19:03:08.781Z] === RUN TestServiceListWithStatuses [2022-03-20T19:03:08.781Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:03:08.781Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:03:08.781Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:03:08.970Z] check_test.go:308: [d8428459bed0d] daemon is not started [2022-03-20T19:03:08.970Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-20T19:03:09.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-20T19:03:09.843Z] --- PASS: TestContainerKillOnDaemonStart (11.50s) [2022-03-20T19:03:09.843Z] PASS [2022-03-20T19:03:09.843Z] [2022-03-20T19:03:09.843Z] === Skipped [2022-03-20T19:03:09.843Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-20T19:03:09.843Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:03:09.843Z] [2022-03-20T19:03:09.843Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T19:03:09.843Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T19:03:09.843Z] [2022-03-20T19:03:09.843Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-20T19:03:09.843Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T19:03:09.843Z] [2022-03-20T19:03:09.843Z] DONE 200 tests, 3 skipped in 126.822s [2022-03-20T19:03:09.843Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-20T19:03:09.843Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:09.843Z] ++ set -e [2022-03-20T19:03:09.843Z] ++ '[' -n 0 ']' [2022-03-20T19:03:09.843Z] ++ set -x [2022-03-20T19:03:09.843Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:09.843Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T19:03:09.843Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-20T19:03:09.843Z] === RUN TestDaemonConfigValidation [2022-03-20T19:03:09.843Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:03:09.843Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:03:09.843Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-20T19:03:09.843Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-20T19:03:09.843Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-20T19:03:09.843Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-20T19:03:09.843Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-20T19:03:09.843Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-20T19:03:09.843Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-20T19:03:09.843Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-20T19:03:09.843Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:03:09.843Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-20T19:03:09.843Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-20T19:03:09.843Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-20T19:03:09.843Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-20T19:03:09.843Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-20T19:03:09.843Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-03-20T19:03:09.843Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-03-20T19:03:09.843Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-03-20T19:03:09.843Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-20T19:03:09.843Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-03-20T19:03:09.843Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T19:03:09.843Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-20T19:03:10.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-20T19:03:10.786Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-20T19:03:10.866Z] --- PASS: TestUpdateRestartPolicy (12.01s) [2022-03-20T19:03:10.866Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T19:03:11.432Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2022-03-20T19:03:11.432Z] === RUN TestWaitNonBlocked [2022-03-20T19:03:11.432Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:03:11.432Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:03:11.432Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:03:11.432Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:03:11.432Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:03:11.432Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:03:11.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-20T19:03:12.173Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-20T19:03:12.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-20T19:03:12.803Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-20T19:03:12.803Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2022-03-20T19:03:12.803Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.28s) [2022-03-20T19:03:12.803Z] === RUN TestWaitBlocked [2022-03-20T19:03:12.803Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:03:12.803Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:03:12.803Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:03:12.803Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:03:12.803Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:03:12.803Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:03:12.973Z] --- PASS: TestDockerNetworkConnectAlias (4.03s) [2022-03-20T19:03:12.973Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:03:13.059Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-20T19:03:13.119Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-20T19:03:13.119Z] daemon_test.go:156: [de28177b53601] daemon is not started [2022-03-20T19:03:13.119Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-20T19:03:13.119Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-20T19:03:13.119Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-20T19:03:13.119Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-03-20T19:03:13.119Z] === RUN TestDaemonProxy [2022-03-20T19:03:13.119Z] === RUN TestDaemonProxy/environment_variables [2022-03-20T19:03:13.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-20T19:03:13.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-20T19:03:13.990Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-20T19:03:13.990Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2022-03-20T19:03:13.990Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2022-03-20T19:03:13.990Z] === CONT TestContainerStartOnDaemonRestart [2022-03-20T19:03:13.990Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-20T19:03:15.029Z] === RUN TestDaemonProxy/command-line_options [2022-03-20T19:03:15.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-20T19:03:15.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-20T19:03:15.886Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-20T19:03:16.142Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-20T19:03:16.256Z] --- PASS: TestDockerNetworkReConnect (3.45s) [2022-03-20T19:03:16.256Z] === RUN TestServicePlugin [2022-03-20T19:03:16.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-20T19:03:16.940Z] === RUN TestDaemonProxy/configuration_file [2022-03-20T19:03:17.074Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-20T19:03:17.222Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-20T19:03:17.222Z] Using test binary docker [2022-03-20T19:03:17.222Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-20T19:03:17.481Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-20T19:03:17.481Z] INFO: Waiting for daemon to start... [2022-03-20T19:03:17.481Z] Starting dockerd [2022-03-20T19:03:17.638Z] --- PASS: TestContainerStartOnDaemonRestart (3.87s) [2022-03-20T19:03:17.638Z] === CONT TestIpcModeOlderClient [2022-03-20T19:03:17.638Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-20T19:03:17.638Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-03-20T19:03:17.638Z] === CONT TestContainerKillOnDaemonStart [2022-03-20T19:03:17.895Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.07s) [2022-03-20T19:03:17.895Z] === CONT TestDaemonHostGatewayIP [2022-03-20T19:03:18.329Z] === RUN TestDaemonProxy/conflicting_options [2022-03-20T19:03:18.903Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-20T19:03:19.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-20T19:03:19.475Z] --- PASS: TestDaemonProxy (6.43s) [2022-03-20T19:03:19.475Z] --- PASS: TestDaemonProxy/environment_variables (1.89s) [2022-03-20T19:03:19.475Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-03-20T19:03:19.475Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-03-20T19:03:19.475Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-03-20T19:03:19.475Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-20T19:03:19.475Z] PASS [2022-03-20T19:03:19.475Z] [2022-03-20T19:03:19.475Z] DONE 17 tests in 10.408s [2022-03-20T19:03:19.476Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-20T19:03:19.476Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:19.476Z] ++ set -e [2022-03-20T19:03:19.476Z] ++ '[' -n 0 ']' [2022-03-20T19:03:19.476Z] ++ set -x [2022-03-20T19:03:19.476Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:19.476Z] INFO: Testing against a local daemon [2022-03-20T19:03:19.476Z] === RUN TestCommitInheritsEnv [2022-03-20T19:03:19.541Z] plugin_test.go:61: [d168c4c1a0d20] joining swarm manager [d4c64fcfd096d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:03:19.737Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-03-20T19:03:19.737Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T19:03:19.737Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-20T19:03:19.737Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:03:19.737Z] === RUN TestImportWithCustomPlatform [2022-03-20T19:03:19.998Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-20T19:03:19.998Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-20T19:03:19.998Z] === RUN TestImportWithCustomPlatform// [2022-03-20T19:03:19.998Z] === RUN TestImportWithCustomPlatform/linux [2022-03-20T19:03:19.998Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-20T19:03:19.998Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-20T19:03:20.260Z] === RUN TestImportWithCustomPlatform/macos [2022-03-20T19:03:20.260Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-20T19:03:20.260Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-03-20T19:03:20.260Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-03-20T19:03:20.261Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-20T19:03:20.261Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-20T19:03:20.261Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-20T19:03:20.261Z] === RUN TestImagesFilterMultiReference [2022-03-20T19:03:20.261Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-20T19:03:20.261Z] === RUN TestImagePullPlatformInvalid [2022-03-20T19:03:20.261Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-20T19:03:20.261Z] === RUN TestRemoveImageOrphaning [2022-03-20T19:03:20.522Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2022-03-20T19:03:20.522Z] === RUN TestRemoveImageGarbageCollector [2022-03-20T19:03:20.522Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:03:20.522Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-20T19:03:20.522Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T19:03:20.638Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-20T19:03:20.769Z] . [2022-03-20T19:03:20.769Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-20T19:03:20.785Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-20T19:03:20.785Z] === RUN TestTagInvalidReference [2022-03-20T19:03:20.785Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-20T19:03:20.785Z] === RUN TestTagValidPrefixedRepo [2022-03-20T19:03:20.785Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-20T19:03:20.785Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T19:03:20.785Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-20T19:03:20.785Z] === RUN TestTagOfficialNames [2022-03-20T19:03:20.785Z] --- PASS: TestTagOfficialNames (0.06s) [2022-03-20T19:03:20.785Z] === RUN TestTagMatchesDigest [2022-03-20T19:03:20.785Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-20T19:03:20.785Z] PASS [2022-03-20T19:03:20.785Z] [2022-03-20T19:03:20.785Z] === Skipped [2022-03-20T19:03:20.785Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:03:20.785Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-20T19:03:20.785Z] [2022-03-20T19:03:20.785Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-20T19:03:20.785Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:03:20.785Z] [2022-03-20T19:03:20.785Z] DONE 22 tests, 2 skipped in 1.489s [2022-03-20T19:03:20.785Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-20T19:03:20.785Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:20.785Z] ++ set -e [2022-03-20T19:03:20.785Z] ++ '[' -n 0 ']' [2022-03-20T19:03:20.785Z] ++ set -x [2022-03-20T19:03:20.785Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:20.918Z] plugin_test.go:64: [dfe17a974f97c] joining swarm manager [d4c64fcfd096d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:03:21.029Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-20T19:03:21.030Z] Error: No such image: emptyfs [2022-03-20T19:03:21.030Z] Running integration-test (iteration 1) [2022-03-20T19:03:21.030Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-20T19:03:21.046Z] INFO: Testing against a local daemon [2022-03-20T19:03:21.047Z] === RUN TestNetworkCreateDelete [2022-03-20T19:03:21.047Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-20T19:03:21.047Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T19:03:21.289Z] Loaded image: busybox:latest [2022-03-20T19:03:21.309Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-20T19:03:21.309Z] === RUN TestDaemonDNSFallback [2022-03-20T19:03:21.547Z] Loaded image: busybox:glibc [2022-03-20T19:03:21.571Z] --- PASS: TestDaemonHostGatewayIP (3.59s) [2022-03-20T19:03:21.571Z] === CONT TestDaemonRestartIpcMode [2022-03-20T19:03:22.136Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-20T19:03:22.925Z] Loaded image: debian:bullseye-slim [2022-03-20T19:03:22.925Z] Loaded image: hello-world:latest [2022-03-20T19:03:22.925Z] Loaded image: arm32v7/hello-world:latest [2022-03-20T19:03:22.925Z] INFO: Testing against a local daemon [2022-03-20T19:03:22.925Z] === RUN TestCgroupNamespacesBuild [2022-03-20T19:03:23.509Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-20T19:03:24.303Z] --- PASS: TestCgroupNamespacesBuild (1.19s) [2022-03-20T19:03:24.303Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-20T19:03:24.440Z] --- PASS: TestDaemonRestartIpcMode (2.86s) [2022-03-20T19:03:24.440Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-20T19:03:24.440Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-20T19:03:24.440Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-20T19:03:24.440Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-20T19:03:24.440Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-20T19:03:24.440Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-20T19:03:24.440Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-20T19:03:24.440Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-20T19:03:24.440Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-20T19:03:25.240Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-03-20T19:03:25.240Z] === RUN TestBuildWithSession [2022-03-20T19:03:25.240Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:03:25.240Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T19:03:25.240Z] === RUN TestBuildSquashParent [2022-03-20T19:03:26.332Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-20T19:03:26.895Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-20T19:03:27.898Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-03-20T19:03:27.898Z] === RUN TestInspectNetwork [2022-03-20T19:03:28.832Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-20T19:03:30.754Z] --- PASS: TestContainerKillOnDaemonStart (12.71s) [2022-03-20T19:03:30.754Z] PASS [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] === Skipped [2022-03-20T19:03:30.754Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-20T19:03:30.754Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-20T19:03:30.754Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-20T19:03:30.754Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T19:03:30.754Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-20T19:03:30.754Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-20T19:03:30.754Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:03:30.754Z] [2022-03-20T19:03:30.754Z] DONE 200 tests, 6 skipped in 159.386s [2022-03-20T19:03:30.754Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-20T19:03:30.754Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:30.754Z] ++ set -e [2022-03-20T19:03:30.754Z] ++ '[' -n 0 ']' [2022-03-20T19:03:30.754Z] ++ set -x [2022-03-20T19:03:30.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:30.754Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-20T19:03:30.754Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T19:03:31.212Z] === RUN TestInspectNetwork/full_network_id [2022-03-20T19:03:31.212Z] === RUN TestInspectNetwork/partial_network_id [2022-03-20T19:03:31.212Z] === RUN TestInspectNetwork/network_name [2022-03-20T19:03:31.212Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-20T19:03:31.320Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-20T19:03:31.320Z] === RUN TestDaemonConfigValidation [2022-03-20T19:03:31.320Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:03:31.320Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:03:31.320Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-20T19:03:31.320Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-20T19:03:31.320Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-20T19:03:31.320Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-20T19:03:31.320Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-20T19:03:31.320Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-20T19:03:31.320Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-20T19:03:31.320Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-20T19:03:31.320Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:03:31.320Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-20T19:03:31.320Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-20T19:03:31.579Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-20T19:03:31.579Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-20T19:03:31.579Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-20T19:03:31.579Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-03-20T19:03:31.579Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.24s) [2022-03-20T19:03:31.579Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.14s) [2022-03-20T19:03:31.579Z] --- PASS: TestDaemonConfigValidation/valid_config (0.15s) [2022-03-20T19:03:31.579Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.19s) [2022-03-20T19:03:31.579Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T19:03:31.579Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-20T19:03:32.952Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-20T19:03:32.952Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-20T19:03:33.353Z] --- PASS: TestBuildSquashParent (6.92s) [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:03:33.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:03:33.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:03:33.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:03:33.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:03:33.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:03:33.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:03:33.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:03:33.353Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:03:33.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:03:33.518Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-20T19:03:33.613Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:03:33.776Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-20T19:03:33.776Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-20T19:03:33.873Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:03:34.529Z] Removing intermediate container b61a72864c79 [2022-03-20T19:03:34.529Z] ---> 24938ec499f4 [2022-03-20T19:03:34.529Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-20T19:03:34.529Z] ---> Running in 4c4e5dd8c605 [2022-03-20T19:03:34.529Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-20T19:03:34.529Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-20T19:03:34.529Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-20T19:03:34.529Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-20T19:03:34.529Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-20T19:03:34.529Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-20T19:03:34.529Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-20T19:03:34.529Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-20T19:03:34.529Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-20T19:03:34.529Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-20T19:03:34.529Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-20T19:03:34.529Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-20T19:03:34.529Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-20T19:03:34.529Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-20T19:03:34.529Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-20T19:03:34.529Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-20T19:03:35.148Z] check_test.go:308: [d72d703cbac3f] daemon is not started [2022-03-20T19:03:35.148Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-20T19:03:35.148Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-20T19:03:35.148Z] daemon_test.go:156: [d24fca90806d2] daemon is not started [2022-03-20T19:03:35.148Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-03-20T19:03:35.148Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-20T19:03:35.148Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s) [2022-03-20T19:03:35.148Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-03-20T19:03:35.148Z] === RUN TestDaemonProxy [2022-03-20T19:03:35.148Z] === RUN TestDaemonProxy/environment_variables [2022-03-20T19:03:35.426Z] --- PASS: TestInspectNetwork (7.07s) [2022-03-20T19:03:35.427Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-20T19:03:35.427Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-20T19:03:35.427Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-20T19:03:35.427Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-20T19:03:35.427Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T19:03:35.779Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:03:35.779Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:03:36.369Z] --- PASS: TestRunContainerWithBridgeNone (1.61s) [2022-03-20T19:03:36.369Z] === RUN TestNetworkInvalidJSON [2022-03-20T19:03:36.369Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T19:03:36.369Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T19:03:36.369Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:03:36.369Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:03:36.369Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:03:36.369Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:03:36.369Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T19:03:36.369Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:03:36.369Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-20T19:03:36.369Z] === RUN TestNetworkList [2022-03-20T19:03:36.369Z] === RUN TestNetworkList//networks [2022-03-20T19:03:36.369Z] === PAUSE TestNetworkList//networks [2022-03-20T19:03:36.369Z] === RUN TestNetworkList//networks/ [2022-03-20T19:03:36.369Z] === PAUSE TestNetworkList//networks/ [2022-03-20T19:03:36.369Z] === CONT TestNetworkList//networks [2022-03-20T19:03:36.369Z] === CONT TestNetworkList//networks/ [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkList (0.01s) [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T19:03:36.369Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T19:03:36.369Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T19:03:36.940Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-20T19:03:36.940Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T19:03:37.046Z] === RUN TestDaemonProxy/command-line_options [2022-03-20T19:03:37.610Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.52s) [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.63s) [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.16s) [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.10s) [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.85s) [2022-03-20T19:03:37.684Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.83s) [2022-03-20T19:03:37.684Z] === RUN TestBuildMultiStageCopy [2022-03-20T19:03:37.684Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T19:03:38.172Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-20T19:03:38.324Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-20T19:03:38.324Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T19:03:38.428Z] === RUN TestDaemonProxy/configuration_file [2022-03-20T19:03:38.894Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-03-20T19:03:38.894Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T19:03:39.836Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-20T19:03:39.837Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T19:03:40.419Z] docker_cli_daemon_plugins_test.go:106: [dc00f54367e97] daemon is not started [2022-03-20T19:03:40.419Z] === RUN TestDaemonProxy/conflicting_options [2022-03-20T19:03:40.676Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-20T19:03:41.224Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2022-03-20T19:03:41.224Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T19:03:41.241Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-20T19:03:41.241Z] --- PASS: TestDaemonProxy (6.36s) [2022-03-20T19:03:41.241Z] --- PASS: TestDaemonProxy/environment_variables (1.79s) [2022-03-20T19:03:41.241Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-03-20T19:03:41.241Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2022-03-20T19:03:41.241Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-20T19:03:41.241Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-20T19:03:41.241Z] PASS [2022-03-20T19:03:41.241Z] [2022-03-20T19:03:41.241Z] DONE 17 tests in 10.807s [2022-03-20T19:03:41.241Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-20T19:03:41.241Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:41.241Z] ++ set -e [2022-03-20T19:03:41.241Z] ++ '[' -n 0 ']' [2022-03-20T19:03:41.241Z] ++ set -x [2022-03-20T19:03:41.241Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:03:41.498Z] INFO: Testing against a local daemon [2022-03-20T19:03:41.498Z] === RUN TestCommitInheritsEnv [2022-03-20T19:03:41.756Z] --- PASS: TestCommitInheritsEnv (0.36s) [2022-03-20T19:03:41.756Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T19:03:41.756Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-20T19:03:41.756Z] === RUN TestImportWithCustomPlatform [2022-03-20T19:03:41.807Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-20T19:03:41.807Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T19:03:41.871Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T19:03:42.016Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-20T19:03:42.016Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-20T19:03:42.016Z] === RUN TestImportWithCustomPlatform// [2022-03-20T19:03:42.016Z] === RUN TestImportWithCustomPlatform/linux [2022-03-20T19:03:42.016Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-20T19:03:42.130Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T19:03:42.274Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-20T19:03:42.274Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-20T19:03:42.531Z] === RUN TestImportWithCustomPlatform/macos [2022-03-20T19:03:42.531Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-20T19:03:42.531Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-20T19:03:42.531Z] --- PASS: TestImportWithCustomPlatform (0.61s) [2022-03-20T19:03:42.531Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-03-20T19:03:42.531Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-20T19:03:42.531Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-20T19:03:42.531Z] --- PASS: TestImportWithCustomPlatform/linux (0.15s) [2022-03-20T19:03:42.531Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.15s) [2022-03-20T19:03:42.532Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.13s) [2022-03-20T19:03:42.532Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-20T19:03:42.532Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-20T19:03:42.532Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-20T19:03:42.532Z] === RUN TestImagesFilterMultiReference [2022-03-20T19:03:42.532Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-20T19:03:42.532Z] === RUN TestImagePullPlatformInvalid [2022-03-20T19:03:42.532Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-20T19:03:42.532Z] === RUN TestRemoveImageOrphaning [2022-03-20T19:03:42.789Z] check_test.go:308: [d5611ba2509e6] daemon is not started [2022-03-20T19:03:42.789Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-20T19:03:42.789Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-20T19:03:43.068Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T19:03:43.355Z] --- PASS: TestRemoveImageOrphaning (0.60s) [2022-03-20T19:03:43.355Z] === RUN TestRemoveImageGarbageCollector [2022-03-20T19:03:43.918Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-20T19:03:44.359Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2022-03-20T19:03:44.359Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T19:03:44.359Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:03:44.359Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:03:44.359Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T19:03:44.446Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T19:03:45.015Z] --- PASS: TestBuildMultiStageCopy (7.37s) [2022-03-20T19:03:45.015Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2022-03-20T19:03:45.015Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-20T19:03:45.015Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-20T19:03:45.015Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.04s) [2022-03-20T19:03:45.015Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.96s) [2022-03-20T19:03:45.015Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T19:03:45.290Z] --- PASS: TestRemoveImageGarbageCollector (2.01s) [2022-03-20T19:03:45.290Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T19:03:45.290Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-20T19:03:45.290Z] === RUN TestTagInvalidReference [2022-03-20T19:03:45.290Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-20T19:03:45.290Z] === RUN TestTagValidPrefixedRepo [2022-03-20T19:03:45.290Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-20T19:03:45.290Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T19:03:45.290Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-20T19:03:45.290Z] === RUN TestTagOfficialNames [2022-03-20T19:03:45.290Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-20T19:03:45.290Z] === RUN TestTagMatchesDigest [2022-03-20T19:03:45.547Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-20T19:03:45.547Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-20T19:03:46.112Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-20T19:03:46.112Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-20T19:03:46.677Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-20T19:03:46.935Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-20T19:03:47.452Z] --- PASS: TestServicePlugin (30.01s) [2022-03-20T19:03:47.452Z] === RUN TestServiceUpdateLabel [2022-03-20T19:03:47.864Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-20T19:03:48.387Z] --- PASS: TestServiceUpdateLabel (2.14s) [2022-03-20T19:03:48.387Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:03:49.242Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-20T19:03:50.170Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-20T19:03:50.287Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-20T19:03:50.287Z] === RUN TestBuildLabelWithTargets [2022-03-20T19:03:52.068Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-20T19:03:53.003Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-20T19:03:53.261Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-20T19:03:54.193Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-20T19:03:54.193Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-20T19:03:54.452Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-20T19:03:55.017Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-20T19:03:55.585Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-20T19:03:55.623Z] Removing intermediate container 4c4e5dd8c605 [2022-03-20T19:03:55.623Z] ---> 6285e683bee8 [2022-03-20T19:03:55.623Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-20T19:03:55.623Z] ---> Running in 701b1c386f18 [2022-03-20T19:03:55.623Z] Removing intermediate container 701b1c386f18 [2022-03-20T19:03:55.623Z] ---> a7f41c60abb0 [2022-03-20T19:03:55.623Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-20T19:03:55.623Z] ---> Running in ec98df393648 [2022-03-20T19:03:55.623Z] Removing intermediate container ec98df393648 [2022-03-20T19:03:55.623Z] ---> 62045c64d256 [2022-03-20T19:03:55.623Z] Step 11/11 : COPY . . [2022-03-20T19:03:55.894Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-20T19:03:55.894Z] [2022-03-20T19:03:55.894Z] ________ ____ __. [2022-03-20T19:03:55.894Z] \_____ \ | |/ _| [2022-03-20T19:03:55.894Z] / | \| < [2022-03-20T19:03:55.894Z] / | \ | \ [2022-03-20T19:03:55.894Z] \_______ /____|__ \ [2022-03-20T19:03:55.894Z] \/ \/ [2022-03-20T19:03:55.894Z] [2022-03-20T19:03:55.894Z] INFO: make.ps1 ended at 03/20/2022 19:03:44 [2022-03-20T19:03:55.894Z] INFO: Binaries build ended at 03/20/2022 19:03:45. Duration:00:01:35.9172738 [2022-03-20T19:03:55.894Z] INFO: Copying the built daemon binary to d:\CI\PR-42624\6\binary\dockerd-c44b11ec7d.exe... [2022-03-20T19:03:55.894Z] INFO: Copying the built client binary to d:\CI\PR-42624\6\binary\docker-c44b11ec7d.exe... [2022-03-20T19:03:55.894Z] INFO: Copying dockerversion from the container... [2022-03-20T19:03:55.894Z] INFO: Copying the golang package from the container to d:\CI\PR-42624\6\installer\go.zip... [2022-03-20T19:03:55.894Z] INFO: Extracting go.zip to d:\CI\PR-42624\6\go [2022-03-20T19:03:56.151Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-20T19:03:56.717Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-20T19:03:56.975Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-20T19:03:57.541Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-20T19:03:58.106Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-20T19:03:58.405Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-20T19:03:58.405Z] === RUN TestBuildWithEmptyLayers [2022-03-20T19:03:58.671Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-20T19:03:59.234Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-20T19:03:59.234Z] check_test.go:308: [d6c45b7647324] daemon is not started [2022-03-20T19:03:59.234Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-20T19:03:59.275Z] --- PASS: TestServiceWithDataPathPortInit (13.09s) [2022-03-20T19:03:59.275Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T19:03:59.846Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pc02uuhznsynb3kpj7rpg0zwq Created:2022-03-20 19:03:58.41879718 +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[d5db49fcb2f1f23e7d4f2c81c8781fadda4a22ce2f11c747c60d38e51aaeff81:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qf4iwtmm17387fdbq783fqdoa EndpointID:09b57deebf33acc9d74680950043ecdbf326201331347032e8132c1cd00db570 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6e79a0474ac4a4ae1fa27665a3c24fbd0ae5b7aeefdc84224a08f8634695c3b3 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:bf62d0eed7e3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qf4iwtmm17387fdbq783fqdoa EndpointID:09b57deebf33acc9d74680950043ecdbf326201331347032e8132c1cd00db570 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-20T19:04:00.163Z] check_test.go:308: [def43fc411132] daemon is not started [2022-03-20T19:04:00.163Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-20T19:04:00.420Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-20T19:04:00.676Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-20T19:04:01.685Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-20T19:04:01.685Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T19:04:02.571Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-20T19:04:03.137Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-20T19:04:03.261Z] --- PASS: TestServiceUpdateSecrets (14.60s) [2022-03-20T19:04:03.261Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:04:04.051Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2022-03-20T19:04:04.051Z] PASS [2022-03-20T19:04:04.051Z] [2022-03-20T19:04:04.051Z] === Skipped [2022-03-20T19:04:04.051Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:04:04.051Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:04:04.051Z] [2022-03-20T19:04:04.051Z] DONE 26 tests, 1 skipped in 43.156s [2022-03-20T19:04:04.051Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:04:04.051Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:04.051Z] ++ set -e [2022-03-20T19:04:04.051Z] ++ '[' -n 0 ']' [2022-03-20T19:04:04.051Z] ++ set -x [2022-03-20T19:04:04.051Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:04.051Z] INFO: Testing against a local daemon [2022-03-20T19:04:04.051Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-20T19:04:04.051Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:04:04.051Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:04:04.051Z] === RUN TestDockerNetworkIpvlan [2022-03-20T19:04:04.051Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:04:04.051Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:04:04.051Z] PASS [2022-03-20T19:04:04.051Z] [2022-03-20T19:04:04.051Z] === Skipped [2022-03-20T19:04:04.051Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:04:04.051Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:04:04.051Z] [2022-03-20T19:04:04.051Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:04:04.051Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:04:04.051Z] [2022-03-20T19:04:04.051Z] DONE 2 tests, 2 skipped in 0.100s [2022-03-20T19:04:04.051Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:04:04.051Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:04.051Z] ++ set -e [2022-03-20T19:04:04.051Z] ++ '[' -n 0 ']' [2022-03-20T19:04:04.051Z] ++ set -x [2022-03-20T19:04:04.051Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:04.311Z] INFO: Testing against a local daemon [2022-03-20T19:04:04.311Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-20T19:04:04.674Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-20T19:04:04.674Z] Copying nested executables into bundles/binary-daemon [2022-03-20T19:04:04.674Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-20T19:04:04.674Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T19:04:04.675Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-20T19:04:04.675Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-20T19:04:05.012Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/make.sh cross [2022-03-20T19:04:05.273Z] [2022-03-20T19:04:05.536Z] Removing bundles/ [2022-03-20T19:04:05.536Z] [2022-03-20T19:04:05.536Z] ---> Making bundle: cross (in bundles/cross) [2022-03-20T19:04:05.536Z] Cross building: bundles/cross/linux/amd64 [2022-03-20T19:04:05.536Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-20T19:04:05.536Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-20T19:04:05.667Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-20T19:04:05.667Z] check_test.go:308: [d303f3d4c1fcd] daemon is not started [2022-03-20T19:04:05.667Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-20T19:04:05.700Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-03-20T19:04:05.700Z] === RUN TestDockerNetworkMacvlan [2022-03-20T19:04:06.276Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-20T19:04:06.848Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-20T19:04:06.963Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-20T19:04:06.963Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T19:04:06.963Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-03-20T19:04:06.963Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T19:04:07.793Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-20T19:04:08.954Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-20T19:04:09.186Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-20T19:04:10.851Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-20T19:04:11.099Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-20T19:04:11.172Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2022-03-20T19:04:11.172Z] === RUN TestBuildWithHugeFile [2022-03-20T19:04:14.119Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-20T19:04:14.400Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan (9.16s) [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.72s) [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.73s) [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.90s) [2022-03-20T19:04:14.663Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.56s) [2022-03-20T19:04:14.663Z] PASS [2022-03-20T19:04:14.663Z] [2022-03-20T19:04:14.663Z] DONE 8 tests in 10.521s [2022-03-20T19:04:14.663Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-20T19:04:14.663Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:14.663Z] ++ set -e [2022-03-20T19:04:14.663Z] ++ '[' -n 0 ']' [2022-03-20T19:04:14.663Z] ++ set -x [2022-03-20T19:04:14.663Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:14.663Z] testing: warning: no tests to run [2022-03-20T19:04:14.663Z] PASS [2022-03-20T19:04:14.663Z] [2022-03-20T19:04:14.663Z] DONE 0 tests in 0.028s [2022-03-20T19:04:14.663Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-20T19:04:14.663Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:14.663Z] ++ set -e [2022-03-20T19:04:14.663Z] ++ '[' -n 0 ']' [2022-03-20T19:04:14.663Z] ++ set -x [2022-03-20T19:04:14.663Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:14.684Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-20T19:04:14.925Z] INFO: Testing against a local daemon [2022-03-20T19:04:14.925Z] === RUN TestAuthZPluginAllowRequest [2022-03-20T19:04:15.251Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-20T19:04:15.251Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-20T19:04:15.509Z] check_test.go:308: [d84ef2e96d736] daemon is not started [2022-03-20T19:04:15.509Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-20T19:04:15.870Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2022-03-20T19:04:15.870Z] === RUN TestAuthZPluginTLS [2022-03-20T19:04:16.443Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-20T19:04:16.443Z] === RUN TestAuthZPluginDenyRequest [2022-03-20T19:04:17.017Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-20T19:04:17.018Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-20T19:04:17.592Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-20T19:04:17.592Z] === RUN TestAuthZPluginDenyResponse [2022-03-20T19:04:18.145Z] --- PASS: TestServiceUpdateConfigs (14.62s) [2022-03-20T19:04:18.145Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:04:18.166Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-20T19:04:18.166Z] === RUN TestAuthZPluginAllowEventStream [2022-03-20T19:04:19.111Z] --- PASS: TestAuthZPluginAllowEventStream (1.08s) [2022-03-20T19:04:19.111Z] === RUN TestAuthZPluginErrorResponse [2022-03-20T19:04:19.685Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-20T19:04:19.685Z] === RUN TestAuthZPluginErrorRequest [2022-03-20T19:04:19.690Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-20T19:04:19.947Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-20T19:04:20.259Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-20T19:04:20.259Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-20T19:04:20.832Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-20T19:04:20.832Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-20T19:04:20.999Z] INFO: Extraction ended at 03/20/2022 19:04:17. Duration:00:00:29.9325167 [2022-03-20T19:04:20.999Z] INFO: Updating the golang and path environment variables [2022-03-20T19:04:20.999Z] INFO: GOPATH=d:\gopath [2022-03-20T19:04:20.999Z] INFO: go version go1.18 windows/amd64 [2022-03-20T19:04:20.999Z] INFO: Running the daemon under test in debug mode [2022-03-20T19:04:20.999Z] INFO: Starting a daemon under test... [2022-03-20T19:04:20.999Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42624\6\daemon --pidfile d:\CI\PR-42624\6\docker.pid -D [2022-03-20T19:04:20.999Z] INFO: Process started successfully. [2022-03-20T19:04:20.999Z] INFO: Start tailing logs of the daemon under tests [2022-03-20T19:04:20.999Z] INFO: Waiting for the daemon under test to start... [2022-03-20T19:04:21.841Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-20T19:04:22.214Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-03-20T19:04:22.214Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-20T19:04:23.207Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-20T19:04:23.597Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s) [2022-03-20T19:04:23.597Z] === RUN TestAuthZPluginHeader [2022-03-20T19:04:23.768Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-20T19:04:24.167Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-20T19:04:24.167Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-20T19:04:24.167Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:24.167Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-20T19:04:24.167Z] === RUN TestAuthZPluginV2Disable [2022-03-20T19:04:24.167Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:24.167Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-20T19:04:24.167Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-20T19:04:24.167Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:24.167Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-20T19:04:24.167Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-20T19:04:24.167Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:24.167Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-20T19:04:24.167Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-20T19:04:25.570Z] ---> 4ef8407d8d26 [2022-03-20T19:04:26.295Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-20T19:04:27.127Z] Successfully built 4ef8407d8d26 [2022-03-20T19:04:27.127Z] Successfully tagged docker:latest [2022-03-20T19:04:27.127Z] INFO: Image build ended at 03/20/2022 19:04:26. Duration:00:04:17.8151580 [2022-03-20T19:04:27.127Z] [2022-03-20T19:04:27.127Z] [2022-03-20T19:04:27.127Z] INFO: Building the test binaries at 03/20/2022 19:04:26... [2022-03-20T19:04:28.820Z] check_test.go:308: [d6f8bbd536278] daemon is not started [2022-03-20T19:04:28.820Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-20T19:04:29.078Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-20T19:04:29.335Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-20T19:04:29.593Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-20T19:04:30.163Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-20T19:04:30.348Z] --- PASS: TestServiceUpdateNetwork (12.42s) [2022-03-20T19:04:30.348Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:04:31.285Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-20T19:04:31.542Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-20T19:04:31.853Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-20T19:04:32.105Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-20T19:04:32.105Z] check_test.go:308: [d6e0d97c7cd8f] daemon is not started [2022-03-20T19:04:32.105Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-20T19:04:32.520Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-20T19:04:32.520Z] [2022-03-20T19:04:32.520Z] ________ ____ __. [2022-03-20T19:04:32.520Z] \_____ \ | |/ _| [2022-03-20T19:04:32.520Z] / | \| < [2022-03-20T19:04:32.520Z] / | \ | \ [2022-03-20T19:04:32.520Z] \_______ /____|__ \ [2022-03-20T19:04:32.520Z] \/ \/ [2022-03-20T19:04:32.520Z] [2022-03-20T19:04:32.520Z] INFO: make.ps1 ended at 03/20/2022 19:04:30 [2022-03-20T19:04:32.520Z] INFO: Binaries build ended at 03/20/2022 19:04:31. Duration:00:01:46.1746215 [2022-03-20T19:04:33.472Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-20T19:04:33.482Z] INFO: Copying the built daemon binary to d:\CI\PR-42624\6\binary\dockerd-c44b11ec7d.exe... [2022-03-20T19:04:33.482Z] INFO: Copying the built client binary to d:\CI\PR-42624\6\binary\docker-c44b11ec7d.exe... [2022-03-20T19:04:33.482Z] INFO: Copying dockerversion from the container... [2022-03-20T19:04:33.482Z] INFO: Copying the golang package from the container to d:\CI\PR-42624\6\installer\go.zip... [2022-03-20T19:04:34.191Z] INFO: make.ps1 starting at 03/20/2022 19:04:33 [2022-03-20T19:04:34.191Z] INFO: Git commit (c44b11ec7d) assumed from DOCKER_GITCOMMIT environment variable [2022-03-20T19:04:34.191Z] INFO: Invoking autogen... [2022-03-20T19:04:34.191Z] INFO: Building daemon... [2022-03-20T19:04:34.401Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-20T19:04:34.446Z] INFO: Extracting go.zip to d:\CI\PR-42624\6\go [2022-03-20T19:04:36.922Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-20T19:04:38.650Z] ...INFO: Daemon under test started and replied! [2022-03-20T19:04:38.650Z] INFO: Docker version of the daemon under test [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] Client: [2022-03-20T19:04:38.650Z] Version: 17.06.2-ce [2022-03-20T19:04:38.650Z] API version: 1.30 [2022-03-20T19:04:38.650Z] Go version: go1.8.3 [2022-03-20T19:04:38.650Z] Git commit: cec0b72 [2022-03-20T19:04:38.650Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-20T19:04:38.650Z] OS/Arch: windows/amd64 [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] Server: [2022-03-20T19:04:38.650Z] Version: 0.0.0-dev [2022-03-20T19:04:38.650Z] API version: 1.42 (minimum version 1.24) [2022-03-20T19:04:38.650Z] Go version: go1.18 [2022-03-20T19:04:38.650Z] Git commit: c44b11ec7d [2022-03-20T19:04:38.650Z] Built: 03/20/2022 19:02:13 [2022-03-20T19:04:38.650Z] OS/Arch: windows/amd64 [2022-03-20T19:04:38.650Z] Experimental: false [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] INFO: Docker info of the daemon under test [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] Containers: 0 [2022-03-20T19:04:38.650Z] Running: 0 [2022-03-20T19:04:38.650Z] Paused: 0 [2022-03-20T19:04:38.650Z] Stopped: 0 [2022-03-20T19:04:38.650Z] Images: 0 [2022-03-20T19:04:38.650Z] Server Version: 0.0.0-dev [2022-03-20T19:04:38.650Z] Storage Driver: windowsfilter [2022-03-20T19:04:38.650Z] Windows: [2022-03-20T19:04:38.650Z] Logging Driver: json-file [2022-03-20T19:04:38.650Z] Plugins: [2022-03-20T19:04:38.650Z] Volume: local [2022-03-20T19:04:38.650Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T19:04:38.650Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T19:04:38.650Z] Swarm: inactive [2022-03-20T19:04:38.650Z] Default Isolation: process [2022-03-20T19:04:38.650Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T19:04:38.650Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-20T19:04:38.650Z] OSType: windows [2022-03-20T19:04:38.650Z] Architecture: x86_64 [2022-03-20T19:04:38.650Z] CPUs: 4 [2022-03-20T19:04:38.650Z] Total Memory: 32GiB [2022-03-20T19:04:38.650Z] Name: azwin-2-8edec0 [2022-03-20T19:04:38.650Z] ID: O4VZ:VPAH:2Z5C:NK2Z:IC5O:6CEK:LSSG:7DXB:6OLG:HUBS:K5Q2:7EH2 [2022-03-20T19:04:38.650Z] Docker Root Dir: D:\CI\PR-42624\6\daemon [2022-03-20T19:04:38.650Z] Debug Mode (client): false [2022-03-20T19:04:38.650Z] Debug Mode (server): true [2022-03-20T19:04:38.650Z] File Descriptors: -1 [2022-03-20T19:04:38.650Z] Goroutines: 16 [2022-03-20T19:04:38.650Z] System Time: 2022-03-20T19:04:37.3900928Z [2022-03-20T19:04:38.650Z] EventsListeners: 0 [2022-03-20T19:04:38.650Z] Registry: https://index.docker.io/v1/ [2022-03-20T19:04:38.650Z] Labels: [2022-03-20T19:04:38.650Z] Experimental: false [2022-03-20T19:04:38.650Z] Insecure Registries: [2022-03-20T19:04:38.650Z] 127.0.0.0/8 [2022-03-20T19:04:38.650Z] Live Restore Enabled: false [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] INFO: Docker images of the daemon under test [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-20T19:04:38.650Z] [2022-03-20T19:04:38.650Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-20T19:04:38.650Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-20T19:04:38.650Z] ltsc2022: Pulling from windows/servercore [2022-03-20T19:04:38.650Z] 8f616e6e9eec: Pulling fs layer [2022-03-20T19:04:38.650Z] 037d5740b404: Pulling fs layer [2022-03-20T19:04:39.959Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-20T19:04:41.100Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-20T19:04:42.034Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-20T19:04:42.318Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-20T19:04:42.318Z] PASS [2022-03-20T19:04:42.318Z] [2022-03-20T19:04:42.318Z] === Skipped [2022-03-20T19:04:42.318Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-20T19:04:42.318Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:42.318Z] [2022-03-20T19:04:42.318Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-20T19:04:42.318Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:42.318Z] [2022-03-20T19:04:42.318Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-20T19:04:42.318Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:42.318Z] [2022-03-20T19:04:42.318Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-20T19:04:42.318Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:42.318Z] [2022-03-20T19:04:42.318Z] DONE 17 tests, 4 skipped in 26.087s [2022-03-20T19:04:42.318Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-20T19:04:42.318Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:42.318Z] ++ set -e [2022-03-20T19:04:42.318Z] ++ '[' -n 0 ']' [2022-03-20T19:04:42.318Z] ++ set -x [2022-03-20T19:04:42.318Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:42.318Z] INFO: Testing against a local daemon [2022-03-20T19:04:42.318Z] === RUN TestPluginInvalidJSON [2022-03-20T19:04:42.318Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:04:42.318Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:04:42.318Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:04:42.318Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-20T19:04:42.318Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-20T19:04:42.318Z] === RUN TestPluginInstall [2022-03-20T19:04:42.318Z] === RUN TestPluginInstall/no_auth [2022-03-20T19:04:42.318Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:04:42.318Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8bcc6fd0f02787c419f43127d7bdf89b29c8c490945379fa5109629d537bbd10" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:04:42.318Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:04:42.318Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8bcc6fd0f02787c419f43127d7bdf89b29c8c490945379fa5109629d537bbd10" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:04:42.580Z] === RUN TestPluginInstall/with_htpasswd [2022-03-20T19:04:42.842Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:04:42.842Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adea29e667eeaf11a0784f0f5c75be1eb202b830f503cbe633f19a41ffb45db7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:04:42.842Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:04:42.842Z] time="2022-03-20T19:04:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adea29e667eeaf11a0784f0f5c75be1eb202b830f503cbe633f19a41ffb45db7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:04:43.105Z] === RUN TestPluginInstall/with_insecure [2022-03-20T19:04:43.929Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-20T19:04:44.048Z] time="2022-03-20T19:04:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:04:44.048Z] time="2022-03-20T19:04:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:64ff91103ee65e186a10637c1b61ac10ede93210ba73b44eadcbd9b249d4b120" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:04:44.048Z] time="2022-03-20T19:04:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:04:44.048Z] time="2022-03-20T19:04:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:64ff91103ee65e186a10637c1b61ac10ede93210ba73b44eadcbd9b249d4b120" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:04:44.048Z] plugin_test.go:165: [db4ce7e98d49f] daemon is not started [2022-03-20T19:04:44.048Z] --- PASS: TestPluginInstall (3.14s) [2022-03-20T19:04:44.048Z] --- PASS: TestPluginInstall/no_auth (1.54s) [2022-03-20T19:04:44.048Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2022-03-20T19:04:44.048Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-03-20T19:04:44.048Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:04:45.959Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-20T19:04:46.521Z] --- PASS: TestServiceUpdatePidsLimit (16.21s) [2022-03-20T19:04:46.521Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-03-20T19:04:46.521Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-20T19:04:46.521Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-20T19:04:46.521Z] PASS [2022-03-20T19:04:46.521Z] [2022-03-20T19:04:46.521Z] === Skipped [2022-03-20T19:04:46.521Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-20T19:04:46.521Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:04:46.521Z] [2022-03-20T19:04:46.521Z] DONE 27 tests, 1 skipped in 183.332s [2022-03-20T19:04:46.521Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-20T19:04:46.521Z] INFO: Testing against a local daemon [2022-03-20T19:04:46.521Z] === RUN TestSessionCreate [2022-03-20T19:04:46.521Z] --- PASS: TestSessionCreate (0.02s) [2022-03-20T19:04:46.521Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:04:46.521Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-20T19:04:46.521Z] PASS [2022-03-20T19:04:46.521Z] [2022-03-20T19:04:46.521Z] DONE 2 tests in 0.073s [2022-03-20T19:04:46.521Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-20T19:04:46.521Z] INFO: Testing against a local daemon [2022-03-20T19:04:46.521Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:04:46.521Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:04:46.521Z] === RUN TestDiskUsage [2022-03-20T19:04:46.521Z] === PAUSE TestDiskUsage [2022-03-20T19:04:46.521Z] === RUN TestEventsExecDie [2022-03-20T19:04:46.530Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-20T19:04:46.782Z] --- PASS: TestEventsExecDie (0.56s) [2022-03-20T19:04:46.782Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:04:46.782Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-20T19:04:46.782Z] === RUN TestEventsVolumeCreate [2022-03-20T19:04:47.041Z] --- PASS: TestEventsVolumeCreate (0.08s) [2022-03-20T19:04:47.041Z] === RUN TestInfoBinaryCommits [2022-03-20T19:04:47.041Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-20T19:04:47.041Z] === RUN TestInfoAPIVersioned [2022-03-20T19:04:47.041Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-20T19:04:47.041Z] === RUN TestInfoAPI [2022-03-20T19:04:47.041Z] --- PASS: TestInfoAPI (0.02s) [2022-03-20T19:04:47.041Z] === RUN TestInfoAPIWarnings [2022-03-20T19:04:47.199Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-20T19:04:47.475Z] --- PASS: TestPluginsWithRuntimes (3.18s) [2022-03-20T19:04:47.475Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2022-03-20T19:04:47.475Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.83s) [2022-03-20T19:04:47.475Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:04:48.049Z] --- PASS: TestPluginBackCompatMediaTypes (0.61s) [2022-03-20T19:04:48.050Z] PASS [2022-03-20T19:04:48.050Z] [2022-03-20T19:04:48.050Z] DONE 10 tests in 7.108s [2022-03-20T19:04:48.050Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-20T19:04:48.050Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:48.050Z] ++ set -e [2022-03-20T19:04:48.050Z] ++ '[' -n 0 ']' [2022-03-20T19:04:48.050Z] ++ set -x [2022-03-20T19:04:48.050Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:48.050Z] INFO: Testing against a local daemon [2022-03-20T19:04:48.050Z] === RUN TestExternalGraphDriver [2022-03-20T19:04:48.050Z] === RUN TestExternalGraphDriver/json [2022-03-20T19:04:48.132Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-20T19:04:48.132Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-20T19:04:48.960Z] 037d5740b404: Verifying Checksum [2022-03-20T19:04:48.960Z] 037d5740b404: Download complete [2022-03-20T19:04:49.965Z] === RUN TestExternalGraphDriver/spec [2022-03-20T19:04:50.661Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-20T19:04:51.354Z] === RUN TestExternalGraphDriver/pull [2022-03-20T19:04:53.186Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-20T19:04:53.186Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-20T19:04:53.273Z] --- PASS: TestExternalGraphDriver (4.86s) [2022-03-20T19:04:53.273Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-03-20T19:04:53.273Z] --- PASS: TestExternalGraphDriver/spec (1.55s) [2022-03-20T19:04:53.273Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2022-03-20T19:04:53.273Z] === RUN TestGraphdriverPluginV2 [2022-03-20T19:04:53.273Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:53.273Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-20T19:04:53.273Z] PASS [2022-03-20T19:04:53.273Z] [2022-03-20T19:04:53.273Z] === Skipped [2022-03-20T19:04:53.273Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-20T19:04:53.273Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:04:53.273Z] [2022-03-20T19:04:53.273Z] DONE 5 tests, 1 skipped in 5.001s [2022-03-20T19:04:53.273Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-20T19:04:53.273Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:53.273Z] ++ set -e [2022-03-20T19:04:53.273Z] ++ '[' -n 0 ']' [2022-03-20T19:04:53.273Z] ++ set -x [2022-03-20T19:04:53.273Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:04:53.273Z] INFO: Testing against a local daemon [2022-03-20T19:04:53.273Z] === RUN TestContinueAfterPluginCrash [2022-03-20T19:04:53.273Z] === PAUSE TestContinueAfterPluginCrash [2022-03-20T19:04:53.273Z] === RUN TestReadPluginNoRead [2022-03-20T19:04:53.273Z] === PAUSE TestReadPluginNoRead [2022-03-20T19:04:53.273Z] === RUN TestDaemonStartWithLogOpt [2022-03-20T19:04:53.273Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-20T19:04:53.273Z] === CONT TestContinueAfterPluginCrash [2022-03-20T19:04:53.273Z] === CONT TestDaemonStartWithLogOpt [2022-03-20T19:04:53.442Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-20T19:04:54.812Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-20T19:04:54.812Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-20T19:04:54.812Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-20T19:04:55.069Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-20T19:04:55.325Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-20T19:04:56.575Z] --- PASS: TestDaemonStartWithLogOpt (3.12s) [2022-03-20T19:04:56.575Z] === CONT TestReadPluginNoRead [2022-03-20T19:04:56.692Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-20T19:04:57.620Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-20T19:04:57.620Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-20T19:04:58.487Z] === RUN TestReadPluginNoRead/default [2022-03-20T19:04:58.997Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-20T19:04:59.255Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-20T19:04:59.876Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-20T19:05:00.822Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-20T19:05:01.083Z] --- PASS: TestContinueAfterPluginCrash (8.05s) [2022-03-20T19:05:01.149Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-20T19:05:01.635Z] 8f616e6e9eec: Verifying Checksum [2022-03-20T19:05:01.635Z] 8f616e6e9eec: Download complete [2022-03-20T19:05:01.713Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-20T19:05:02.030Z] === CONT TestReadPluginNoRead [2022-03-20T19:05:02.030Z] read_test.go:92: [d8ea73f9f7725] daemon is not started [2022-03-20T19:05:02.030Z] --- PASS: TestReadPluginNoRead (5.88s) [2022-03-20T19:05:02.030Z] --- PASS: TestReadPluginNoRead/default (1.32s) [2022-03-20T19:05:02.030Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-03-20T19:05:02.030Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-03-20T19:05:02.030Z] PASS [2022-03-20T19:05:02.030Z] [2022-03-20T19:05:02.030Z] DONE 6 tests in 9.137s [2022-03-20T19:05:02.030Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-20T19:05:02.030Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:02.030Z] ++ set -e [2022-03-20T19:05:02.030Z] ++ '[' -n 0 ']' [2022-03-20T19:05:02.030Z] ++ set -x [2022-03-20T19:05:02.030Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:02.030Z] testing: warning: no tests to run [2022-03-20T19:05:02.030Z] PASS [2022-03-20T19:05:02.293Z] [2022-03-20T19:05:02.293Z] DONE 0 tests in 0.050s [2022-03-20T19:05:02.293Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-20T19:05:02.293Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:02.293Z] ++ set -e [2022-03-20T19:05:02.293Z] ++ '[' -n 0 ']' [2022-03-20T19:05:02.293Z] ++ set -x [2022-03-20T19:05:02.293Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:02.293Z] INFO: Testing against a local daemon [2022-03-20T19:05:02.293Z] === RUN TestPluginWithDevMounts [2022-03-20T19:05:02.293Z] === PAUSE TestPluginWithDevMounts [2022-03-20T19:05:02.293Z] === CONT TestPluginWithDevMounts [2022-03-20T19:05:02.647Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-20T19:05:04.022Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-20T19:05:04.229Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-03-20T19:05:04.229Z] PASS [2022-03-20T19:05:04.229Z] [2022-03-20T19:05:04.229Z] DONE 1 tests in 1.683s [2022-03-20T19:05:04.229Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-20T19:05:04.229Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:04.229Z] ++ set -e [2022-03-20T19:05:04.229Z] ++ '[' -n 0 ']' [2022-03-20T19:05:04.229Z] ++ set -x [2022-03-20T19:05:04.229Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:04.229Z] INFO: Testing against a local daemon [2022-03-20T19:05:04.229Z] === RUN TestSecretInspect [2022-03-20T19:05:04.954Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-20T19:05:05.122Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-03-20T19:05:05.122Z] === RUN TestInfoDebug [2022-03-20T19:05:05.122Z] --- PASS: TestInfoDebug (0.52s) [2022-03-20T19:05:05.122Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:05:05.122Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-20T19:05:05.122Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:05:05.122Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-20T19:05:05.122Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:05:05.122Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-20T19:05:05.122Z] === RUN TestPingCacheHeaders [2022-03-20T19:05:05.122Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-20T19:05:05.122Z] === RUN TestPingGet [2022-03-20T19:05:05.122Z] --- PASS: TestPingGet (0.01s) [2022-03-20T19:05:05.122Z] === RUN TestPingHead [2022-03-20T19:05:05.122Z] --- PASS: TestPingHead (0.02s) [2022-03-20T19:05:05.122Z] === RUN TestVersion [2022-03-20T19:05:05.123Z] --- PASS: TestVersion (0.02s) [2022-03-20T19:05:05.123Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:05:05.123Z] === CONT TestDiskUsage [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/container_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/image_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/volume_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-20T19:05:05.382Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-20T19:05:05.660Z] === RUN TestDiskUsage/after_container.Run [2022-03-20T19:05:06.148Z] --- PASS: TestSecretInspect (2.21s) [2022-03-20T19:05:06.148Z] === RUN TestSecretList [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-20T19:05:06.230Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage (1.58s) [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-20T19:05:06.487Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run (0.55s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:05:06.488Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.59s) [2022-03-20T19:05:06.488Z] PASS [2022-03-20T19:05:06.488Z] [2022-03-20T19:05:06.488Z] DONE 50 tests in 20.320s [2022-03-20T19:05:06.488Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-20T19:05:06.488Z] INFO: Testing against a local daemon [2022-03-20T19:05:06.488Z] === RUN TestVolumesCreateAndList [2022-03-20T19:05:06.488Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-20T19:05:06.488Z] === RUN TestVolumesRemove [2022-03-20T19:05:06.746Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-20T19:05:06.746Z] === RUN TestVolumesInspect [2022-03-20T19:05:06.746Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-20T19:05:06.746Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:05:06.746Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:05:06.746Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:05:06.746Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:05:06.746Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-20T19:05:06.746Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-20T19:05:06.746Z] PASS [2022-03-20T19:05:06.746Z] [2022-03-20T19:05:06.746Z] DONE 5 tests in 0.143s [2022-03-20T19:05:06.746Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-20T19:05:07.312Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-20T19:05:07.312Z] Removing test suite binaries [2022-03-20T19:05:07.312Z] exiting test-integration [2022-03-20T19:05:07.312Z] ++ exit 0 [2022-03-20T19:05:07.312Z] [2022-03-20T19:05:07.421Z] --- PASS: TestBuildWithHugeFile (50.41s) [2022-03-20T19:05:07.421Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T19:05:07.421Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:05:07.421Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:05:07.421Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T19:05:07.421Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:05:07.421Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:05:07.421Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:05:07.421Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:05:07.421Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:05:07.421Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:05:07.421Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:05:07.421Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:05:07.421Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:05:07.421Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-20T19:05:07.421Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-20T19:05:07.421Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-03-20T19:05:07.421Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-20T19:05:07.421Z] === RUN TestBuildPreserveOwnership [2022-03-20T19:05:07.421Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-20T19:05:07.477Z] docker_cli_daemon_test.go:2522: [db1616542dd0b] daemon is not started [2022-03-20T19:05:07.987Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-20T19:05:08.689Z] --- PASS: TestSecretList (2.59s) [2022-03-20T19:05:08.689Z] === RUN TestSecretsCreateAndDelete Post stage [Pipeline] junit [2022-03-20T19:05:08.698Z] Recording test results [2022-03-20T19:05:08.875Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-20T19:05:09.210Z] + echo Ensuring container killed. [2022-03-20T19:05:09.210Z] Ensuring container killed. [2022-03-20T19:05:09.210Z] + docker rm -vf docker-pr6 [2022-03-20T19:05:09.210Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-03-20T19:05:09.369Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-20T19:05:09.489Z] + echo Chowning /workspace to jenkins user [2022-03-20T19:05:09.489Z] Chowning /workspace to jenkins user [2022-03-20T19:05:09.489Z] + id -u [2022-03-20T19:05:09.489Z] + id -g [2022-03-20T19:05:09.489Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace busybox chown -R 1000:1000 /workspace [2022-03-20T19:05:10.120Z] INFO: Extraction ended at 03/20/2022 19:05:06. Duration:00:00:31.9767624 [2022-03-20T19:05:10.120Z] INFO: Updating the golang and path environment variables [2022-03-20T19:05:10.120Z] INFO: GOPATH=d:\gopath [2022-03-20T19:05:10.120Z] INFO: go version go1.18 windows/amd64 [2022-03-20T19:05:10.120Z] INFO: Running the daemon under test in debug mode [2022-03-20T19:05:10.120Z] INFO: Running the daemon under test in containerd mode [2022-03-20T19:05:10.120Z] INFO: Starting a daemon under test... [2022-03-20T19:05:10.120Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42624\6\daemon --pidfile d:\CI\PR-42624\6\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-20T19:05:10.120Z] INFO: Containerd started successfully. [2022-03-20T19:05:10.120Z] INFO: Process started successfully. [2022-03-20T19:05:10.120Z] INFO: Start tailing logs of the daemon under tests [2022-03-20T19:05:10.120Z] INFO: Waiting for the daemon under test to start... [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-20T19:05:11.168Z] + bundleName=amd64-cgroup2 [2022-03-20T19:05:11.168Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-20T19:05:11.168Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-20T19:05:11.168Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-20T19:05:11.168Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-03-20T19:05:11.235Z] --- PASS: TestSecretsCreateAndDelete (2.12s) [2022-03-20T19:05:11.235Z] === RUN TestSecretsUpdate [Pipeline] archiveArtifacts [2022-03-20T19:05:11.439Z] Archiving artifacts [2022-03-20T19:05:11.697Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T19:05:11.894Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-20T19:05:12.005Z] + make clean [2022-03-20T19:05:12.005Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T19:05:12.005Z] docker-dev-cache [2022-03-20T19:05:12.005Z] docker-mod-cache [Pipeline] deleteDir [2022-03-20T19:05:12.174Z] --- PASS: TestBuildPreserveOwnership (10.36s) [2022-03-20T19:05:12.174Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.36s) [2022-03-20T19:05:12.174Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-20T19:05:12.174Z] === RUN TestBuildPlatformInvalid [2022-03-20T19:05:12.174Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-20T19:05:12.174Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-20T19:05:12.174Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-20T19:05:12.174Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.01s) [2022-03-20T19:05:12.174Z] PASS [2022-03-20T19:05:12.174Z] [2022-03-20T19:05:12.174Z] === Skipped [2022-03-20T19:05:12.174Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-20T19:05:12.174Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:05:12.174Z] [2022-03-20T19:05:12.174Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:05:12.174Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:05:12.174Z] [2022-03-20T19:05:12.174Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.01s) [2022-03-20T19:05:12.174Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-20T19:05:12.174Z] [2022-03-20T19:05:12.174Z] DONE 34 tests, 3 skipped in 111.141s [2022-03-20T19:05:12.174Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-20T19:05:12.434Z] INFO: Testing against a local daemon [2022-03-20T19:05:12.434Z] === RUN TestConfigInspect [2022-03-20T19:05:12.434Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] --- SKIP: TestConfigInspect (0.02s) [2022-03-20T19:05:12.434Z] === RUN TestConfigList [2022-03-20T19:05:12.434Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] --- SKIP: TestConfigList (0.01s) [2022-03-20T19:05:12.434Z] === RUN TestConfigsCreateAndDelete [2022-03-20T19:05:12.434Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-20T19:05:12.434Z] === RUN TestConfigsUpdate [2022-03-20T19:05:12.434Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-20T19:05:12.434Z] === RUN TestTemplatedConfig [2022-03-20T19:05:12.434Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-20T19:05:12.434Z] === RUN TestConfigCreateResolve [2022-03-20T19:05:12.434Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-20T19:05:12.434Z] PASS [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] === Skipped [2022-03-20T19:05:12.434Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-03-20T19:05:12.434Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-20T19:05:12.434Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-20T19:05:12.434Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-20T19:05:12.434Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-20T19:05:12.434Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-20T19:05:12.434Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:05:12.434Z] [2022-03-20T19:05:12.434Z] DONE 6 tests, 6 skipped in 0.166s [2022-03-20T19:05:12.434Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-20T19:05:12.434Z] INFO: Testing against a local daemon [2022-03-20T19:05:12.434Z] === RUN TestCheckpoint [2022-03-20T19:05:12.434Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:05:12.434Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T19:05:12.434Z] === RUN TestContainerInvalidJSON [2022-03-20T19:05:12.434Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:05:12.434Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:05:12.434Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:05:12.434Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:05:12.694Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:05:12.694Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:05:12.694Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-20T19:05:12.694Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-20T19:05:12.694Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-20T19:05:12.694Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T19:05:12.694Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-20T19:05:12.694Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T19:05:12.694Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-20T19:05:12.694Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T19:05:12.694Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-20T19:05:12.694Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T19:05:12.694Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-20T19:05:12.694Z] === RUN TestCopyFromContainer [2022-03-20T19:05:13.150Z] --- PASS: TestSecretsUpdate (2.20s) [2022-03-20T19:05:13.150Z] === RUN TestTemplatedSecret [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T19:05:15.702Z] --- PASS: TestTemplatedSecret (2.49s) [2022-03-20T19:05:15.702Z] === RUN TestSecretCreateResolve [2022-03-20T19:05:15.982Z] === RUN TestCopyFromContainer// [2022-03-20T19:05:16.242Z] === RUN TestCopyFromContainer//bar/root [2022-03-20T19:05:16.242Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-20T19:05:16.242Z] === RUN TestCopyFromContainer/bar/quux [2022-03-20T19:05:16.242Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-20T19:05:16.501Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-20T19:05:16.501Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-20T19:05:16.501Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-20T19:05:16.501Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-20T19:05:16.501Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer (3.92s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-20T19:05:16.761Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-20T19:05:16.761Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T19:05:16.761Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:05:16.761Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:05:16.761Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:05:16.761Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:05:16.761Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:05:16.761Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:05:16.761Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:05:16.761Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:05:16.761Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:05:16.761Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-20T19:05:16.761Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-20T19:05:16.761Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-20T19:05:16.761Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-20T19:05:16.761Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T19:05:16.761Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-20T19:05:16.761Z] === RUN TestCreateWithInvalidEnv [2022-03-20T19:05:16.761Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T19:05:16.761Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T19:05:16.761Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T19:05:16.761Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T19:05:16.761Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T19:05:16.762Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T19:05:16.762Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T19:05:16.762Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T19:05:16.762Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T19:05:16.762Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-20T19:05:16.762Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T19:05:16.762Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T19:05:16.762Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T19:05:16.762Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T19:05:16.762Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-20T19:05:16.762Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T19:05:17.619Z] --- PASS: TestSecretCreateResolve (2.12s) [2022-03-20T19:05:17.619Z] PASS [2022-03-20T19:05:17.619Z] [2022-03-20T19:05:17.619Z] DONE 6 tests in 13.845s [2022-03-20T19:05:17.619Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-20T19:05:17.619Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:17.619Z] ++ set -e [2022-03-20T19:05:17.619Z] ++ '[' -n 0 ']' [2022-03-20T19:05:17.619Z] ++ set -x [2022-03-20T19:05:17.619Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:05:17.880Z] INFO: Testing against a local daemon [2022-03-20T19:05:17.880Z] === RUN TestServiceCreateInit [2022-03-20T19:05:17.880Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:05:18.136Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-03-20T19:05:18.136Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T19:05:18.448Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-20T19:05:19.070Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2022-03-20T19:05:19.070Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T19:05:19.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:05:19.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:05:19.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:05:19.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:05:19.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:05:19.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:05:19.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:05:19.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:05:19.071Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:05:19.071Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:05:19.071Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:05:19.071Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:05:19.071Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:05:19.071Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:05:19.071Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:05:19.071Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-20T19:05:19.071Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T19:05:19.071Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T19:05:19.071Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T19:05:19.071Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T19:05:19.071Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-20T19:05:19.071Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T19:05:19.636Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-03-20T19:05:19.636Z] === RUN TestCreateDifferentPlatform [2022-03-20T19:05:19.636Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T19:05:19.636Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T19:05:19.636Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-20T19:05:19.636Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-20T19:05:19.636Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-20T19:05:19.636Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T19:05:19.636Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-20T19:05:19.636Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T19:05:19.636Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-20T19:05:19.636Z] === RUN TestContainerStartOnDaemonRestart [2022-03-20T19:05:19.636Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-20T19:05:19.636Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-20T19:05:19.636Z] === RUN TestDaemonRestartIpcMode [2022-03-20T19:05:19.636Z] === PAUSE TestDaemonRestartIpcMode [2022-03-20T19:05:19.636Z] === RUN TestDaemonHostGatewayIP [2022-03-20T19:05:19.636Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:05:19.636Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-20T19:05:19.636Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-20T19:05:19.636Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-20T19:05:19.636Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T19:05:19.636Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-20T19:05:19.636Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:05:19.636Z] === RUN TestDiff [2022-03-20T19:05:19.814Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-20T19:05:19.895Z] --- PASS: TestDiff (0.37s) [2022-03-20T19:05:19.895Z] === RUN TestExecWithCloseStdin [2022-03-20T19:05:20.462Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-03-20T19:05:20.462Z] === RUN TestExec [2022-03-20T19:05:20.721Z] --- PASS: TestExec (0.42s) [2022-03-20T19:05:20.721Z] === RUN TestExecUser [2022-03-20T19:05:21.289Z] --- PASS: TestExecUser (0.44s) [2022-03-20T19:05:21.289Z] === RUN TestExportContainerAndImportImage [2022-03-20T19:05:21.710Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-20T19:05:21.859Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-03-20T19:05:21.859Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T19:05:22.086Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:05:23.237Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2022-03-20T19:05:23.237Z] === RUN TestHealthCheckWorkdir [2022-03-20T19:05:23.804Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-03-20T19:05:23.804Z] === RUN TestHealthKillContainer [2022-03-20T19:05:24.236Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-20T19:05:24.236Z] check_test.go:308: [d3e16a5d65abb] daemon is not started [2022-03-20T19:05:24.236Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-20T19:05:25.390Z] --- PASS: TestServiceCreateInit (7.33s) [2022-03-20T19:05:25.390Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s) [2022-03-20T19:05:25.390Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.65s) [2022-03-20T19:05:25.390Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:05:27.779Z] ...INFO: Daemon under test started and replied! [2022-03-20T19:05:27.779Z] INFO: Docker version of the daemon under test [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] Client: [2022-03-20T19:05:27.779Z] Version: 17.06.2-ce [2022-03-20T19:05:27.779Z] API version: 1.30 [2022-03-20T19:05:27.779Z] Go version: go1.8.3 [2022-03-20T19:05:27.779Z] Git commit: cec0b72 [2022-03-20T19:05:27.779Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-20T19:05:27.779Z] OS/Arch: windows/amd64 [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] Server: [2022-03-20T19:05:27.779Z] Version: 0.0.0-dev [2022-03-20T19:05:27.779Z] API version: 1.42 (minimum version 1.24) [2022-03-20T19:05:27.779Z] Go version: go1.18 [2022-03-20T19:05:27.779Z] Git commit: c44b11ec7d [2022-03-20T19:05:27.779Z] Built: 03/20/2022 19:02:50 [2022-03-20T19:05:27.779Z] OS/Arch: windows/amd64 [2022-03-20T19:05:27.779Z] Experimental: false [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] INFO: Docker info of the daemon under test [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] Containers: 0 [2022-03-20T19:05:27.779Z] Running: 0 [2022-03-20T19:05:27.779Z] Paused: 0 [2022-03-20T19:05:27.779Z] Stopped: 0 [2022-03-20T19:05:27.779Z] Images: 0 [2022-03-20T19:05:27.779Z] Server Version: 0.0.0-dev [2022-03-20T19:05:27.779Z] Storage Driver: windowsfilter [2022-03-20T19:05:27.779Z] Windows: [2022-03-20T19:05:27.779Z] Logging Driver: json-file [2022-03-20T19:05:27.779Z] Plugins: [2022-03-20T19:05:27.779Z] Volume: local [2022-03-20T19:05:27.779Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T19:05:27.779Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T19:05:27.779Z] Swarm: inactive [2022-03-20T19:05:27.779Z] Default Isolation: process [2022-03-20T19:05:27.779Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T19:05:27.779Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-20T19:05:27.779Z] OSType: windows [2022-03-20T19:05:27.779Z] Architecture: x86_64 [2022-03-20T19:05:27.779Z] CPUs: 4 [2022-03-20T19:05:27.779Z] Total Memory: 32GiB [2022-03-20T19:05:27.779Z] Name: azwin-2-6dfe50 [2022-03-20T19:05:27.779Z] ID: UPLG:4ARK:5YRF:DJVM:O4ZC:XZJY:3V5K:ZUXY:IYXK:FHVC:WLXV:OFYC [2022-03-20T19:05:27.779Z] Docker Root Dir: D:\CI\PR-42624\6\daemon [2022-03-20T19:05:27.779Z] Debug Mode (client): false [2022-03-20T19:05:27.779Z] Debug Mode (server): true [2022-03-20T19:05:27.779Z] File Descriptors: -1 [2022-03-20T19:05:27.779Z] Goroutines: 29 [2022-03-20T19:05:27.779Z] System Time: 2022-03-20T19:05:25.9177855Z [2022-03-20T19:05:27.779Z] EventsListeners: 0 [2022-03-20T19:05:27.779Z] Registry: https://index.docker.io/v1/ [2022-03-20T19:05:27.779Z] Labels: [2022-03-20T19:05:27.779Z] Experimental: false [2022-03-20T19:05:27.779Z] Insecure Registries: [2022-03-20T19:05:27.779Z] 127.0.0.0/8 [2022-03-20T19:05:27.779Z] Live Restore Enabled: false [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] INFO: Docker images of the daemon under test [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-20T19:05:27.779Z] [2022-03-20T19:05:27.779Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-20T19:05:27.779Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-20T19:05:27.779Z] ltsc2022: Pulling from windows/servercore [2022-03-20T19:05:27.779Z] 8f616e6e9eec: Pulling fs layer [2022-03-20T19:05:27.779Z] 037d5740b404: Pulling fs layer [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite (329.22s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.16s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.57s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.39s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.35s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.40s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.74s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.30s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.52s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.44s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.83s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.90s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.42s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.30s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.34s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.51s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.26s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.62s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.44s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.60s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.73s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.59s) [2022-03-20T19:05:30.792Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.01s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.05s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.58s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.68s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.93s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.23s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.88s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.23s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.87s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.60s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.63s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.75s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.75s) [2022-03-20T19:05:30.792Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.65s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.71s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.39s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.46s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.44s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.24s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.57s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.80s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.13s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.90s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.93s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.73s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.93s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.33s) [2022-03-20T19:05:30.793Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-20T19:05:30.793Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.79s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.30s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.01s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.17s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.69s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.96s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (2.91s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.77s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.22s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.64s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.59s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.58s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.55s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.01s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.80s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.88s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.06s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.35s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.25s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.82s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.46s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.93s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.28s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.19s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.02s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.45s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.92s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.12s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.23s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.42s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.74s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.13s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.87s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.42s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.21s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.53s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.68s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.53s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2022-03-20T19:05:30.793Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.57s) [2022-03-20T19:05:30.793Z] === RUN TestDockerSwarmSuite [2022-03-20T19:05:30.793Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-20T19:05:30.793Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-20T19:05:31.921Z] --- PASS: TestHealthKillContainer (7.85s) [2022-03-20T19:05:31.921Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T19:05:31.921Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:05:31.921Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:05:31.921Z] === RUN TestIpcModeNone [2022-03-20T19:05:31.921Z] --- PASS: TestIpcModeNone (0.43s) [2022-03-20T19:05:31.921Z] === RUN TestIpcModePrivate [2022-03-20T19:05:32.180Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-20T19:05:32.439Z] --- PASS: TestIpcModePrivate (0.50s) [2022-03-20T19:05:32.439Z] === RUN TestIpcModeShareable [2022-03-20T19:05:32.439Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:05:32.439Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-20T19:05:32.439Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-20T19:05:32.684Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-20T19:05:32.684Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-20T19:05:33.819Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s) [2022-03-20T19:05:33.819Z] === RUN TestAPIIpcModeHost [2022-03-20T19:05:33.819Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:05:33.819Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-20T19:05:33.819Z] === RUN TestDaemonIpcModeShareable [2022-03-20T19:05:33.819Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:05:33.819Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-20T19:05:33.819Z] === RUN TestDaemonIpcModePrivate [2022-03-20T19:05:34.756Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-20T19:05:35.014Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-03-20T19:05:35.014Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-20T19:05:35.014Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:05:35.014Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-20T19:05:35.014Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-20T19:05:35.014Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:05:35.014Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-20T19:05:35.014Z] === RUN TestIpcModeOlderClient [2022-03-20T19:05:35.014Z] === PAUSE TestIpcModeOlderClient [2022-03-20T19:05:35.014Z] === RUN TestKillContainerInvalidSignal [2022-03-20T19:05:35.273Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-03-20T19:05:35.273Z] === RUN TestKillContainer [2022-03-20T19:05:35.273Z] === RUN TestKillContainer/no_signal [2022-03-20T19:05:35.842Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T19:05:35.964Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-20T19:05:36.101Z] === RUN TestKillContainer/killing_signal [2022-03-20T19:05:36.670Z] --- PASS: TestKillContainer (1.28s) [2022-03-20T19:05:36.670Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-03-20T19:05:36.670Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-03-20T19:05:36.670Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-03-20T19:05:36.670Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T19:05:36.670Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-20T19:05:36.929Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-20T19:05:37.499Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s) [2022-03-20T19:05:37.499Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-03-20T19:05:37.499Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-03-20T19:05:37.499Z] === RUN TestKillStoppedContainer [2022-03-20T19:05:37.499Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-20T19:05:37.499Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T19:05:37.499Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-20T19:05:37.499Z] === RUN TestKillDifferentUserContainer [2022-03-20T19:05:38.067Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-20T19:05:38.067Z] === RUN TestInspectOomKilledTrue [2022-03-20T19:05:38.067Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:05:38.067Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-20T19:05:38.067Z] === RUN TestInspectOomKilledFalse [2022-03-20T19:05:38.067Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:05:38.067Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-20T19:05:38.067Z] === RUN TestLinksEtcHostsContentMatch [2022-03-20T19:05:38.067Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-20T19:05:38.067Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-20T19:05:38.067Z] === RUN TestLinksContainerNames [2022-03-20T19:05:38.643Z] --- PASS: TestLinksContainerNames (0.83s) [2022-03-20T19:05:38.643Z] === RUN TestLogsFollowTailEmpty [2022-03-20T19:05:39.212Z] --- PASS: TestLogsFollowTailEmpty (0.55s) [2022-03-20T19:05:39.212Z] === RUN TestContainerNetworkMountsNoChown [2022-03-20T19:05:39.781Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/default [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/default [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/private [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/private [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rprivate [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/slave [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/slave [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rslave [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/shared [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/shared [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rshared [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/default [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rshared [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/shared [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rslave [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/slave [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rprivate [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/private [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-20T19:05:39.781Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:05:39.781Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-20T19:05:39.781Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-20T19:05:40.040Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-20T19:05:40.040Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-20T19:05:40.040Z] === RUN TestContainerBindMountNonRecursive [2022-03-20T19:05:40.040Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-20T19:05:40.040Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-20T19:05:40.040Z] === RUN TestContainerVolumesMountedAsShared [2022-03-20T19:05:40.040Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-20T19:05:40.040Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-20T19:05:40.040Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-20T19:05:40.040Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-20T19:05:40.040Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-20T19:05:40.040Z] === RUN TestNetworkNat [2022-03-20T19:05:40.171Z] 037d5740b404: Verifying Checksum [2022-03-20T19:05:40.171Z] 037d5740b404: Download complete [2022-03-20T19:05:40.306Z] --- PASS: TestCreateServiceMultipleTimes (15.12s) [2022-03-20T19:05:40.306Z] === RUN TestCreateServiceConflict [2022-03-20T19:05:40.606Z] --- PASS: TestNetworkNat (0.51s) [2022-03-20T19:05:40.606Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T19:05:41.173Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-20T19:05:41.173Z] === RUN TestNetworkLoopbackNat [2022-03-20T19:05:41.220Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-20T19:05:41.220Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-20T19:05:42.338Z] 8f616e6e9eec: Verifying Checksum [2022-03-20T19:05:42.338Z] 8f616e6e9eec: Download complete [2022-03-20T19:05:42.588Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-20T19:05:42.855Z] --- PASS: TestCreateServiceConflict (2.14s) [2022-03-20T19:05:42.855Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:05:43.152Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-20T19:05:43.704Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-20T19:05:43.704Z] === RUN TestPause [2022-03-20T19:05:43.704Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:05:43.704Z] --- SKIP: TestPause (0.00s) [2022-03-20T19:05:43.704Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T19:05:43.704Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T19:05:43.704Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T19:05:43.704Z] === RUN TestPauseStopPausedContainer [2022-03-20T19:05:43.704Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:05:43.704Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-20T19:05:43.704Z] === RUN TestPidHost [2022-03-20T19:05:43.714Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-20T19:05:44.643Z] --- PASS: TestPidHost (0.82s) [2022-03-20T19:05:44.643Z] === RUN TestPsFilter [2022-03-20T19:05:44.643Z] --- PASS: TestPsFilter (0.10s) [2022-03-20T19:05:44.643Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T19:05:44.646Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-20T19:05:44.646Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-20T19:05:44.646Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-20T19:05:44.902Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-03-20T19:05:44.902Z] === RUN TestRemoveContainerWithVolume [2022-03-20T19:05:45.162Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-03-20T19:05:45.162Z] === RUN TestRemoveContainerRunning [2022-03-20T19:05:45.209Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-20T19:05:45.404Z] --- PASS: TestCreateServiceMaxReplicas (2.50s) [2022-03-20T19:05:45.404Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:05:45.732Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-03-20T19:05:45.732Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T19:05:45.991Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-20T19:05:45.991Z] === RUN TestRemoveInvalidContainer [2022-03-20T19:05:45.991Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-20T19:05:45.991Z] === RUN TestRenameLinkedContainer [2022-03-20T19:05:47.900Z] --- PASS: TestRenameLinkedContainer (1.63s) [2022-03-20T19:05:47.900Z] === RUN TestRenameStoppedContainer [2022-03-20T19:05:48.160Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-20T19:05:48.160Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T19:05:49.098Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-03-20T19:05:49.098Z] === RUN TestRenameInvalidName [2022-03-20T19:05:49.358Z] --- PASS: TestRenameInvalidName (0.37s) [2022-03-20T19:05:49.358Z] === RUN TestRenameAnonymousContainer [2022-03-20T19:05:50.738Z] --- PASS: TestRenameAnonymousContainer (1.41s) [2022-03-20T19:05:50.738Z] === RUN TestRenameContainerWithSameName [2022-03-20T19:05:50.996Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2022-03-20T19:05:50.996Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T19:05:51.930Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2022-03-20T19:05:51.930Z] === RUN TestResize [2022-03-20T19:05:52.189Z] --- PASS: TestResize (0.38s) [2022-03-20T19:05:52.189Z] === RUN TestResizeWithInvalidSize [2022-03-20T19:05:52.755Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-03-20T19:05:52.755Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T19:05:53.014Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-03-20T19:05:53.014Z] === RUN TestDaemonRestartKillContainers [2022-03-20T19:05:53.014Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-20T19:05:53.014Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:05:53.014Z] === RUN TestCgroupNamespacesRun [2022-03-20T19:05:53.311Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-20T19:05:53.568Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-20T19:05:54.130Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-20T19:05:54.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-20T19:05:54.389Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-03-20T19:05:54.389Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-20T19:05:55.064Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-20T19:05:55.322Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-20T19:05:55.327Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.07s) [2022-03-20T19:05:55.327Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-20T19:05:55.580Z] === RUN TestDockerSuite/TestBuildFails [2022-03-20T19:05:56.266Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-03-20T19:05:56.266Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-20T19:05:56.953Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-20T19:05:56.953Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-20T19:05:56.953Z] docker_api_swarm_test.go:563: [dcdeada456c49] joining swarm manager [df188fc040b64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:05:57.073Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-20T19:05:57.073Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-20T19:05:57.073Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-20T19:05:57.073Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-20T19:05:57.073Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-20T19:05:57.073Z] Cross building: bundles/cross/windows/amd64 [2022-03-20T19:05:57.073Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-20T19:05:57.073Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-20T19:05:57.660Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-03-20T19:05:57.660Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-20T19:05:58.633Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-03-20T19:05:58.633Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-20T19:05:59.480Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-20T19:06:00.027Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2022-03-20T19:06:00.027Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-20T19:06:00.323Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.09s) [2022-03-20T19:06:00.323Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:06:00.595Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-20T19:06:00.595Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-20T19:06:01.533Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-03-20T19:06:01.533Z] === RUN TestNISDomainname [2022-03-20T19:06:01.533Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-20T19:06:01.533Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-20T19:06:01.533Z] === RUN TestHostnameDnsResolution [2022-03-20T19:06:02.006Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-20T19:06:02.470Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-03-20T19:06:02.470Z] === RUN TestUnprivilegedPortsAndPing [2022-03-20T19:06:02.470Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-20T19:06:02.470Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-20T19:06:02.470Z] === RUN TestStats [2022-03-20T19:06:02.470Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:02.470Z] --- SKIP: TestStats (0.00s) [2022-03-20T19:06:02.470Z] === RUN TestStopContainerWithTimeout [2022-03-20T19:06:02.470Z] === RUN TestStopContainerWithTimeout/0 [2022-03-20T19:06:02.470Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-20T19:06:02.470Z] === RUN TestStopContainerWithTimeout/1 [2022-03-20T19:06:02.470Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-20T19:06:02.470Z] === RUN TestStopContainerWithTimeout/3 [2022-03-20T19:06:02.470Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-20T19:06:02.470Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-20T19:06:02.470Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-20T19:06:02.470Z] === CONT TestStopContainerWithTimeout/0 [2022-03-20T19:06:02.470Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-20T19:06:02.935Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-20T19:06:03.036Z] === CONT TestStopContainerWithTimeout/3 [2022-03-20T19:06:04.301Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-20T19:06:04.557Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-20T19:06:04.934Z] === CONT TestStopContainerWithTimeout/1 [2022-03-20T19:06:05.486Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-20T19:06:06.836Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-20T19:06:06.836Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-03-20T19:06:06.836Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2022-03-20T19:06:06.836Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-03-20T19:06:06.836Z] --- PASS: TestStopContainerWithTimeout/1 (1.50s) [2022-03-20T19:06:06.836Z] === RUN TestDeleteDevicemapper [2022-03-20T19:06:06.836Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T19:06:06.836Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-20T19:06:06.836Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T19:06:07.386Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-20T19:06:07.951Z] docker_api_swarm_test.go:585: [d2e46f390b474] joining swarm manager [df188fc040b64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:06:08.215Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.41s) [2022-03-20T19:06:08.215Z] === RUN TestUpdateMemory [2022-03-20T19:06:08.215Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:08.215Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-20T19:06:08.215Z] === RUN TestUpdateCPUQuota [2022-03-20T19:06:08.215Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:08.215Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-20T19:06:08.215Z] === RUN TestUpdatePidsLimit [2022-03-20T19:06:08.215Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:08.215Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-20T19:06:08.215Z] === RUN TestUpdateRestartPolicy [2022-03-20T19:06:08.517Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-20T19:06:09.082Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-20T19:06:10.979Z] check_test.go:379: [dcdeada456c49] daemon is not started [2022-03-20T19:06:11.237Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-20T19:06:12.557Z] --- PASS: TestCreateServiceSecretFileMode (12.56s) [2022-03-20T19:06:12.557Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:06:13.129Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-20T19:06:14.057Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-20T19:06:15.450Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-20T19:06:15.450Z] [2022-03-20T19:06:15.450Z] ________ ____ __. [2022-03-20T19:06:15.450Z] \_____ \ | |/ _| [2022-03-20T19:06:15.450Z] / | \| < [2022-03-20T19:06:15.450Z] / | \ | \ [2022-03-20T19:06:15.450Z] \_______ /____|__ \ [2022-03-20T19:06:15.450Z] \/ \/ [2022-03-20T19:06:15.450Z] [2022-03-20T19:06:15.450Z] INFO: make.ps1 ended at 03/20/2022 19:06:14 [2022-03-20T19:06:16.414Z] INFO: Binaries build ended at 03/20/2022 19:06:16. Duration:00:01:49.3824950 [2022-03-20T19:06:17.952Z] INFO: Copying the built daemon binary to d:\CI\PR-42624\6\binary\dockerd-c44b11ec7d.exe... [2022-03-20T19:06:17.952Z] INFO: Copying the built client binary to d:\CI\PR-42624\6\binary\docker-c44b11ec7d.exe... [2022-03-20T19:06:17.952Z] INFO: Copying dockerversion from the container... [2022-03-20T19:06:18.228Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-20T19:06:18.228Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-20T19:06:18.410Z] INFO: Copying the golang package from the container to d:\CI\PR-42624\6\installer\go.zip... [2022-03-20T19:06:18.792Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-20T19:06:18.868Z] INFO: Extracting go.zip to d:\CI\PR-42624\6\go [2022-03-20T19:06:19.358Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-20T19:06:19.923Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-20T19:06:19.923Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-20T19:06:20.424Z] --- PASS: TestUpdateRestartPolicy (10.86s) [2022-03-20T19:06:20.424Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T19:06:20.424Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-03-20T19:06:20.424Z] === RUN TestWaitNonBlocked [2022-03-20T19:06:20.424Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:06:20.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:06:20.424Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:06:20.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:06:20.424Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:06:20.424Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:06:20.424Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-20T19:06:20.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s) [2022-03-20T19:06:20.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2022-03-20T19:06:20.424Z] === RUN TestWaitBlocked [2022-03-20T19:06:20.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:06:20.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:06:20.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:06:20.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:06:20.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-20T19:06:20.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-20T19:06:20.683Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-20T19:06:20.683Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2022-03-20T19:06:20.683Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-03-20T19:06:20.683Z] === CONT TestDaemonRestartIpcMode [2022-03-20T19:06:20.683Z] === CONT TestIpcModeOlderClient [2022-03-20T19:06:20.683Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-20T19:06:20.683Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-20T19:06:20.859Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-20T19:06:21.424Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-20T19:06:21.424Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-20T19:06:21.424Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-20T19:06:21.424Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-20T19:06:21.989Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-20T19:06:22.246Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-20T19:06:22.820Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-20T19:06:23.228Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-03-20T19:06:23.228Z] --- PASS: TestDaemonRestartIpcMode (2.65s) [2022-03-20T19:06:23.228Z] PASS [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === Skipped [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-20T19:06:23.228Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-20T19:06:23.228Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-20T19:06:23.228Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:06:23.228Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:06:23.228Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-20T19:06:23.228Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-20T19:06:23.228Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-20T19:06:23.228Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-20T19:06:23.228Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-20T19:06:23.228Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-20T19:06:23.228Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-20T19:06:23.228Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-20T19:06:23.228Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-20T19:06:23.228Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-20T19:06:23.228Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-20T19:06:23.228Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-20T19:06:23.228Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-20T19:06:23.228Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-20T19:06:23.228Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:06:23.228Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-20T19:06:23.228Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-20T19:06:23.228Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-20T19:06:23.228Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-20T19:06:23.228Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-20T19:06:23.228Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-20T19:06:23.228Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-20T19:06:23.228Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-20T19:06:23.228Z] [2022-03-20T19:06:23.228Z] DONE 177 tests, 27 skipped in 70.833s [2022-03-20T19:06:23.228Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-20T19:06:23.488Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T19:06:23.753Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-20T19:06:23.753Z] docker_api_swarm_test.go:46: [dcfa9196ee9d1] joining swarm manager [d36f61c1e8c34]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:06:24.055Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-20T19:06:24.055Z] === RUN TestDaemonConfigValidation [2022-03-20T19:06:24.055Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:06:24.055Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:06:24.055Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-20T19:06:24.055Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-20T19:06:24.055Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-20T19:06:24.055Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-20T19:06:24.055Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-20T19:06:24.055Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-20T19:06:24.055Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-20T19:06:24.055Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-20T19:06:24.055Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-20T19:06:24.055Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-20T19:06:24.055Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-20T19:06:24.055Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-20T19:06:24.055Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-20T19:06:24.055Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-20T19:06:24.055Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-20T19:06:24.055Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-20T19:06:24.055Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-20T19:06:24.055Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-20T19:06:24.055Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-20T19:06:24.055Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T19:06:24.055Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-20T19:06:24.782Z] --- PASS: TestCreateServiceConfigFileMode (12.37s) [2022-03-20T19:06:24.782Z] === RUN TestCreateServiceSysctls [2022-03-20T19:06:25.122Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-20T19:06:25.430Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-20T19:06:26.165Z] --- PASS: TestCreateServiceSysctls (2.92s) [2022-03-20T19:06:26.165Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:06:26.368Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-20T19:06:27.303Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-20T19:06:27.303Z] daemon_test.go:156: [d9c7634ede110] daemon is not started [2022-03-20T19:06:27.303Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-03-20T19:06:27.303Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-03-20T19:06:27.303Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-20T19:06:27.303Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-03-20T19:06:27.303Z] === RUN TestDaemonProxy [2022-03-20T19:06:27.303Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-20T19:06:27.303Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-20T19:06:27.303Z] PASS [2022-03-20T19:06:27.303Z] [2022-03-20T19:06:27.303Z] === Skipped [2022-03-20T19:06:27.303Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-20T19:06:27.303Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-20T19:06:27.303Z] [2022-03-20T19:06:27.303Z] DONE 12 tests, 1 skipped in 4.151s [2022-03-20T19:06:27.303Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-20T19:06:27.561Z] INFO: Testing against a local daemon [2022-03-20T19:06:27.561Z] === RUN TestCommitInheritsEnv [2022-03-20T19:06:27.640Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-20T19:06:28.710Z] --- PASS: TestCreateServiceCapabilities (2.37s) [2022-03-20T19:06:28.710Z] === RUN TestInspect [2022-03-20T19:06:29.464Z] --- PASS: TestCommitInheritsEnv (1.54s) [2022-03-20T19:06:29.464Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T19:06:29.464Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform// [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/linux [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/macos [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-20T19:06:29.464Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform (0.27s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-20T19:06:29.464Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-20T19:06:29.464Z] === RUN TestImagesFilterMultiReference [2022-03-20T19:06:29.464Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-20T19:06:29.464Z] === RUN TestImagePullPlatformInvalid [2022-03-20T19:06:29.464Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-20T19:06:29.464Z] === RUN TestRemoveImageOrphaning [2022-03-20T19:06:31.281Z] --- PASS: TestInspect (2.56s) [2022-03-20T19:06:31.281Z] === RUN TestCreateJob [2022-03-20T19:06:31.371Z] --- PASS: TestRemoveImageOrphaning (1.66s) [2022-03-20T19:06:31.371Z] === RUN TestRemoveImageGarbageCollector [2022-03-20T19:06:31.371Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-20T19:06:31.371Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-20T19:06:31.371Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T19:06:31.371Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-20T19:06:31.371Z] === RUN TestTagInvalidReference [2022-03-20T19:06:31.371Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-20T19:06:31.371Z] === RUN TestTagValidPrefixedRepo [2022-03-20T19:06:31.371Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-20T19:06:31.371Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T19:06:31.371Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-20T19:06:31.371Z] === RUN TestTagOfficialNames [2022-03-20T19:06:31.371Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-20T19:06:31.371Z] === RUN TestTagMatchesDigest [2022-03-20T19:06:31.371Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-20T19:06:31.371Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-20T19:06:32.897Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-20T19:06:34.591Z] --- PASS: TestCreateJob (3.23s) [2022-03-20T19:06:34.591Z] === RUN TestReplicatedJob [2022-03-20T19:06:35.425Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-20T19:06:35.425Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-20T19:06:35.425Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-20T19:06:35.683Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-20T19:06:35.939Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-20T19:06:36.195Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-20T19:06:38.090Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-20T19:06:38.797Z] --- PASS: TestReplicatedJob (4.82s) [2022-03-20T19:06:38.797Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:06:39.457Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-20T19:06:40.025Z] --- PASS: TestImportExtremelyLargeImageWorks (174.65s) [2022-03-20T19:06:40.025Z] PASS [2022-03-20T19:06:40.025Z] [2022-03-20T19:06:40.025Z] DONE 22 tests in 178.744s [2022-03-20T19:06:40.025Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-20T19:06:40.025Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:06:40.025Z] ++ set -e [2022-03-20T19:06:40.025Z] ++ '[' -n 0 ']' [2022-03-20T19:06:40.025Z] ++ set -x [2022-03-20T19:06:40.025Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:06:40.283Z] INFO: Testing against a local daemon [2022-03-20T19:06:40.283Z] === RUN TestNetworkCreateDelete [2022-03-20T19:06:40.283Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-20T19:06:40.283Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T19:06:40.848Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-03-20T19:06:40.848Z] === RUN TestDaemonDNSFallback [2022-03-20T19:06:41.781Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-20T19:06:42.104Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2022-03-20T19:06:42.104Z] === RUN TestServiceListWithStatuses [2022-03-20T19:06:42.104Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:06:42.104Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:06:42.104Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:06:42.345Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-20T19:06:42.602Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-20T19:06:42.602Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-20T19:06:42.833Z] 8f616e6e9eec: Pull complete [2022-03-20T19:06:43.169Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-20T19:06:46.318Z] --- PASS: TestDockerNetworkConnectAlias (3.99s) [2022-03-20T19:06:46.318Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:06:48.422Z] --- PASS: TestDaemonDNSFallback (6.72s) [2022-03-20T19:06:48.422Z] === RUN TestInspectNetwork [2022-03-20T19:06:49.618Z] --- PASS: TestDockerNetworkReConnect (3.36s) [2022-03-20T19:06:49.618Z] === RUN TestServicePlugin [2022-03-20T19:06:49.618Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:06:49.618Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-20T19:06:49.618Z] === RUN TestServiceUpdateLabel [2022-03-20T19:06:50.342Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-20T19:06:51.002Z] --- PASS: TestServiceUpdateLabel (1.71s) [2022-03-20T19:06:51.002Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:06:51.277Z] === RUN TestInspectNetwork/full_network_id [2022-03-20T19:06:51.277Z] === RUN TestInspectNetwork/partial_network_id [2022-03-20T19:06:51.277Z] === RUN TestInspectNetwork/network_name [2022-03-20T19:06:51.278Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-20T19:06:52.647Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-20T19:06:53.212Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-20T19:06:54.532Z] INFO: Extraction ended at 03/20/2022 19:06:51. Duration:00:00:32.5475050 [2022-03-20T19:06:54.532Z] INFO: Updating the golang and path environment variables [2022-03-20T19:06:54.532Z] INFO: GOPATH=d:\gopath [2022-03-20T19:06:54.532Z] INFO: go version go1.18 windows/amd64 [2022-03-20T19:06:54.532Z] INFO: Running the daemon under test in debug mode [2022-03-20T19:06:54.532Z] INFO: Starting a daemon under test... [2022-03-20T19:06:54.532Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42624\6\daemon --pidfile d:\CI\PR-42624\6\docker.pid -D [2022-03-20T19:06:54.532Z] INFO: Process started successfully. [2022-03-20T19:06:54.532Z] INFO: Start tailing logs of the daemon under tests [2022-03-20T19:06:54.532Z] INFO: Waiting for the daemon under test to start... [2022-03-20T19:06:54.582Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-20T19:06:54.582Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-20T19:06:54.582Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-20T19:06:55.953Z] --- PASS: TestInspectNetwork (8.21s) [2022-03-20T19:06:55.953Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-20T19:06:55.953Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-20T19:06:55.953Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-20T19:06:55.953Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-20T19:06:55.953Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T19:06:57.852Z] --- PASS: TestRunContainerWithBridgeNone (1.98s) [2022-03-20T19:06:57.852Z] === RUN TestNetworkInvalidJSON [2022-03-20T19:06:57.852Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T19:06:57.852Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T19:06:57.852Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:06:57.852Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:06:57.852Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:06:57.852Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:06:57.852Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T19:06:57.852Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:06:57.852Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-20T19:06:57.852Z] === RUN TestNetworkList [2022-03-20T19:06:57.852Z] === RUN TestNetworkList//networks [2022-03-20T19:06:57.852Z] === PAUSE TestNetworkList//networks [2022-03-20T19:06:57.852Z] === RUN TestNetworkList//networks/ [2022-03-20T19:06:57.852Z] === PAUSE TestNetworkList//networks/ [2022-03-20T19:06:57.852Z] === CONT TestNetworkList//networks [2022-03-20T19:06:57.852Z] === CONT TestNetworkList//networks/ [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkList (0.01s) [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T19:06:57.852Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T19:06:57.852Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T19:06:58.416Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-20T19:06:58.416Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-03-20T19:06:58.416Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T19:06:58.672Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-20T19:06:59.600Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-03-20T19:06:59.600Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T19:07:00.162Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-20T19:07:00.162Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-20T19:07:00.162Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T19:07:00.419Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-20T19:07:01.348Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-03-20T19:07:01.348Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T19:07:01.912Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-20T19:07:02.170Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-20T19:07:02.427Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2022-03-20T19:07:02.427Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T19:07:02.992Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-20T19:07:02.992Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-20T19:07:02.992Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T19:07:03.558Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-20T19:07:04.932Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-20T19:07:05.498Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-20T19:07:05.498Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-20T19:07:05.755Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-20T19:07:05.919Z] --- PASS: TestServiceUpdateSecrets (14.54s) [2022-03-20T19:07:05.919Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:07:06.013Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2022-03-20T19:07:06.013Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T19:07:06.013Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:07:06.013Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:07:06.013Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T19:07:06.013Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-20T19:07:06.578Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-20T19:07:07.950Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-20T19:07:08.515Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-20T19:07:10.409Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-20T19:07:11.337Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-20T19:07:12.200Z] .....INFO: Daemon under test started and replied! [2022-03-20T19:07:12.200Z] INFO: Docker version of the daemon under test [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] Client: [2022-03-20T19:07:12.200Z] Version: 17.06.2-ce [2022-03-20T19:07:12.200Z] API version: 1.30 [2022-03-20T19:07:12.200Z] Go version: go1.8.3 [2022-03-20T19:07:12.200Z] Git commit: cec0b72 [2022-03-20T19:07:12.200Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-20T19:07:12.200Z] OS/Arch: windows/amd64 [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] Server: [2022-03-20T19:07:12.200Z] Version: 0.0.0-dev [2022-03-20T19:07:12.200Z] API version: 1.42 (minimum version 1.24) [2022-03-20T19:07:12.200Z] Go version: go1.18 [2022-03-20T19:07:12.200Z] Git commit: c44b11ec7d [2022-03-20T19:07:12.200Z] Built: 03/20/2022 19:04:33 [2022-03-20T19:07:12.200Z] OS/Arch: windows/amd64 [2022-03-20T19:07:12.200Z] Experimental: false [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] INFO: Docker info of the daemon under test [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] Containers: 0 [2022-03-20T19:07:12.200Z] Running: 0 [2022-03-20T19:07:12.200Z] Paused: 0 [2022-03-20T19:07:12.200Z] Stopped: 0 [2022-03-20T19:07:12.200Z] Images: 0 [2022-03-20T19:07:12.200Z] Server Version: 0.0.0-dev [2022-03-20T19:07:12.200Z] Storage Driver: windowsfilter [2022-03-20T19:07:12.200Z] Windows: [2022-03-20T19:07:12.200Z] Logging Driver: json-file [2022-03-20T19:07:12.200Z] Plugins: [2022-03-20T19:07:12.200Z] Volume: local [2022-03-20T19:07:12.200Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T19:07:12.200Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T19:07:12.200Z] Swarm: inactive [2022-03-20T19:07:12.200Z] Default Isolation: process [2022-03-20T19:07:12.200Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-20T19:07:12.200Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-03-20T19:07:12.200Z] OSType: windows [2022-03-20T19:07:12.200Z] Architecture: x86_64 [2022-03-20T19:07:12.200Z] CPUs: 4 [2022-03-20T19:07:12.200Z] Total Memory: 32GiB [2022-03-20T19:07:12.200Z] Name: azwin-2-93daf0 [2022-03-20T19:07:12.200Z] ID: GFHJ:ZPYN:BIQ4:7NOA:IL3J:OESD:MJUM:NCB4:2LY4:UXDP:D3X7:DMHS [2022-03-20T19:07:12.200Z] Docker Root Dir: D:\CI\PR-42624\6\daemon [2022-03-20T19:07:12.200Z] Debug Mode (client): false [2022-03-20T19:07:12.200Z] Debug Mode (server): true [2022-03-20T19:07:12.200Z] File Descriptors: -1 [2022-03-20T19:07:12.200Z] Goroutines: 16 [2022-03-20T19:07:12.200Z] System Time: 2022-03-20T19:07:11.2037608Z [2022-03-20T19:07:12.200Z] EventsListeners: 0 [2022-03-20T19:07:12.200Z] Registry: https://index.docker.io/v1/ [2022-03-20T19:07:12.200Z] Labels: [2022-03-20T19:07:12.200Z] Experimental: false [2022-03-20T19:07:12.200Z] Insecure Registries: [2022-03-20T19:07:12.200Z] 127.0.0.0/8 [2022-03-20T19:07:12.200Z] Live Restore Enabled: false [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] INFO: Docker images of the daemon under test [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-20T19:07:12.200Z] [2022-03-20T19:07:12.200Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-20T19:07:12.200Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-20T19:07:12.200Z] ltsc2019: Pulling from windows/servercore [2022-03-20T19:07:12.200Z] 4612f6d0b889: Pulling fs layer [2022-03-20T19:07:12.200Z] 0a6173b79e25: Pulling fs layer [2022-03-20T19:07:12.713Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-20T19:07:13.646Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-20T19:07:14.577Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-20T19:07:14.577Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-20T19:07:17.856Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-20T19:07:18.788Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-20T19:07:19.044Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-20T19:07:19.610Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-20T19:07:20.851Z] --- PASS: TestServiceUpdateConfigs (14.26s) [2022-03-20T19:07:20.851Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:07:21.506Z] --- PASS: TestServiceWithDataPathPortInit (15.26s) [2022-03-20T19:07:21.506Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T19:07:24.619Z] 0a6173b79e25: Verifying Checksum [2022-03-20T19:07:24.619Z] 0a6173b79e25: Download complete [2022-03-20T19:07:24.776Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dinpw8kfwbo8pphuuqci1pxwp Created:2022-03-20 19:07:22.539262023 +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[ab829eed2b7fcce53632b1df3bb618a528f0318cf372e62ee70f2cc9b4e7342e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.maj12o31h3qeg8t158z7m1fcg EndpointID:75ebc77c0ec7b1c2293b89b17a197c94b63b5faa54b3b1ab188f9b52a976d363 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:79a39a7289dbc18ea37d77d32a8588dafae6219556455ba339d668a82a2566cc 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:622092cf36d0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.maj12o31h3qeg8t158z7m1fcg EndpointID:75ebc77c0ec7b1c2293b89b17a197c94b63b5faa54b3b1ab188f9b52a976d363 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-20T19:07:26.148Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-20T19:07:28.671Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-20T19:07:28.928Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.84s) [2022-03-20T19:07:28.928Z] PASS [2022-03-20T19:07:28.928Z] [2022-03-20T19:07:28.928Z] === Skipped [2022-03-20T19:07:28.928Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:07:28.928Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:07:28.928Z] [2022-03-20T19:07:28.928Z] DONE 26 tests, 1 skipped in 48.902s [2022-03-20T19:07:28.928Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:07:28.928Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:28.928Z] ++ set -e [2022-03-20T19:07:28.928Z] ++ '[' -n 0 ']' [2022-03-20T19:07:28.928Z] ++ set -x [2022-03-20T19:07:28.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:29.186Z] INFO: Testing against a local daemon [2022-03-20T19:07:29.186Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-20T19:07:29.186Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:07:29.186Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:07:29.187Z] === RUN TestDockerNetworkIpvlan [2022-03-20T19:07:29.187Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:07:29.187Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:07:29.187Z] PASS [2022-03-20T19:07:29.187Z] [2022-03-20T19:07:29.187Z] === Skipped [2022-03-20T19:07:29.187Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:07:29.187Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:07:29.187Z] [2022-03-20T19:07:29.187Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:07:29.187Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:07:29.187Z] [2022-03-20T19:07:29.187Z] DONE 2 tests, 2 skipped in 0.097s [2022-03-20T19:07:29.187Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:07:29.187Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:29.187Z] ++ set -e [2022-03-20T19:07:29.187Z] ++ '[' -n 0 ']' [2022-03-20T19:07:29.187Z] ++ set -x [2022-03-20T19:07:29.187Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:29.187Z] INFO: Testing against a local daemon [2022-03-20T19:07:29.187Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-20T19:07:30.119Z] === RUN TestDockerSuite/TestBuildRm [2022-03-20T19:07:30.683Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2022-03-20T19:07:30.683Z] === RUN TestDockerNetworkMacvlan [2022-03-20T19:07:30.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-20T19:07:31.505Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-20T19:07:32.440Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-20T19:07:33.003Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-20T19:07:33.086Z] --- PASS: TestServiceUpdateNetwork (12.16s) [2022-03-20T19:07:33.086Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:07:33.086Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-20T19:07:33.259Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-20T19:07:33.515Z] docker_api_swarm_test.go:304: [dbfd43e1fbaa4] joining swarm manager [db048a0b3860f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:07:33.594Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-20T19:07:33.594Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-20T19:07:33.594Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-20T19:07:33.594Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-20T19:07:33.594Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-20T19:07:33.594Z] remote: Enumerating objects: 23, done. [2022-03-20T19:07:33.594Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-20T19:07:33.594Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-20T19:07:33.594Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-20T19:07:33.595Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-03-20T19:07:33.595Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-20T19:07:33.595Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-20T19:07:33.657Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-20T19:07:34.078Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-20T19:07:35.006Z] docker_api_swarm_test.go:305: [d5243a6e456bc] joining swarm manager [db048a0b3860f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:07:35.568Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-20T19:07:35.826Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-20T19:07:35.826Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-20T19:07:36.774Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-20T19:07:37.031Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-20T19:07:37.807Z] Cross building: bundles/cross/linux/ppc64le [2022-03-20T19:07:37.807Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-20T19:07:37.807Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-20T19:07:37.963Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-20T19:07:38.220Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-20T19:07:38.786Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-20T19:07:38.905Z] 8f616e6e9eec: Pull complete [2022-03-20T19:07:39.426Z] 4612f6d0b889: Verifying Checksum [2022-03-20T19:07:39.427Z] 4612f6d0b889: Download complete [2022-03-20T19:07:39.719Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-20T19:07:41.799Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-20T19:07:42.998Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-20T19:07:42.998Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-20T19:07:42.998Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-20T19:07:43.255Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-20T19:07:43.255Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-20T19:07:43.255Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-20T19:07:43.511Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan (13.01s) [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.38s) [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.47s) [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.02s) [2022-03-20T19:07:43.766Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.82s) [2022-03-20T19:07:43.766Z] PASS [2022-03-20T19:07:43.766Z] [2022-03-20T19:07:43.766Z] DONE 8 tests in 14.525s [2022-03-20T19:07:43.766Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-20T19:07:43.767Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:43.767Z] ++ set -e [2022-03-20T19:07:43.767Z] ++ '[' -n 0 ']' [2022-03-20T19:07:43.767Z] ++ set -x [2022-03-20T19:07:43.767Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:43.767Z] testing: warning: no tests to run [2022-03-20T19:07:43.767Z] PASS [2022-03-20T19:07:43.767Z] [2022-03-20T19:07:43.767Z] DONE 0 tests in 0.022s [2022-03-20T19:07:43.767Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-20T19:07:43.767Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:43.767Z] ++ set -e [2022-03-20T19:07:43.767Z] ++ '[' -n 0 ']' [2022-03-20T19:07:43.767Z] ++ set -x [2022-03-20T19:07:43.767Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:43.767Z] INFO: Testing against a local daemon [2022-03-20T19:07:43.767Z] === RUN TestAuthZPluginAllowRequest [2022-03-20T19:07:44.329Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-20T19:07:44.329Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-20T19:07:44.892Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-20T19:07:45.149Z] --- PASS: TestAuthZPluginAllowRequest (1.29s) [2022-03-20T19:07:45.149Z] === RUN TestAuthZPluginTLS [2022-03-20T19:07:45.711Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-20T19:07:45.711Z] === RUN TestAuthZPluginDenyRequest [2022-03-20T19:07:46.272Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2022-03-20T19:07:46.272Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-20T19:07:46.834Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-20T19:07:46.834Z] === RUN TestAuthZPluginDenyResponse [2022-03-20T19:07:47.397Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-20T19:07:47.397Z] === RUN TestAuthZPluginAllowEventStream [2022-03-20T19:07:47.962Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-20T19:07:48.384Z] --- PASS: TestServiceUpdatePidsLimit (16.05s) [2022-03-20T19:07:48.384Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-20T19:07:48.384Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-20T19:07:48.384Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-20T19:07:48.384Z] PASS [2022-03-20T19:07:48.384Z] [2022-03-20T19:07:48.384Z] === Skipped [2022-03-20T19:07:48.384Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-20T19:07:48.384Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:07:48.384Z] [2022-03-20T19:07:48.384Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-20T19:07:48.384Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-20T19:07:48.384Z] [2022-03-20T19:07:48.384Z] DONE 27 tests, 2 skipped in 150.271s [2022-03-20T19:07:48.384Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-20T19:07:48.384Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:48.384Z] ++ set -e [2022-03-20T19:07:48.384Z] ++ '[' -n 0 ']' [2022-03-20T19:07:48.384Z] ++ set -x [2022-03-20T19:07:48.384Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:48.384Z] INFO: Testing against a local daemon [2022-03-20T19:07:48.384Z] === RUN TestSessionCreate [2022-03-20T19:07:48.384Z] --- PASS: TestSessionCreate (0.02s) [2022-03-20T19:07:48.384Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:07:48.384Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-20T19:07:48.384Z] PASS [2022-03-20T19:07:48.384Z] [2022-03-20T19:07:48.384Z] DONE 2 tests in 0.156s [2022-03-20T19:07:48.384Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-20T19:07:48.385Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:48.385Z] ++ set -e [2022-03-20T19:07:48.385Z] ++ '[' -n 0 ']' [2022-03-20T19:07:48.385Z] ++ set -x [2022-03-20T19:07:48.385Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:07:48.385Z] INFO: Testing against a local daemon [2022-03-20T19:07:48.385Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:07:48.385Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-20T19:07:48.385Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:07:48.385Z] === RUN TestDiskUsage [2022-03-20T19:07:48.385Z] === PAUSE TestDiskUsage [2022-03-20T19:07:48.385Z] === RUN TestEventsExecDie [2022-03-20T19:07:48.525Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s) [2022-03-20T19:07:48.526Z] === RUN TestAuthZPluginErrorResponse [2022-03-20T19:07:48.783Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-20T19:07:48.958Z] --- PASS: TestEventsExecDie (0.50s) [2022-03-20T19:07:48.958Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:07:48.958Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-20T19:07:48.958Z] === RUN TestEventsVolumeCreate [2022-03-20T19:07:48.958Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-03-20T19:07:48.958Z] === RUN TestInfoBinaryCommits [2022-03-20T19:07:48.958Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-20T19:07:48.958Z] === RUN TestInfoAPIVersioned [2022-03-20T19:07:48.958Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-20T19:07:48.958Z] === RUN TestInfoAPI [2022-03-20T19:07:48.958Z] --- PASS: TestInfoAPI (0.02s) [2022-03-20T19:07:48.958Z] === RUN TestInfoAPIWarnings [2022-03-20T19:07:49.041Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-20T19:07:49.041Z] === RUN TestAuthZPluginErrorRequest [2022-03-20T19:07:49.607Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-20T19:07:49.607Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-20T19:07:49.607Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-20T19:07:49.863Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-20T19:07:50.122Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-20T19:07:50.122Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-20T19:07:50.122Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-20T19:07:51.056Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-20T19:07:51.988Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.67s) [2022-03-20T19:07:51.988Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-20T19:07:52.246Z] === RUN TestDockerSuite/TestBuildUser [2022-03-20T19:07:53.619Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s) [2022-03-20T19:07:53.619Z] === RUN TestAuthZPluginHeader [2022-03-20T19:07:53.877Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-20T19:07:54.443Z] --- PASS: TestAuthZPluginHeader (0.81s) [2022-03-20T19:07:54.443Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-20T19:07:56.333Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-20T19:07:58.884Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.52s) [2022-03-20T19:07:58.884Z] === RUN TestAuthZPluginV2Disable [2022-03-20T19:08:01.407Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-20T19:08:02.775Z] --- PASS: TestAuthZPluginV2Disable (3.90s) [2022-03-20T19:08:02.775Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-20T19:08:03.705Z] docker_api_swarm_test.go:272: [d27ace53ed11b] joining swarm manager [d51710e713426]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:08:05.077Z] docker_api_swarm_test.go:273: [d20e6db605c8e] joining swarm manager [d51710e713426]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:08:06.449Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.54s) [2022-03-20T19:08:06.449Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-20T19:08:07.084Z] --- PASS: TestInfoAPIWarnings (16.88s) [2022-03-20T19:08:07.084Z] === RUN TestInfoDebug [2022-03-20T19:08:07.084Z] --- PASS: TestInfoDebug (0.60s) [2022-03-20T19:08:07.084Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:08:07.084Z] --- PASS: TestInfoInsecureRegistries (0.74s) [2022-03-20T19:08:07.084Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:08:07.655Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-20T19:08:07.655Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:08:07.816Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-20T19:08:07.827Z] --- PASS: TestImportExtremelyLargeImageWorks (92.62s) [2022-03-20T19:08:07.827Z] PASS [2022-03-20T19:08:07.827Z] [2022-03-20T19:08:07.827Z] === Skipped [2022-03-20T19:08:07.827Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-20T19:08:07.827Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-20T19:08:07.827Z] [2022-03-20T19:08:07.827Z] DONE 22 tests, 1 skipped in 96.469s [2022-03-20T19:08:07.827Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-20T19:08:07.827Z] INFO: Testing against a local daemon [2022-03-20T19:08:07.827Z] === RUN TestNetworkCreateDelete [2022-03-20T19:08:07.827Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-20T19:08:07.827Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T19:08:07.827Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s) [2022-03-20T19:08:07.827Z] === RUN TestDaemonDNSFallback [2022-03-20T19:08:07.929Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-20T19:08:07.929Z] === RUN TestPingCacheHeaders [2022-03-20T19:08:07.929Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-20T19:08:07.929Z] === RUN TestPingGet [2022-03-20T19:08:07.929Z] --- PASS: TestPingGet (0.01s) [2022-03-20T19:08:07.929Z] === RUN TestPingHead [2022-03-20T19:08:07.929Z] --- PASS: TestPingHead (0.02s) [2022-03-20T19:08:07.929Z] === RUN TestVersion [2022-03-20T19:08:07.929Z] --- PASS: TestVersion (0.02s) [2022-03-20T19:08:07.929Z] === CONT TestDiskUsage [2022-03-20T19:08:08.379Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/container_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/image_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/volume_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-20T19:08:08.524Z] === RUN TestDiskUsage/after_container.Run [2022-03-20T19:08:08.635Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-20T19:08:09.095Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-20T19:08:09.197Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage (1.37s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.23s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-20T19:08:09.357Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:09.357Z] PASS [2022-03-20T19:08:09.357Z] [2022-03-20T19:08:09.357Z] === Skipped [2022-03-20T19:08:09.357Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:08:09.357Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-20T19:08:09.357Z] [2022-03-20T19:08:09.357Z] DONE 50 tests, 1 skipped in 21.069s [2022-03-20T19:08:09.357Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-20T19:08:09.357Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:09.357Z] ++ set -e [2022-03-20T19:08:09.357Z] ++ '[' -n 0 ']' [2022-03-20T19:08:09.357Z] ++ set -x [2022-03-20T19:08:09.357Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:09.357Z] INFO: Testing against a local daemon [2022-03-20T19:08:09.357Z] === RUN TestVolumesCreateAndList [2022-03-20T19:08:09.357Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-20T19:08:09.357Z] === RUN TestVolumesRemove [2022-03-20T19:08:09.357Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-20T19:08:09.357Z] === RUN TestVolumesInspect [2022-03-20T19:08:09.357Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-20T19:08:09.357Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:08:09.357Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:08:09.357Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:08:09.357Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:08:09.357Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-20T19:08:09.357Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-20T19:08:09.357Z] PASS [2022-03-20T19:08:09.619Z] [2022-03-20T19:08:09.619Z] DONE 5 tests in 0.232s [2022-03-20T19:08:09.619Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-20T19:08:09.619Z] ++++ cat bundles/test-integration/docker.pid [2022-03-20T19:08:09.619Z] +++ kill 13788 [2022-03-20T19:08:09.881Z] +++ /etc/init.d/apparmor stop [2022-03-20T19:08:09.881Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-20T19:08:09.881Z] [2022-03-20T19:08:09.881Z] Unloading profiles will leave already running processes permanently [2022-03-20T19:08:09.881Z] unconfined, which can lead to unexpected situations. [2022-03-20T19:08:09.881Z] [2022-03-20T19:08:09.881Z] To set a process to complain mode, use the command line tool [2022-03-20T19:08:09.881Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-20T19:08:09.881Z] +++ true [2022-03-20T19:08:09.881Z] exiting test-integration [2022-03-20T19:08:09.881Z] ++ exit 0 [2022-03-20T19:08:09.881Z] [2022-03-20T19:08:10.128Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents Post stage [Pipeline] junit [2022-03-20T19:08:10.472Z] Recording test results [2022-03-20T19:08:10.585Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-20T19:08:10.926Z] + echo Ensuring container killed. [2022-03-20T19:08:10.926Z] Ensuring container killed. [2022-03-20T19:08:10.926Z] + docker rm -vf docker-pr6 [2022-03-20T19:08:10.926Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-03-20T19:08:11.111Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-03-20T19:08:11.111Z] === RUN TestInspectNetwork [2022-03-20T19:08:11.111Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T19:08:11.111Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestNetworkInvalidJSON [2022-03-20T19:08:11.111Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T19:08:11.111Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T19:08:11.111Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:08:11.111Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:08:11.111Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:08:11.111Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:08:11.111Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T19:08:11.111Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:08:11.111Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestNetworkList [2022-03-20T19:08:11.111Z] === RUN TestNetworkList//networks [2022-03-20T19:08:11.111Z] === PAUSE TestNetworkList//networks [2022-03-20T19:08:11.111Z] === RUN TestNetworkList//networks/ [2022-03-20T19:08:11.111Z] === PAUSE TestNetworkList//networks/ [2022-03-20T19:08:11.111Z] === CONT TestNetworkList//networks [2022-03-20T19:08:11.111Z] === CONT TestNetworkList//networks/ [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkList (0.01s) [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T19:08:11.111Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T19:08:11.111Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T19:08:11.111Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-20T19:08:11.111Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T19:08:11.111Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T19:08:11.111Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T19:08:11.111Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T19:08:11.111Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T19:08:11.111Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T19:08:11.111Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:08:11.111Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T19:08:11.111Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2022-03-20T19:08:11.111Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T19:08:11.111Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:08:11.111Z] PASS [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === Skipped [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-20T19:08:11.111Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:08:11.111Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:08:11.111Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-20T19:08:11.111Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2022-03-20T19:08:11.111Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:08:11.111Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] DONE 22 tests, 12 skipped in 7.006s [2022-03-20T19:08:11.111Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:08:11.111Z] INFO: Testing against a local daemon [2022-03-20T19:08:11.111Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-20T19:08:11.111Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:08:11.111Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestDockerNetworkIpvlan [2022-03-20T19:08:11.111Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:08:11.111Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:08:11.111Z] PASS [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === Skipped [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-20T19:08:11.111Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-20T19:08:11.111Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] DONE 2 tests, 2 skipped in 0.096s [2022-03-20T19:08:11.111Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-20T19:08:11.111Z] INFO: Testing against a local daemon [2022-03-20T19:08:11.111Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-20T19:08:11.111Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-20T19:08:11.111Z] === RUN TestDockerNetworkMacvlan [2022-03-20T19:08:11.111Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-20T19:08:11.111Z] PASS [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === Skipped [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-20T19:08:11.111Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-20T19:08:11.111Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] DONE 2 tests, 2 skipped in 0.093s [2022-03-20T19:08:11.111Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-20T19:08:11.111Z] testing: warning: no tests to run [2022-03-20T19:08:11.111Z] PASS [2022-03-20T19:08:11.111Z] [2022-03-20T19:08:11.111Z] DONE 0 tests in 0.028s [2022-03-20T19:08:11.111Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-20T19:08:11.216Z] + echo Chowning /workspace to jenkins user [2022-03-20T19:08:11.216Z] Chowning /workspace to jenkins user [2022-03-20T19:08:11.216Z] + id -u [2022-03-20T19:08:11.216Z] + id -g [2022-03-20T19:08:11.217Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace busybox chown -R 1000:1000 /workspace [2022-03-20T19:08:11.371Z] INFO: Testing against a local daemon [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginAllowRequest [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginTLS [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginDenyRequest [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginDenyResponse [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginAllowEventStream [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginErrorResponse [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginErrorRequest [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginHeader [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.10s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginV2Disable [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-20T19:08:11.371Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-20T19:08:11.371Z] PASS [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === Skipped [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.10s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-20T19:08:11.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.371Z] [2022-03-20T19:08:11.371Z] DONE 17 tests, 17 skipped in 0.269s [2022-03-20T19:08:11.371Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-20T19:08:11.500Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-20T19:08:11.500Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-20T19:08:11.500Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-20T19:08:11.500Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-20T19:08:11.500Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-20T19:08:11.500Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-20T19:08:11.500Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-20T19:08:11.500Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-20T19:08:11.500Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-20T19:08:11.631Z] INFO: Testing against a local daemon [2022-03-20T19:08:11.631Z] === RUN TestPluginInvalidJSON [2022-03-20T19:08:11.631Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:08:11.631Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:08:11.631Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:08:11.631Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-20T19:08:11.631Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-20T19:08:11.631Z] === RUN TestPluginInstall [2022-03-20T19:08:11.631Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.631Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-20T19:08:11.631Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:08:11.631Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-20T19:08:11.631Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-20T19:08:11.632Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:08:11.632Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-20T19:08:11.632Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:08:11.632Z] PASS [2022-03-20T19:08:11.632Z] [2022-03-20T19:08:11.632Z] === Skipped [2022-03-20T19:08:11.632Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-20T19:08:11.632Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-20T19:08:11.632Z] [2022-03-20T19:08:11.632Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-20T19:08:11.632Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-20T19:08:11.632Z] [2022-03-20T19:08:11.632Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:08:11.632Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-20T19:08:11.632Z] [2022-03-20T19:08:11.632Z] DONE 5 tests, 3 skipped in 0.143s [2022-03-20T19:08:11.632Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-20T19:08:11.632Z] INFO: Testing against a local daemon [2022-03-20T19:08:11.632Z] === RUN TestExternalGraphDriver [2022-03-20T19:08:11.632Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-20T19:08:11.632Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-20T19:08:11.632Z] === RUN TestGraphdriverPluginV2 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-20T19:08:12.907Z] + bundleName=arm64-integration [2022-03-20T19:08:12.907Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-20T19:08:12.907Z] Creating arm64-integration-bundles.tar.gz [2022-03-20T19:08:12.907Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-03-20T19:08:12.907Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-20T19:08:13.183Z] Archiving artifacts [2022-03-20T19:08:13.463Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T19:08:13.776Z] + make clean [2022-03-20T19:08:13.776Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T19:08:13.776Z] docker-dev-cache [2022-03-20T19:08:13.776Z] docker-mod-cache [Pipeline] deleteDir [2022-03-20T19:08:14.025Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-20T19:08:14.025Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-20T19:08:14.587Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-20T19:08:14.921Z] --- PASS: TestGraphdriverPluginV2 (3.31s) [2022-03-20T19:08:14.921Z] PASS [2022-03-20T19:08:14.921Z] [2022-03-20T19:08:14.921Z] === Skipped [2022-03-20T19:08:14.921Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-20T19:08:14.921Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-20T19:08:14.921Z] [2022-03-20T19:08:14.921Z] DONE 2 tests, 1 skipped in 3.430s [2022-03-20T19:08:14.921Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-20T19:08:15.181Z] INFO: Testing against a local daemon [2022-03-20T19:08:15.181Z] === RUN TestContinueAfterPluginCrash [2022-03-20T19:08:15.181Z] === PAUSE TestContinueAfterPluginCrash [2022-03-20T19:08:15.181Z] === RUN TestReadPluginNoRead [2022-03-20T19:08:15.181Z] === PAUSE TestReadPluginNoRead [2022-03-20T19:08:15.181Z] === RUN TestDaemonStartWithLogOpt [2022-03-20T19:08:15.181Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-20T19:08:15.181Z] === CONT TestContinueAfterPluginCrash [2022-03-20T19:08:15.181Z] === CONT TestDaemonStartWithLogOpt [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T19:08:15.516Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-20T19:08:16.446Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-20T19:08:16.446Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-20T19:08:18.340Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-20T19:08:18.598Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.35s) [2022-03-20T19:08:18.598Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-20T19:08:19.374Z] --- PASS: TestDaemonStartWithLogOpt (4.20s) [2022-03-20T19:08:19.374Z] === CONT TestReadPluginNoRead [2022-03-20T19:08:19.967Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-20T19:08:19.967Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-20T19:08:20.529Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-20T19:08:20.787Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-20T19:08:21.728Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-20T19:08:21.728Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-20T19:08:21.728Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-20T19:08:21.905Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-20T19:08:22.292Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-20T19:08:22.843Z] === RUN TestReadPluginNoRead/default [2022-03-20T19:08:23.662Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-20T19:08:23.662Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-20T19:08:23.662Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T19:08:23.662Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-20T19:08:24.223Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-20T19:08:24.223Z] --- PASS: TestContinueAfterPluginCrash (9.01s) [2022-03-20T19:08:24.226Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-20T19:08:24.790Z] === RUN TestDockerSuite/TestCommitChange [2022-03-20T19:08:25.354Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-20T19:08:25.602Z] === CONT TestReadPluginNoRead [2022-03-20T19:08:25.602Z] read_test.go:92: [dbdbd49398a77] daemon is not started [2022-03-20T19:08:25.602Z] --- PASS: TestReadPluginNoRead (6.06s) [2022-03-20T19:08:25.602Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-03-20T19:08:25.602Z] --- PASS: TestReadPluginNoRead/default (1.28s) [2022-03-20T19:08:25.602Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.32s) [2022-03-20T19:08:25.602Z] PASS [2022-03-20T19:08:25.602Z] [2022-03-20T19:08:25.602Z] DONE 6 tests in 10.366s [2022-03-20T19:08:25.602Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-20T19:08:25.602Z] testing: warning: no tests to run [2022-03-20T19:08:25.602Z] PASS [2022-03-20T19:08:25.602Z] [2022-03-20T19:08:25.602Z] DONE 0 tests in 0.030s [2022-03-20T19:08:25.602Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-20T19:08:25.602Z] INFO: Testing against a local daemon [2022-03-20T19:08:25.602Z] === RUN TestPluginWithDevMounts [2022-03-20T19:08:25.602Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-20T19:08:25.602Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-20T19:08:25.602Z] PASS [2022-03-20T19:08:25.602Z] [2022-03-20T19:08:25.602Z] === Skipped [2022-03-20T19:08:25.602Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-20T19:08:25.602Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-20T19:08:25.602Z] [2022-03-20T19:08:25.602Z] DONE 1 tests, 1 skipped in 0.098s [2022-03-20T19:08:25.602Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-20T19:08:25.602Z] INFO: Testing against a local daemon [2022-03-20T19:08:25.602Z] === RUN TestSecretInspect [2022-03-20T19:08:25.602Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.602Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-20T19:08:25.602Z] === RUN TestSecretList [2022-03-20T19:08:25.602Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.602Z] --- SKIP: TestSecretList (0.01s) [2022-03-20T19:08:25.602Z] === RUN TestSecretsCreateAndDelete [2022-03-20T19:08:25.602Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.602Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-20T19:08:25.602Z] === RUN TestSecretsUpdate [2022-03-20T19:08:25.602Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.602Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-20T19:08:25.602Z] === RUN TestTemplatedSecret [2022-03-20T19:08:25.602Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.602Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-20T19:08:25.602Z] === RUN TestSecretCreateResolve [2022-03-20T19:08:25.602Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestSecretCreateResolve (0.03s) [2022-03-20T19:08:25.862Z] PASS [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] === Skipped [2022-03-20T19:08:25.862Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-20T19:08:25.862Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-20T19:08:25.862Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-20T19:08:25.862Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-20T19:08:25.862Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-20T19:08:25.862Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.03s) [2022-03-20T19:08:25.862Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] [2022-03-20T19:08:25.862Z] DONE 6 tests, 6 skipped in 0.160s [2022-03-20T19:08:25.862Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-20T19:08:25.862Z] INFO: Testing against a local daemon [2022-03-20T19:08:25.862Z] === RUN TestServiceCreateInit [2022-03-20T19:08:25.862Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:08:25.862Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:08:25.862Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- PASS: TestServiceCreateInit (0.02s) [2022-03-20T19:08:25.862Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:08:25.862Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:08:25.862Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceConflict [2022-03-20T19:08:25.862Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:08:25.862Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-20T19:08:25.862Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:08:25.862Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:08:25.862Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:08:25.862Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceSysctls [2022-03-20T19:08:25.862Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-20T19:08:25.862Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:08:25.862Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.862Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-03-20T19:08:25.862Z] === RUN TestInspect [2022-03-20T19:08:25.862Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:25.919Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-20T19:08:26.122Z] --- SKIP: TestInspect (0.01s) [2022-03-20T19:08:26.122Z] === RUN TestCreateJob [2022-03-20T19:08:26.122Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:26.122Z] --- SKIP: TestCreateJob (0.01s) [2022-03-20T19:08:26.122Z] === RUN TestReplicatedJob [2022-03-20T19:08:26.122Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:26.122Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-20T19:08:26.122Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:08:26.122Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:26.122Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-20T19:08:26.122Z] === RUN TestServiceListWithStatuses [2022-03-20T19:08:26.122Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:08:26.122Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:08:26.122Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:08:26.122Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:26.122Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-20T19:08:26.122Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:08:26.122Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:26.122Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-20T19:08:26.122Z] === RUN TestServicePlugin [2022-03-20T19:08:26.852Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-20T19:08:27.783Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-20T19:08:28.031Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServicePlugin (1.91s) [2022-03-20T19:08:28.031Z] === RUN TestServiceUpdateLabel [2022-03-20T19:08:28.031Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-20T19:08:28.031Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:08:28.031Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-20T19:08:28.031Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:08:28.031Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-20T19:08:28.031Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:08:28.031Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-20T19:08:28.031Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:08:28.031Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-03-20T19:08:28.031Z] PASS [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === Skipped [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:08:28.031Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:08:28.031Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-20T19:08:28.031Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-20T19:08:28.031Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-20T19:08:28.031Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-20T19:08:28.031Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-20T19:08:28.031Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-20T19:08:28.031Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-20T19:08:28.031Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-03-20T19:08:28.031Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-20T19:08:28.031Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-20T19:08:28.031Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-20T19:08:28.031Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-20T19:08:28.031Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-20T19:08:28.031Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-20T19:08:28.031Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-20T19:08:28.031Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServicePlugin (1.91s) [2022-03-20T19:08:28.031Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-20T19:08:28.031Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-20T19:08:28.031Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-20T19:08:28.031Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-20T19:08:28.031Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-03-20T19:08:28.031Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] DONE 24 tests, 23 skipped in 2.266s [2022-03-20T19:08:28.031Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-20T19:08:28.031Z] INFO: Testing against a local daemon [2022-03-20T19:08:28.031Z] === RUN TestSessionCreate [2022-03-20T19:08:28.031Z] --- PASS: TestSessionCreate (0.02s) [2022-03-20T19:08:28.031Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:08:28.031Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-20T19:08:28.031Z] PASS [2022-03-20T19:08:28.031Z] [2022-03-20T19:08:28.031Z] DONE 2 tests in 0.116s [2022-03-20T19:08:28.031Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-20T19:08:28.291Z] INFO: Testing against a local daemon [2022-03-20T19:08:28.291Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:08:28.291Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-20T19:08:28.291Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:08:28.291Z] === RUN TestDiskUsage [2022-03-20T19:08:28.291Z] === PAUSE TestDiskUsage [2022-03-20T19:08:28.291Z] === RUN TestEventsExecDie [2022-03-20T19:08:28.346Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-20T19:08:28.856Z] --- PASS: TestEventsExecDie (0.46s) [2022-03-20T19:08:28.856Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:08:28.856Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-20T19:08:28.856Z] === RUN TestEventsVolumeCreate [2022-03-20T19:08:28.856Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-20T19:08:28.856Z] === RUN TestInfoBinaryCommits [2022-03-20T19:08:28.856Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-20T19:08:28.856Z] === RUN TestInfoAPIVersioned [2022-03-20T19:08:28.856Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-20T19:08:28.856Z] === RUN TestInfoAPI [2022-03-20T19:08:28.856Z] --- PASS: TestInfoAPI (0.02s) [2022-03-20T19:08:28.856Z] === RUN TestInfoAPIWarnings [2022-03-20T19:08:29.273Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-20T19:08:29.836Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-20T19:08:30.765Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-20T19:08:31.327Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-20T19:08:32.257Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-20T19:08:33.187Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-20T19:08:33.187Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-20T19:08:33.750Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-20T19:08:34.313Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-20T19:08:34.569Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-20T19:08:35.135Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-20T19:08:35.394Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-03-20T19:08:35.394Z] PASS [2022-03-20T19:08:35.394Z] [2022-03-20T19:08:35.394Z] DONE 17 tests in 51.582s [2022-03-20T19:08:35.394Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-20T19:08:35.394Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:35.394Z] ++ set -e [2022-03-20T19:08:35.394Z] ++ '[' -n 0 ']' [2022-03-20T19:08:35.394Z] ++ set -x [2022-03-20T19:08:35.394Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:35.394Z] INFO: Testing against a local daemon [2022-03-20T19:08:35.394Z] === RUN TestPluginInvalidJSON [2022-03-20T19:08:35.394Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:08:35.394Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:08:35.394Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:08:35.394Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-20T19:08:35.394Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-20T19:08:35.394Z] === RUN TestPluginInstall [2022-03-20T19:08:35.394Z] === RUN TestPluginInstall/no_auth [2022-03-20T19:08:35.652Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-20T19:08:35.652Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-20T19:08:35.652Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-20T19:08:36.216Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-20T19:08:36.216Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-20T19:08:36.217Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-20T19:08:36.217Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-20T19:08:36.475Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-20T19:08:37.039Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-20T19:08:37.604Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-20T19:08:37.604Z] time="2022-03-20T19:08:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:08:37.604Z] time="2022-03-20T19:08:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac2b44f1cbdb71f68ea5a5821eec2ea3e96ffd8c55c9a64c7143b5000b1927e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:08:37.604Z] time="2022-03-20T19:08:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:08:37.604Z] time="2022-03-20T19:08:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac2b44f1cbdb71f68ea5a5821eec2ea3e96ffd8c55c9a64c7143b5000b1927e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:08:38.170Z] === RUN TestPluginInstall/with_htpasswd [2022-03-20T19:08:38.170Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-20T19:08:38.170Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-20T19:08:38.427Z] time="2022-03-20T19:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:08:38.427Z] time="2022-03-20T19:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac2b44f1cbdb71f68ea5a5821eec2ea3e96ffd8c55c9a64c7143b5000b1927e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:08:38.427Z] time="2022-03-20T19:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:08:38.427Z] time="2022-03-20T19:08:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac2b44f1cbdb71f68ea5a5821eec2ea3e96ffd8c55c9a64c7143b5000b1927e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:08:38.685Z] === RUN TestPluginInstall/with_insecure [2022-03-20T19:08:39.274Z] 037d5740b404: Pull complete [2022-03-20T19:08:39.274Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-20T19:08:39.274Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:08:39.275Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-20T19:08:39.275Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-20T19:08:39.275Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-20T19:08:39.275Z] WARN: Skipping validation tests [2022-03-20T19:08:39.275Z] INFO: Running unit tests at 03/20/2022 19:08:35... [2022-03-20T19:08:39.616Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-20T19:08:39.616Z] time="2022-03-20T19:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:08:39.617Z] time="2022-03-20T19:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a34bb6be37a77e00bc4207bff1c7feb86d28e5158ede550cdd84ef4665fb01d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:08:39.617Z] time="2022-03-20T19:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-20T19:08:39.617Z] time="2022-03-20T19:08:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a34bb6be37a77e00bc4207bff1c7feb86d28e5158ede550cdd84ef4665fb01d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-20T19:08:39.731Z] INFO: make.ps1 starting at 03/20/2022 19:08:39 [2022-03-20T19:08:40.181Z] plugin_test.go:165: [d65ff28715cc2] daemon is not started [2022-03-20T19:08:40.181Z] --- PASS: TestPluginInstall (4.55s) [2022-03-20T19:08:40.181Z] --- PASS: TestPluginInstall/no_auth (2.53s) [2022-03-20T19:08:40.181Z] --- PASS: TestPluginInstall/with_htpasswd (0.78s) [2022-03-20T19:08:40.181Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2022-03-20T19:08:40.181Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:08:40.181Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-20T19:08:40.181Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-20T19:08:40.187Z] INFO: Git commit (c44b11ec7d) assumed from DOCKER_GITCOMMIT environment variable [2022-03-20T19:08:40.187Z] INFO: Invoking autogen... [2022-03-20T19:08:40.643Z] INFO: Running unit tests... [2022-03-20T19:08:40.744Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-20T19:08:41.310Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-20T19:08:41.873Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-20T19:08:41.873Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-20T19:08:42.437Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-20T19:08:42.437Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-20T19:08:43.001Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-20T19:08:43.001Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-20T19:08:43.258Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-20T19:08:43.822Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-20T19:08:44.080Z] --- PASS: TestPluginsWithRuntimes (4.09s) [2022-03-20T19:08:44.080Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.18s) [2022-03-20T19:08:44.080Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2022-03-20T19:08:44.080Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:08:44.645Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-20T19:08:44.645Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-20T19:08:45.210Z] --- PASS: TestPluginBackCompatMediaTypes (1.16s) [2022-03-20T19:08:45.210Z] PASS [2022-03-20T19:08:45.210Z] [2022-03-20T19:08:45.210Z] DONE 10 tests in 9.974s [2022-03-20T19:08:45.210Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-20T19:08:45.210Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:45.210Z] ++ set -e [2022-03-20T19:08:45.210Z] ++ '[' -n 0 ']' [2022-03-20T19:08:45.210Z] ++ set -x [2022-03-20T19:08:45.210Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:45.469Z] INFO: Testing against a local daemon [2022-03-20T19:08:45.469Z] === RUN TestExternalGraphDriver [2022-03-20T19:08:45.469Z] === RUN TestExternalGraphDriver/json [2022-03-20T19:08:45.725Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-20T19:08:46.992Z] --- PASS: TestInfoAPIWarnings (16.37s) [2022-03-20T19:08:46.992Z] === RUN TestInfoDebug [2022-03-20T19:08:46.992Z] --- PASS: TestInfoDebug (0.54s) [2022-03-20T19:08:46.992Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:08:46.992Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-03-20T19:08:46.992Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:08:46.992Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-20T19:08:46.992Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:08:46.992Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-20T19:08:46.992Z] === RUN TestPingCacheHeaders [2022-03-20T19:08:46.992Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-20T19:08:46.992Z] === RUN TestPingGet [2022-03-20T19:08:46.992Z] --- PASS: TestPingGet (0.01s) [2022-03-20T19:08:46.992Z] === RUN TestPingHead [2022-03-20T19:08:46.992Z] --- PASS: TestPingHead (0.02s) [2022-03-20T19:08:46.992Z] === RUN TestVersion [2022-03-20T19:08:46.992Z] --- PASS: TestVersion (0.01s) [2022-03-20T19:08:46.992Z] === CONT TestDiskUsage [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/container_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/image_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/volume_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-20T19:08:47.560Z] === RUN TestDiskUsage/after_container.Run [2022-03-20T19:08:47.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-20T19:08:47.625Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-20T19:08:47.625Z] === RUN TestExternalGraphDriver/spec [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-20T19:08:48.128Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage (1.24s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.03s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-20T19:08:48.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-20T19:08:48.128Z] PASS [2022-03-20T19:08:48.128Z] [2022-03-20T19:08:48.128Z] === Skipped [2022-03-20T19:08:48.128Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:08:48.128Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-20T19:08:48.128Z] [2022-03-20T19:08:48.128Z] DONE 50 tests, 1 skipped in 20.077s [2022-03-20T19:08:48.128Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-20T19:08:48.387Z] INFO: Testing against a local daemon [2022-03-20T19:08:48.387Z] === RUN TestVolumesCreateAndList [2022-03-20T19:08:48.387Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-20T19:08:48.387Z] === RUN TestVolumesRemove [2022-03-20T19:08:48.387Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-20T19:08:48.387Z] === RUN TestVolumesInspect [2022-03-20T19:08:48.387Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-20T19:08:48.387Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:08:48.387Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:08:48.387Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:08:48.387Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:08:48.387Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-20T19:08:48.387Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-20T19:08:48.387Z] PASS [2022-03-20T19:08:48.387Z] [2022-03-20T19:08:48.387Z] DONE 5 tests in 0.191s [2022-03-20T19:08:48.387Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-20T19:08:48.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-20T19:08:48.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-20T19:08:48.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-20T19:08:48.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-20T19:08:48.558Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-20T19:08:48.648Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13730 is not a child of this shell [2022-03-20T19:08:48.648Z] warning: PID 13730 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-20T19:08:48.648Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-20T19:08:48.648Z] [2022-03-20T19:08:48.648Z] Unloading profiles will leave already running processes permanently [2022-03-20T19:08:48.648Z] unconfined, which can lead to unexpected situations. [2022-03-20T19:08:48.648Z] [2022-03-20T19:08:48.648Z] To set a process to complain mode, use the command line tool [2022-03-20T19:08:48.648Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-20T19:08:48.648Z] Removing test suite binaries [2022-03-20T19:08:48.648Z] exiting test-integration [2022-03-20T19:08:48.648Z] ++ exit 0 [2022-03-20T19:08:48.648Z] [2022-03-20T19:08:49.240Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/errdefs/adapter github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-20T19:08:49.489Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-20T19:08:49.489Z] === RUN TestExternalGraphDriver/pull Post stage [Pipeline] junit [2022-03-20T19:08:49.603Z] Recording test results [2022-03-20T19:08:49.747Z] docker_api_swarm_node_test.go:20: [db915c010135e] joining swarm manager [d92e23df1e40d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:08:50.679Z] docker_api_swarm_node_test.go:21: [def83247ca798] joining swarm manager [d92e23df1e40d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:08:51.322Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-20T19:08:51.606Z] --- PASS: TestExternalGraphDriver (5.97s) [2022-03-20T19:08:51.606Z] --- PASS: TestExternalGraphDriver/json (2.22s) [2022-03-20T19:08:51.606Z] --- PASS: TestExternalGraphDriver/spec (1.85s) [2022-03-20T19:08:51.606Z] --- PASS: TestExternalGraphDriver/pull (1.81s) [2022-03-20T19:08:51.606Z] === RUN TestGraphdriverPluginV2 [2022-03-20T19:08:51.663Z] + echo Ensuring container killed. [2022-03-20T19:08:51.663Z] Ensuring container killed. [2022-03-20T19:08:51.663Z] + docker rm -vf docker-pr6 [2022-03-20T19:08:51.663Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-03-20T19:08:51.942Z] + echo Chowning /workspace to jenkins user [2022-03-20T19:08:51.942Z] Chowning /workspace to jenkins user [2022-03-20T19:08:51.942Z] + id -u [2022-03-20T19:08:51.942Z] + id -g [2022-03-20T19:08:51.942Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace busybox chown -R 1000:1000 /workspace [2022-03-20T19:08:51.942Z] Unable to find image 'busybox:latest' locally [2022-03-20T19:08:51.942Z] latest: Pulling from library/busybox [2022-03-20T19:08:52.201Z] 554879bb3004: Pulling fs layer [2022-03-20T19:08:52.201Z] 554879bb3004: Verifying Checksum [2022-03-20T19:08:52.201Z] 554879bb3004: Download complete [2022-03-20T19:08:52.201Z] 554879bb3004: Pull complete [2022-03-20T19:08:52.201Z] Digest: sha256:caa382c432891547782ce7140fb3b7304613d3b0438834dce1cad68896ab110a [2022-03-20T19:08:52.201Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-20T19:08:53.875Z] + bundleName=amd64-rootless [2022-03-20T19:08:53.875Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-20T19:08:53.875Z] Creating amd64-rootless-bundles.tar.gz [2022-03-20T19:08:53.875Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-03-20T19:08:53.875Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-20T19:08:53.886Z] Archiving artifacts [2022-03-20T19:08:54.120Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-20T19:08:54.378Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-20T19:08:54.942Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-20T19:08:54.942Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-20T19:08:54.942Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-20T19:08:54.942Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-20T19:08:55.760Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T19:08:55.873Z] --- PASS: TestGraphdriverPluginV2 (4.25s) [2022-03-20T19:08:55.873Z] PASS [2022-03-20T19:08:55.873Z] [2022-03-20T19:08:55.873Z] DONE 5 tests in 10.357s [2022-03-20T19:08:55.873Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-20T19:08:55.873Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:55.873Z] ++ set -e [2022-03-20T19:08:55.873Z] ++ '[' -n 0 ']' [2022-03-20T19:08:55.873Z] ++ set -x [2022-03-20T19:08:55.873Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:08:55.873Z] INFO: Testing against a local daemon [2022-03-20T19:08:55.873Z] === RUN TestContinueAfterPluginCrash [2022-03-20T19:08:55.873Z] === PAUSE TestContinueAfterPluginCrash [2022-03-20T19:08:55.873Z] === RUN TestReadPluginNoRead [2022-03-20T19:08:55.873Z] === PAUSE TestReadPluginNoRead [2022-03-20T19:08:55.873Z] === RUN TestDaemonStartWithLogOpt [2022-03-20T19:08:55.873Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-20T19:08:55.873Z] === CONT TestContinueAfterPluginCrash [2022-03-20T19:08:55.873Z] === CONT TestDaemonStartWithLogOpt [2022-03-20T19:08:56.079Z] + make clean [2022-03-20T19:08:56.337Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T19:08:56.337Z] docker-dev-cache [2022-03-20T19:08:56.337Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T19:08:57.770Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-20T19:08:58.334Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-20T19:08:59.267Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-20T19:08:59.267Z] --- PASS: TestDaemonStartWithLogOpt (3.61s) [2022-03-20T19:08:59.267Z] === CONT TestReadPluginNoRead [2022-03-20T19:09:01.167Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-20T19:09:01.734Z] ? github.com/docker/docker/api [no test files] [2022-03-20T19:09:02.099Z] === RUN TestReadPluginNoRead/default [2022-03-20T19:09:02.668Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-20T19:09:03.611Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-20T19:09:03.866Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-20T19:09:04.793Z] --- PASS: TestContinueAfterPluginCrash (8.83s) [2022-03-20T19:09:05.359Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-20T19:09:05.616Z] docker_api_swarm_test.go:502: [dc5b9d7e7ddd7] joining swarm manager [d255563ccc73b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:09:05.616Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-20T19:09:06.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-20T19:09:07.481Z] === CONT TestReadPluginNoRead [2022-03-20T19:09:07.481Z] read_test.go:92: [d64cddd0078aa] daemon is not started [2022-03-20T19:09:07.481Z] --- PASS: TestReadPluginNoRead (8.00s) [2022-03-20T19:09:07.481Z] --- PASS: TestReadPluginNoRead/default (1.66s) [2022-03-20T19:09:07.481Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.88s) [2022-03-20T19:09:07.481Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.66s) [2022-03-20T19:09:07.481Z] PASS [2022-03-20T19:09:07.481Z] [2022-03-20T19:09:07.481Z] DONE 6 tests in 11.719s [2022-03-20T19:09:07.481Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-20T19:09:07.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:07.481Z] ++ set -e [2022-03-20T19:09:07.481Z] ++ '[' -n 0 ']' [2022-03-20T19:09:07.481Z] ++ set -x [2022-03-20T19:09:07.481Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:07.481Z] testing: warning: no tests to run [2022-03-20T19:09:07.481Z] PASS [2022-03-20T19:09:07.481Z] [2022-03-20T19:09:07.481Z] DONE 0 tests in 0.034s [2022-03-20T19:09:07.481Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-20T19:09:07.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:07.481Z] ++ set -e [2022-03-20T19:09:07.481Z] ++ '[' -n 0 ']' [2022-03-20T19:09:07.481Z] ++ set -x [2022-03-20T19:09:07.481Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:07.481Z] INFO: Testing against a local daemon [2022-03-20T19:09:07.481Z] === RUN TestPluginWithDevMounts [2022-03-20T19:09:07.481Z] === PAUSE TestPluginWithDevMounts [2022-03-20T19:09:07.481Z] === CONT TestPluginWithDevMounts [2022-03-20T19:09:07.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-20T19:09:09.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-20T19:09:09.108Z] --- PASS: TestPluginWithDevMounts (1.56s) [2022-03-20T19:09:09.108Z] PASS [2022-03-20T19:09:09.108Z] [2022-03-20T19:09:09.108Z] DONE 1 tests in 1.689s [2022-03-20T19:09:09.108Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-20T19:09:09.108Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:09.108Z] ++ set -e [2022-03-20T19:09:09.108Z] ++ '[' -n 0 ']' [2022-03-20T19:09:09.108Z] ++ set -x [2022-03-20T19:09:09.108Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:09.365Z] INFO: Testing against a local daemon [2022-03-20T19:09:09.365Z] === RUN TestSecretInspect [2022-03-20T19:09:10.296Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-20T19:09:11.669Z] --- PASS: TestSecretInspect (2.21s) [2022-03-20T19:09:11.669Z] === RUN TestSecretList [2022-03-20T19:09:11.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-20T19:09:13.038Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c9daa0_} [2022-03-20T19:09:13.965Z] --- PASS: TestSecretList (2.28s) [2022-03-20T19:09:13.965Z] === RUN TestSecretsCreateAndDelete [2022-03-20T19:09:14.527Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13658957072_/foo_false____} [2022-03-20T19:09:15.455Z] docker_api_swarm_test.go:507: [deef09d19541f] joining swarm manager [d255563ccc73b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:09:16.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13658957072_/foo_true____} [2022-03-20T19:09:16.016Z] --- PASS: TestSecretsCreateAndDelete (2.24s) [2022-03-20T19:09:16.016Z] === RUN TestSecretsUpdate [2022-03-20T19:09:16.273Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33005935036_/foo_false____} [2022-03-20T19:09:17.643Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33005935036_/foo_true____} [2022-03-20T19:09:18.576Z] --- PASS: TestSecretsUpdate (2.33s) [2022-03-20T19:09:18.576Z] === RUN TestTemplatedSecret [2022-03-20T19:09:19.141Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33005935036_/foo_true__0xc000c9dad0__} [2022-03-20T19:09:20.512Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c9dae8_} [2022-03-20T19:09:20.770Z] --- PASS: TestTemplatedSecret (2.46s) [2022-03-20T19:09:20.770Z] === RUN TestSecretCreateResolve [2022-03-20T19:09:22.141Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c9db00_} [2022-03-20T19:09:23.029Z] === RUN TestMiddlewares [2022-03-20T19:09:23.030Z] --- PASS: TestMiddlewares (0.00s) [2022-03-20T19:09:23.030Z] PASS [2022-03-20T19:09:23.030Z] coverage: 9.0% of statements [2022-03-20T19:09:23.030Z] ok github.com/docker/docker/api/server 0.055s coverage: 9.0% of statements [2022-03-20T19:09:23.070Z] --- PASS: TestSecretCreateResolve (2.29s) [2022-03-20T19:09:23.070Z] PASS [2022-03-20T19:09:23.070Z] [2022-03-20T19:09:23.070Z] DONE 6 tests in 13.908s [2022-03-20T19:09:23.070Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-20T19:09:23.070Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:23.070Z] ++ set -e [2022-03-20T19:09:23.070Z] ++ '[' -n 0 ']' [2022-03-20T19:09:23.070Z] ++ set -x [2022-03-20T19:09:23.070Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:09:23.326Z] INFO: Testing against a local daemon [2022-03-20T19:09:23.326Z] === RUN TestServiceCreateInit [2022-03-20T19:09:23.326Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:09:23.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c9db18_} [2022-03-20T19:09:24.705Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c9db30_} [2022-03-20T19:09:26.070Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-20T19:09:27.437Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-20T19:09:27.693Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-20T19:09:27.949Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-20T19:09:29.367Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-20T19:09:29.367Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-20T19:09:29.367Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-20T19:09:29.367Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-20T19:09:29.367Z] Cross building: bundles/cross/linux/s390x [2022-03-20T19:09:29.367Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-20T19:09:29.367Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-20T19:09:30.476Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-20T19:09:31.849Z] --- PASS: TestServiceCreateInit (8.58s) [2022-03-20T19:09:31.849Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.06s) [2022-03-20T19:09:31.849Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.51s) [2022-03-20T19:09:31.849Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:09:31.849Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-20T19:09:34.375Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-20T19:09:35.307Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-20T19:09:35.307Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-20T19:09:36.237Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-20T19:09:37.165Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-20T19:09:38.095Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-20T19:09:38.658Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-20T19:09:39.219Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-20T19:09:39.784Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-20T19:09:40.716Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-20T19:09:40.974Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-20T19:09:41.907Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-20T19:09:42.839Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-20T19:09:43.096Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-20T19:09:43.661Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-20T19:09:44.226Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-20T19:09:45.157Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-20T19:09:45.415Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-20T19:09:45.982Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-20T19:09:45.982Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-20T19:09:46.552Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-20T19:09:47.138Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-20T19:09:47.700Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-20T19:09:47.955Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-20T19:09:48.883Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-20T19:09:48.883Z] --- PASS: TestCreateServiceMultipleTimes (17.00s) [2022-03-20T19:09:48.883Z] === RUN TestCreateServiceConflict [2022-03-20T19:09:49.810Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-20T19:09:49.810Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-20T19:09:50.373Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-20T19:09:50.595Z] 037d5740b404: Pull complete [2022-03-20T19:09:50.595Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-20T19:09:50.595Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:09:50.595Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-20T19:09:50.595Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-20T19:09:50.595Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-20T19:09:50.595Z] WARN: Skipping validation tests [2022-03-20T19:09:50.595Z] INFO: Running unit tests at 03/20/2022 19:09:41... [2022-03-20T19:09:50.595Z] INFO: make.ps1 starting at 03/20/2022 19:09:45 [2022-03-20T19:09:50.595Z] INFO: Git commit (c44b11ec7d) assumed from DOCKER_GITCOMMIT environment variable [2022-03-20T19:09:50.595Z] INFO: Invoking autogen... [2022-03-20T19:09:50.595Z] INFO: Running unit tests... [2022-03-20T19:09:51.748Z] --- PASS: TestCreateServiceConflict (2.82s) [2022-03-20T19:09:51.748Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:09:52.312Z] docker_api_swarm_node_test.go:81: [d09c9785d8e5d] joining swarm manager [dbd239beafdb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:09:52.570Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-20T19:09:55.848Z] --- PASS: TestCreateServiceMaxReplicas (3.92s) [2022-03-20T19:09:55.848Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:09:56.412Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-20T19:09:56.476Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/errdefs/adapter github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-20T19:09:59.689Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-20T19:09:59.946Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-20T19:10:03.216Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-20T19:10:05.115Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-20T19:10:05.684Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-20T19:10:06.248Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-20T19:10:06.375Z] 4612f6d0b889: Pull complete [2022-03-20T19:10:08.775Z] docker_api_swarm_node_test.go:53: [d2dcf566e5eb5] joining swarm manager [d9c830a0d80c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:10:08.775Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-20T19:10:09.033Z] docker_api_swarm_node_test.go:54: [d3b157c0a2262] joining swarm manager [d9c830a0d80c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:10:09.250Z] ? github.com/docker/docker/api [no test files] [2022-03-20T19:10:09.596Z] === RUN TestDockerSuite/TestCpToDot [2022-03-20T19:10:09.596Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.12s) [2022-03-20T19:10:09.596Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:10:10.158Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-20T19:10:11.086Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-20T19:10:12.461Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-20T19:10:12.717Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-20T19:10:13.648Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-20T19:10:13.648Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-20T19:10:14.213Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-20T19:10:15.146Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-20T19:10:15.146Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-20T19:10:15.146Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-20T19:10:15.403Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-20T19:10:15.967Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-20T19:10:15.967Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-20T19:10:15.967Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-20T19:10:15.967Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-20T19:10:16.538Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-20T19:10:16.538Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-20T19:10:16.538Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-20T19:10:16.795Z] === RUN TestDockerSuite/TestCreateRM [2022-03-20T19:10:16.795Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-20T19:10:16.795Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T19:10:16.795Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-20T19:10:16.795Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-20T19:10:17.052Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-20T19:10:18.423Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-20T19:10:18.423Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-20T19:10:18.424Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-20T19:10:21.698Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-20T19:10:21.698Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-20T19:10:21.698Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-20T19:10:21.698Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-20T19:10:21.698Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-20T19:10:21.698Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-20T19:10:21.955Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-20T19:10:22.516Z] --- PASS: TestCreateServiceSecretFileMode (12.91s) [2022-03-20T19:10:22.516Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:10:23.080Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-20T19:10:23.620Z] === RUN TestBoolValue [2022-03-20T19:10:23.620Z] --- PASS: TestBoolValue (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestBoolValueOrDefault [2022-03-20T19:10:23.620Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestInt64ValueOrZero [2022-03-20T19:10:23.620Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestInt64ValueOrDefault [2022-03-20T19:10:23.620Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-20T19:10:23.620Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestJsonContentType [2022-03-20T19:10:23.620Z] --- PASS: TestJsonContentType (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 15.0% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/server/httputils 0.058s coverage: 15.0% of statements [2022-03-20T19:10:23.620Z] === RUN TestMaskSecretKeys [2022-03-20T19:10:23.620Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-20T19:10:23.620Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-20T19:10:23.620Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-20T19:10:23.620Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-20T19:10:23.620Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-20T19:10:23.620Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-20T19:10:23.620Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestVersionMiddlewareVersion [2022-03-20T19:10:23.620Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-20T19:10:23.620Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 37.7% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/server/middleware 0.072s coverage: 37.7% of statements [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-20T19:10:23.620Z] === RUN TestStrSliceMarshalJSON [2022-03-20T19:10:23.620Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestStrSliceUnmarshalJSON [2022-03-20T19:10:23.620Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestStrSliceUnmarshalString [2022-03-20T19:10:23.620Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestStrSliceUnmarshalSlice [2022-03-20T19:10:23.620Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 90.0% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/types/strslice 0.052s coverage: 90.0% of statements [2022-03-20T19:10:23.620Z] === RUN TestToJSON [2022-03-20T19:10:23.620Z] --- PASS: TestToJSON (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestToParamWithVersion [2022-03-20T19:10:23.620Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestFromJSON [2022-03-20T19:10:23.620Z] --- PASS: TestFromJSON (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestEmpty [2022-03-20T19:10:23.620Z] --- PASS: TestEmpty (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestArgsMatchKVListEmptySources [2022-03-20T19:10:23.620Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestArgsMatchKVList [2022-03-20T19:10:23.620Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestArgsMatch [2022-03-20T19:10:23.620Z] --- PASS: TestArgsMatch (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestAdd [2022-03-20T19:10:23.620Z] --- PASS: TestAdd (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestDel [2022-03-20T19:10:23.620Z] --- PASS: TestDel (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestLen [2022-03-20T19:10:23.620Z] --- PASS: TestLen (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestExactMatch [2022-03-20T19:10:23.620Z] --- PASS: TestExactMatch (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestOnlyOneExactMatch [2022-03-20T19:10:23.620Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestContains [2022-03-20T19:10:23.620Z] --- PASS: TestContains (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestValidate [2022-03-20T19:10:23.620Z] --- PASS: TestValidate (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestWalkValues [2022-03-20T19:10:23.620Z] --- PASS: TestWalkValues (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestFuzzyMatch [2022-03-20T19:10:23.620Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestClone [2022-03-20T19:10:23.620Z] --- PASS: TestClone (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 92.2% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/types/filters 0.044s coverage: 92.2% of statements [2022-03-20T19:10:23.620Z] === RUN TestDurationToSecondsString [2022-03-20T19:10:23.620Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-20T19:10:23.620Z] === RUN TestGetTimestamp [2022-03-20T19:10:23.620Z] === RUN TestAdjustForAPIVersion [2022-03-20T19:10:23.620Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 5.7% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 5.7% of statements [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-20T19:10:23.620Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-20T19:10:23.620Z] === RUN TestParseTimestamps [2022-03-20T19:10:23.620Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 100.0% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/types/time 0.275s coverage: 100.0% of statements [2022-03-20T19:10:23.620Z] === RUN TestCompareVersion [2022-03-20T19:10:23.620Z] --- PASS: TestCompareVersion (0.00s) [2022-03-20T19:10:23.620Z] PASS [2022-03-20T19:10:23.620Z] coverage: 77.3% of statements [2022-03-20T19:10:23.620Z] ok github.com/docker/docker/api/types/versions 0.071s coverage: 77.3% of statements [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-20T19:10:23.620Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-20T19:10:23.642Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-20T19:10:25.011Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-20T19:10:25.150Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-20T19:10:25.150Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-20T19:10:25.150Z] === RUN TestCloneArgsSmartHttp [2022-03-20T19:10:25.150Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-20T19:10:25.150Z] === RUN TestCloneArgsDumbHttp [2022-03-20T19:10:25.150Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-20T19:10:25.150Z] === RUN TestCloneArgsGit [2022-03-20T19:10:25.150Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-20T19:10:25.150Z] === RUN TestCheckoutGit [2022-03-20T19:10:25.945Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-20T19:10:26.203Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-20T19:10:26.682Z] === RUN TestEnable [2022-03-20T19:10:26.682Z] --- PASS: TestEnable (0.00s) [2022-03-20T19:10:26.682Z] === RUN TestDisable [2022-03-20T19:10:26.682Z] --- PASS: TestDisable (0.00s) [2022-03-20T19:10:26.682Z] === RUN TestEnabled [2022-03-20T19:10:26.682Z] --- PASS: TestEnabled (0.00s) [2022-03-20T19:10:26.682Z] PASS [2022-03-20T19:10:26.682Z] coverage: 100.0% of statements [2022-03-20T19:10:26.682Z] ok github.com/docker/docker/cli/debug 0.141s coverage: 100.0% of statements [2022-03-20T19:10:26.768Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-20T19:10:26.768Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-20T19:10:27.025Z] === RUN TestDockerSuite/TestDockerFails [2022-03-20T19:10:27.025Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-20T19:10:27.025Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-20T19:10:27.140Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-20T19:10:27.140Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestProcessNoDockerignore [2022-03-20T19:10:27.140Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-20T19:10:27.140Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestDetectContentType [2022-03-20T19:10:27.140Z] --- PASS: TestDetectContentType (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestSelectAcceptableMIME [2022-03-20T19:10:27.140Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestInspectEmptyResponse [2022-03-20T19:10:27.140Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestInspectResponseBinary [2022-03-20T19:10:27.140Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestResponseUnsupportedContentType [2022-03-20T19:10:27.140Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestInspectResponseTextSimple [2022-03-20T19:10:27.140Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestInspectResponseEmptyContentType [2022-03-20T19:10:27.140Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestUnknownContentLength [2022-03-20T19:10:27.140Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestDownloadRemote [2022-03-20T19:10:27.140Z] --- PASS: TestDownloadRemote (0.09s) [2022-03-20T19:10:27.140Z] === RUN TestGetWithStatusError [2022-03-20T19:10:27.140Z] --- PASS: TestGetWithStatusError (0.01s) [2022-03-20T19:10:27.140Z] === RUN TestCloseRootDirectory [2022-03-20T19:10:27.140Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:10:27.140Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestHashFile [2022-03-20T19:10:27.140Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:10:27.140Z] --- SKIP: TestHashFile (0.00s) [2022-03-20T19:10:27.140Z] === RUN TestHashSubdir [2022-03-20T19:10:27.140Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:10:27.140Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-20T19:10:27.140Z] === RUN TestRemoveDirectory [2022-03-20T19:10:27.140Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:10:27.140Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-20T19:10:27.140Z] PASS [2022-03-20T19:10:27.140Z] coverage: 9.3% of statements [2022-03-20T19:10:27.140Z] ok github.com/docker/docker/builder/remotecontext 0.253s coverage: 9.3% of statements [2022-03-20T19:10:27.283Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-20T19:10:27.847Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-20T19:10:28.105Z] === RUN TestGetAllAllowed [2022-03-20T19:10:28.105Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestGetAllMeta [2022-03-20T19:10:28.105Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-20T19:10:28.105Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestIsUnreferencedBuiltin [2022-03-20T19:10:28.105Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestIsExistingDirectory [2022-03-20T19:10:28.105Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestGetFilenameForDownload [2022-03-20T19:10:28.105Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestEnv2Variables [2022-03-20T19:10:28.105Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-20T19:10:28.105Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestMaintainer [2022-03-20T19:10:28.105Z] --- PASS: TestMaintainer (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestLabel [2022-03-20T19:10:28.105Z] --- PASS: TestLabel (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestFromScratch [2022-03-20T19:10:28.105Z] --- PASS: TestFromScratch (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestFromWithArg [2022-03-20T19:10:28.105Z] --- PASS: TestFromWithArg (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-20T19:10:28.105Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestFromWithUndefinedArg [2022-03-20T19:10:28.105Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestFromMultiStageWithNamedStage [2022-03-20T19:10:28.105Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestOnbuild [2022-03-20T19:10:28.105Z] --- PASS: TestOnbuild (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestWorkdir [2022-03-20T19:10:28.105Z] --- PASS: TestWorkdir (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestCmd [2022-03-20T19:10:28.105Z] --- PASS: TestCmd (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestHealthcheckNone [2022-03-20T19:10:28.105Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestHealthcheckCmd [2022-03-20T19:10:28.105Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestEntrypoint [2022-03-20T19:10:28.105Z] --- PASS: TestEntrypoint (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestExpose [2022-03-20T19:10:28.105Z] --- PASS: TestExpose (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestUser [2022-03-20T19:10:28.105Z] --- PASS: TestUser (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestVolume [2022-03-20T19:10:28.105Z] --- PASS: TestVolume (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestStopSignal [2022-03-20T19:10:28.105Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-20T19:10:28.105Z] --- SKIP: TestStopSignal (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestArg [2022-03-20T19:10:28.105Z] --- PASS: TestArg (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestShell [2022-03-20T19:10:28.105Z] --- PASS: TestShell (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestPrependEnvOnCmd [2022-03-20T19:10:28.105Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestRunWithBuildArgs [2022-03-20T19:10:28.105Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestRunIgnoresHealthcheck [2022-03-20T19:10:28.105Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestDispatchUnsupportedOptions [2022-03-20T19:10:28.105Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-20T19:10:28.105Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-20T19:10:28.105Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-20T19:10:28.105Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestNormalizeWorkdir [2022-03-20T19:10:28.105Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestDispatch [2022-03-20T19:10:28.105Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-20T19:10:28.105Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-20T19:10:28.105Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-20T19:10:28.105Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-20T19:10:28.105Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-20T19:10:28.105Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-20T19:10:28.105Z] === RUN TestDispatch/COPY_url [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch (0.09s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-20T19:10:28.105Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestAddScratchImageAddsToMounts [2022-03-20T19:10:28.105Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-20T19:10:28.105Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-20T19:10:28.105Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-20T19:10:28.105Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestImageSourceGetAddsToMounts [2022-03-20T19:10:28.105Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestEmptyDockerfile [2022-03-20T19:10:28.105Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-20T19:10:28.105Z] === RUN TestSymlinkDockerfile [2022-03-20T19:10:28.105Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-20T19:10:28.105Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-20T19:10:28.105Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestNonExistingDockerfile [2022-03-20T19:10:28.105Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestCopyRunConfig [2022-03-20T19:10:28.105Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestDeepCopyRunConfig [2022-03-20T19:10:28.105Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestExportImage [2022-03-20T19:10:28.105Z] --- PASS: TestExportImage (0.00s) [2022-03-20T19:10:28.105Z] === RUN TestNormalizeDest [2022-03-20T19:10:28.105Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-20T19:10:28.105Z] PASS [2022-03-20T19:10:28.105Z] coverage: 46.7% of statements [2022-03-20T19:10:28.105Z] ok github.com/docker/docker/builder/dockerfile 0.305s coverage: 46.7% of statements [2022-03-20T19:10:28.411Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-20T19:10:29.073Z] === RUN TestTCP4Proxy [2022-03-20T19:10:29.073Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestTCP4ProxyHalfClose [2022-03-20T19:10:29.073Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestTCP6Proxy [2022-03-20T19:10:29.073Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:10:29.073Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestTCPDualStackProxy [2022-03-20T19:10:29.073Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:10:29.073Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestUDP4Proxy [2022-03-20T19:10:29.073Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestUDP6Proxy [2022-03-20T19:10:29.073Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:10:29.073Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestUDPWriteError [2022-03-20T19:10:29.073Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestSCTP4Proxy [2022-03-20T19:10:29.073Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-20T19:10:29.073Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-20T19:10:29.073Z] === RUN TestSCTP6Proxy [2022-03-20T19:10:29.073Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:10:29.073Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-20T19:10:29.073Z] PASS [2022-03-20T19:10:29.073Z] coverage: 49.4% of statements [2022-03-20T19:10:29.073Z] ok github.com/docker/docker/cmd/docker-proxy 0.060s coverage: 49.4% of statements [2022-03-20T19:10:29.344Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-20T19:10:29.344Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-20T19:10:29.344Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-20T19:10:29.602Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-20T19:10:34.515Z] === RUN TestMiddlewares [2022-03-20T19:10:34.515Z] --- PASS: TestMiddlewares (0.00s) [2022-03-20T19:10:34.515Z] PASS [2022-03-20T19:10:34.515Z] coverage: 9.0% of statements [2022-03-20T19:10:34.515Z] ok github.com/docker/docker/api/server 0.066s coverage: 9.0% of statements [2022-03-20T19:10:34.858Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-20T19:10:35.431Z] --- PASS: TestCreateServiceConfigFileMode (12.83s) [2022-03-20T19:10:35.431Z] === RUN TestCreateServiceSysctls [2022-03-20T19:10:36.803Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-20T19:10:39.326Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-20T19:10:39.326Z] --- PASS: TestCreateServiceSysctls (3.57s) [2022-03-20T19:10:39.326Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:10:40.257Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-20T19:10:41.190Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-20T19:10:41.190Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-20T19:10:41.437Z] === RUN TestCheckpointCreateError [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCheckpointCreate [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCheckpointDeleteError [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCheckpointDelete [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCheckpointListError [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCheckpointList [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointList (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCheckpointListContainerNotFound [2022-03-20T19:10:41.437Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNewClientWithOpsFromEnv [2022-03-20T19:10:41.437Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-20T19:10:41.437Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-03-20T19:10:41.437Z] === RUN TestGetAPIPath [2022-03-20T19:10:41.437Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestParseHostURL [2022-03-20T19:10:41.437Z] --- PASS: TestParseHostURL (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-20T19:10:41.437Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersion [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPVersionOverride [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-20T19:10:41.437Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestClientRedirect [2022-03-20T19:10:41.437Z] === RUN TestClientRedirect/GET [2022-03-20T19:10:41.437Z] === RUN TestClientRedirect/POST [2022-03-20T19:10:41.437Z] === RUN TestClientRedirect/PUT [2022-03-20T19:10:41.437Z] === RUN TestClientRedirect/DELETE [2022-03-20T19:10:41.437Z] --- PASS: TestClientRedirect (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-03-20T19:10:41.437Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigCreateUnsupported [2022-03-20T19:10:41.437Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigCreateError [2022-03-20T19:10:41.437Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigCreate [2022-03-20T19:10:41.437Z] --- PASS: TestConfigCreate (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigInspectNotFound [2022-03-20T19:10:41.437Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigInspectWithEmptyID [2022-03-20T19:10:41.437Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigInspectUnsupported [2022-03-20T19:10:41.437Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigInspectError [2022-03-20T19:10:41.437Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigInspectConfigNotFound [2022-03-20T19:10:41.437Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigInspect [2022-03-20T19:10:41.437Z] --- PASS: TestConfigInspect (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigListUnsupported [2022-03-20T19:10:41.437Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigListError [2022-03-20T19:10:41.437Z] --- PASS: TestConfigListError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigList [2022-03-20T19:10:41.437Z] --- PASS: TestConfigList (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigRemoveUnsupported [2022-03-20T19:10:41.437Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigRemoveError [2022-03-20T19:10:41.437Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigRemove [2022-03-20T19:10:41.437Z] --- PASS: TestConfigRemove (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigUpdateUnsupported [2022-03-20T19:10:41.437Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigUpdateError [2022-03-20T19:10:41.437Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestConfigUpdate [2022-03-20T19:10:41.437Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerCommitError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerCommit [2022-03-20T19:10:41.437Z] --- PASS: TestContainerCommit (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerStatPathError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerStatPathNotFoundError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerStatPathNoHeaderError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerStatPath [2022-03-20T19:10:41.437Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyToContainerError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyToContainerNotFoundError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyToContainer [2022-03-20T19:10:41.437Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyFromContainerError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyFromContainerNotFoundError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-20T19:10:41.437Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestCopyFromContainer [2022-03-20T19:10:41.437Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerCreateError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerCreateImageNotFound [2022-03-20T19:10:41.437Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerCreateWithName [2022-03-20T19:10:41.437Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerCreateAutoRemove [2022-03-20T19:10:41.437Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerDiffError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerDiff [2022-03-20T19:10:41.437Z] --- PASS: TestContainerDiff (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExecCreateError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExecCreate [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExecStartError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExecStart [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExecInspectError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExecInspect [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExportError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExportError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerExport [2022-03-20T19:10:41.437Z] --- PASS: TestContainerExport (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerInspectError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerInspectContainerNotFound [2022-03-20T19:10:41.437Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerInspectWithEmptyID [2022-03-20T19:10:41.437Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerInspect [2022-03-20T19:10:41.437Z] --- PASS: TestContainerInspect (0.01s) [2022-03-20T19:10:41.437Z] === RUN TestContainerInspectNode [2022-03-20T19:10:41.437Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerKillError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerKillError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerKill [2022-03-20T19:10:41.437Z] --- PASS: TestContainerKill (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerListError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerListError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerList [2022-03-20T19:10:41.437Z] --- PASS: TestContainerList (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerLogsNotFoundError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerLogsError [2022-03-20T19:10:41.437Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-20T19:10:41.437Z] === RUN TestContainerLogs [2022-03-20T19:10:41.438Z] --- PASS: TestContainerLogs (0.21s) [2022-03-20T19:10:41.438Z] === RUN TestContainerPauseError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerPause [2022-03-20T19:10:41.438Z] --- PASS: TestContainerPause (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainersPruneError [2022-03-20T19:10:41.438Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainersPrune [2022-03-20T19:10:41.438Z] --- PASS: TestContainersPrune (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRemoveError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRemoveNotFoundError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRemove [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRemove (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRenameError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRename [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRename (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerResizeError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerExecResizeError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerResize [2022-03-20T19:10:41.438Z] --- PASS: TestContainerResize (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerExecResize [2022-03-20T19:10:41.438Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRestartError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerRestart [2022-03-20T19:10:41.438Z] --- PASS: TestContainerRestart (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerStartError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerStartError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerStart [2022-03-20T19:10:41.438Z] --- PASS: TestContainerStart (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerStatsError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerStats [2022-03-20T19:10:41.438Z] --- PASS: TestContainerStats (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerStopError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerStopError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerStop [2022-03-20T19:10:41.438Z] --- PASS: TestContainerStop (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerTopError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerTopError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerTop [2022-03-20T19:10:41.438Z] --- PASS: TestContainerTop (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerUnpauseError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerUnpause [2022-03-20T19:10:41.438Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerUpdateError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerUpdate [2022-03-20T19:10:41.438Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerWaitError [2022-03-20T19:10:41.438Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestContainerWait [2022-03-20T19:10:41.438Z] --- PASS: TestContainerWait (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestDiskUsageError [2022-03-20T19:10:41.438Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestDiskUsage [2022-03-20T19:10:41.438Z] --- PASS: TestDiskUsage (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestDistributionInspectUnsupported [2022-03-20T19:10:41.438Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestDistributionInspectWithEmptyID [2022-03-20T19:10:41.438Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestEventsErrorInOptions [2022-03-20T19:10:41.438Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestEventsErrorFromServer [2022-03-20T19:10:41.438Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestEvents [2022-03-20T19:10:41.438Z] --- PASS: TestEvents (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestTLSCloseWriter [2022-03-20T19:10:41.438Z] === PAUSE TestTLSCloseWriter [2022-03-20T19:10:41.438Z] === RUN TestImageBuildError [2022-03-20T19:10:41.438Z] --- PASS: TestImageBuildError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageBuild [2022-03-20T19:10:41.438Z] --- PASS: TestImageBuild (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestGetDockerOS [2022-03-20T19:10:41.438Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageCreateError [2022-03-20T19:10:41.438Z] --- PASS: TestImageCreateError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageCreate [2022-03-20T19:10:41.438Z] --- PASS: TestImageCreate (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageHistoryError [2022-03-20T19:10:41.438Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageHistory [2022-03-20T19:10:41.438Z] --- PASS: TestImageHistory (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageImportError [2022-03-20T19:10:41.438Z] --- PASS: TestImageImportError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageImport [2022-03-20T19:10:41.438Z] --- PASS: TestImageImport (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageInspectError [2022-03-20T19:10:41.438Z] --- PASS: TestImageInspectError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageInspectImageNotFound [2022-03-20T19:10:41.438Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageInspectWithEmptyID [2022-03-20T19:10:41.438Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageInspect [2022-03-20T19:10:41.438Z] --- PASS: TestImageInspect (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageListError [2022-03-20T19:10:41.438Z] --- PASS: TestImageListError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageList [2022-03-20T19:10:41.438Z] --- PASS: TestImageList (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageListApiBefore125 [2022-03-20T19:10:41.438Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageLoadError [2022-03-20T19:10:41.438Z] --- PASS: TestImageLoadError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageLoad [2022-03-20T19:10:41.438Z] --- PASS: TestImageLoad (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagesPruneError [2022-03-20T19:10:41.438Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagesPrune [2022-03-20T19:10:41.438Z] --- PASS: TestImagesPrune (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullReferenceParseError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullAnyError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePullWithoutErrors [2022-03-20T19:10:41.438Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushReferenceError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushAnyError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithoutErrors [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-20T19:10:41.438Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-20T19:10:41.438Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageRemoveError [2022-03-20T19:10:41.438Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageRemoveImageNotFound [2022-03-20T19:10:41.438Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageRemove [2022-03-20T19:10:41.438Z] --- PASS: TestImageRemove (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSaveError [2022-03-20T19:10:41.438Z] --- PASS: TestImageSaveError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSave [2022-03-20T19:10:41.438Z] --- PASS: TestImageSave (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSearchAnyError [2022-03-20T19:10:41.438Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-20T19:10:41.438Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:10:41.438Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:10:41.438Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-20T19:10:41.438Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageSearchWithoutErrors [2022-03-20T19:10:41.438Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageTagError [2022-03-20T19:10:41.438Z] --- PASS: TestImageTagError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageTagInvalidReference [2022-03-20T19:10:41.438Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageTagInvalidSourceImageName [2022-03-20T19:10:41.438Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageTagHexSource [2022-03-20T19:10:41.438Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestImageTag [2022-03-20T19:10:41.438Z] --- PASS: TestImageTag (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestInfoServerError [2022-03-20T19:10:41.438Z] --- PASS: TestInfoServerError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestInfoInvalidResponseJSONError [2022-03-20T19:10:41.438Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestInfo [2022-03-20T19:10:41.438Z] --- PASS: TestInfo (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestNetworkConnectError [2022-03-20T19:10:41.438Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-20T19:10:41.438Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-20T19:10:41.438Z] === RUN TestNetworkConnect [2022-03-20T19:10:41.438Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-20T19:10:41.895Z] === RUN TestNetworkCreateError [2022-03-20T19:10:41.895Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-20T19:10:41.895Z] === RUN TestNetworkCreate [2022-03-20T19:10:41.895Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-20T19:10:41.895Z] === RUN TestNetworkDisconnectError [2022-03-20T19:10:41.895Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-20T19:10:41.895Z] === RUN TestNetworkDisconnect [2022-03-20T19:10:41.895Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-20T19:10:41.895Z] === RUN TestNetworkInspect [2022-03-20T19:10:41.895Z] === RUN TestNetworkInspect/empty_ID [2022-03-20T19:10:41.895Z] === RUN TestNetworkInspect/no_options [2022-03-20T19:10:41.895Z] === RUN TestNetworkInspect/verbose [2022-03-20T19:10:41.895Z] === RUN TestNetworkInspect/global_scope [2022-03-20T19:10:41.896Z] === RUN TestNetworkInspect/unknown_network [2022-03-20T19:10:41.896Z] === RUN TestNetworkInspect/server_error [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNetworkListError [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkListError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNetworkList [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkList (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNetworksPruneError [2022-03-20T19:10:41.896Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNetworksPrune [2022-03-20T19:10:41.896Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNetworkRemoveError [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNetworkRemove [2022-03-20T19:10:41.896Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeInspectError [2022-03-20T19:10:41.896Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeInspectNodeNotFound [2022-03-20T19:10:41.896Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeInspectWithEmptyID [2022-03-20T19:10:41.896Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeInspect [2022-03-20T19:10:41.896Z] --- PASS: TestNodeInspect (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeListError [2022-03-20T19:10:41.896Z] --- PASS: TestNodeListError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeList [2022-03-20T19:10:41.896Z] --- PASS: TestNodeList (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeRemoveError [2022-03-20T19:10:41.896Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeRemove [2022-03-20T19:10:41.896Z] --- PASS: TestNodeRemove (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeUpdateError [2022-03-20T19:10:41.896Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestNodeUpdate [2022-03-20T19:10:41.896Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestOptionWithHostFromEnv [2022-03-20T19:10:41.896Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestOptionWithTimeout [2022-03-20T19:10:41.896Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestOptionWithVersionFromEnv [2022-03-20T19:10:41.896Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestPingFail [2022-03-20T19:10:41.896Z] --- PASS: TestPingFail (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestPingWithError [2022-03-20T19:10:41.896Z] 2022/03/20 19:10:40 RoundTripper returned a response & error; ignoring response [2022-03-20T19:10:41.896Z] 2022/03/20 19:10:40 RoundTripper returned a response & error; ignoring response [2022-03-20T19:10:41.896Z] --- PASS: TestPingWithError (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestPingSuccess [2022-03-20T19:10:41.896Z] --- PASS: TestPingSuccess (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestPingHeadFallback [2022-03-20T19:10:41.896Z] === RUN TestPingHeadFallback/OK [2022-03-20T19:10:41.896Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-20T19:10:41.896Z] === RUN TestPingHeadFallback/Not_Found [2022-03-20T19:10:41.896Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-20T19:10:41.896Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-20T19:10:41.896Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-20T19:10:41.896Z] === RUN TestPluginDisableError [2022-03-20T19:10:41.896Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-20T19:10:42.124Z] --- PASS: TestCreateServiceCapabilities (2.93s) [2022-03-20T19:10:42.124Z] === RUN TestInspect [2022-03-20T19:10:42.124Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-20T19:10:42.352Z] === RUN TestPluginDisable [2022-03-20T19:10:42.352Z] --- PASS: TestPluginDisable (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginEnableError [2022-03-20T19:10:42.352Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginEnable [2022-03-20T19:10:42.352Z] --- PASS: TestPluginEnable (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginInspectError [2022-03-20T19:10:42.352Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginInspectWithEmptyID [2022-03-20T19:10:42.352Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginInspect [2022-03-20T19:10:42.352Z] --- PASS: TestPluginInspect (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginListError [2022-03-20T19:10:42.352Z] --- PASS: TestPluginListError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginList [2022-03-20T19:10:42.352Z] --- PASS: TestPluginList (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginPushError [2022-03-20T19:10:42.352Z] --- PASS: TestPluginPushError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginPush [2022-03-20T19:10:42.352Z] --- PASS: TestPluginPush (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginRemoveError [2022-03-20T19:10:42.352Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginRemove [2022-03-20T19:10:42.352Z] --- PASS: TestPluginRemove (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginSetError [2022-03-20T19:10:42.352Z] --- PASS: TestPluginSetError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPluginSet [2022-03-20T19:10:42.352Z] --- PASS: TestPluginSet (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSetHostHeader [2022-03-20T19:10:42.352Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestPlainTextError [2022-03-20T19:10:42.352Z] --- PASS: TestPlainTextError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestInfiniteError [2022-03-20T19:10:42.352Z] --- PASS: TestInfiniteError (0.03s) [2022-03-20T19:10:42.352Z] === RUN TestCanceledContext [2022-03-20T19:10:42.352Z] 2022/03/20 19:10:40 RoundTripper returned a response & error; ignoring response [2022-03-20T19:10:42.352Z] --- PASS: TestCanceledContext (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestDeadlineExceededContext [2022-03-20T19:10:42.352Z] 2022/03/20 19:10:40 RoundTripper returned a response & error; ignoring response [2022-03-20T19:10:42.352Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretCreateUnsupported [2022-03-20T19:10:42.352Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretCreateError [2022-03-20T19:10:42.352Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretCreate [2022-03-20T19:10:42.352Z] --- PASS: TestSecretCreate (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretInspectUnsupported [2022-03-20T19:10:42.352Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretInspectError [2022-03-20T19:10:42.352Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretInspectSecretNotFound [2022-03-20T19:10:42.352Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretInspectWithEmptyID [2022-03-20T19:10:42.352Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretInspect [2022-03-20T19:10:42.352Z] --- PASS: TestSecretInspect (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretListUnsupported [2022-03-20T19:10:42.352Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretListError [2022-03-20T19:10:42.352Z] --- PASS: TestSecretListError (0.00s) [2022-03-20T19:10:42.352Z] === RUN TestSecretList [2022-03-20T19:10:42.352Z] --- PASS: TestSecretList (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSecretRemoveUnsupported [2022-03-20T19:10:42.809Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSecretRemoveError [2022-03-20T19:10:42.809Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSecretRemove [2022-03-20T19:10:42.809Z] --- PASS: TestSecretRemove (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSecretUpdateUnsupported [2022-03-20T19:10:42.809Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSecretUpdateError [2022-03-20T19:10:42.809Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSecretUpdate [2022-03-20T19:10:42.809Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceCreateError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceCreate [2022-03-20T19:10:42.809Z] --- PASS: TestServiceCreate (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-20T19:10:42.809Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceCreateDigestPinning [2022-03-20T19:10:42.809Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceInspectError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceInspectServiceNotFound [2022-03-20T19:10:42.809Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceInspectWithEmptyID [2022-03-20T19:10:42.809Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceInspect [2022-03-20T19:10:42.809Z] --- PASS: TestServiceInspect (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceListError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceListError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceList [2022-03-20T19:10:42.809Z] --- PASS: TestServiceList (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceLogsError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceLogs [2022-03-20T19:10:42.809Z] --- PASS: TestServiceLogs (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceRemoveError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceRemoveNotFoundError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceRemove [2022-03-20T19:10:42.809Z] --- PASS: TestServiceRemove (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceUpdateError [2022-03-20T19:10:42.809Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestServiceUpdate [2022-03-20T19:10:42.809Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmGetUnlockKeyError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmGetUnlockKey [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmInitError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmInit [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmInit (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmInspectError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmInspect [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmJoinError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmJoin [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmLeaveError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmLeave [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmUnlockError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmUnlock [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmUpdateError [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestSwarmUpdate [2022-03-20T19:10:42.809Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestTaskInspectError [2022-03-20T19:10:42.809Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestTaskInspectWithEmptyID [2022-03-20T19:10:42.809Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestTaskInspect [2022-03-20T19:10:42.809Z] --- PASS: TestTaskInspect (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestTaskListError [2022-03-20T19:10:42.809Z] --- PASS: TestTaskListError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestTaskList [2022-03-20T19:10:42.809Z] --- PASS: TestTaskList (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeCreateError [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeCreate [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeInspectError [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeInspectNotFound [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeInspectWithEmptyID [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeInspect [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeListError [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeListError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeList [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeList (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeRemoveError [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-20T19:10:42.809Z] === RUN TestVolumeRemove [2022-03-20T19:10:42.809Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-20T19:10:42.809Z] === CONT TestTLSCloseWriter [2022-03-20T19:10:42.809Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-20T19:10:42.809Z] PASS [2022-03-20T19:10:42.809Z] coverage: 75.2% of statements [2022-03-20T19:10:42.809Z] ok github.com/docker/docker/client 0.408s coverage: 75.2% of statements [2022-03-20T19:10:43.056Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-20T19:10:43.621Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-20T19:10:44.550Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-20T19:10:45.111Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-20T19:10:45.111Z] --- PASS: TestInspect (3.25s) [2022-03-20T19:10:45.111Z] === RUN TestCreateJob [2022-03-20T19:10:46.477Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-20T19:10:47.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-20T19:10:47.848Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-20T19:10:48.414Z] --- PASS: TestCreateJob (3.38s) [2022-03-20T19:10:48.414Z] === RUN TestReplicatedJob [2022-03-20T19:10:50.311Z] docker_api_swarm_test.go:202: [d60ff6efa2a63] joining swarm manager [d4d79ed1f304b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:10:50.873Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-20T19:10:53.398Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-20T19:10:54.331Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-20T19:10:54.331Z] --- PASS: TestReplicatedJob (5.74s) [2022-03-20T19:10:54.331Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:10:55.261Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-20T19:10:57.778Z] --- PASS: TestUpdateReplicatedJob (3.38s) [2022-03-20T19:10:57.778Z] === RUN TestServiceListWithStatuses [2022-03-20T19:10:57.778Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:10:57.778Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:10:57.778Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:11:01.072Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-20T19:11:01.329Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-20T19:11:02.259Z] --- PASS: TestDockerNetworkConnectAlias (4.45s) [2022-03-20T19:11:02.259Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:11:02.517Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-20T19:11:03.080Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-20T19:11:03.338Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-20T19:11:03.596Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-20T19:11:03.854Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-20T19:11:03.854Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-20T19:11:03.862Z] --- PASS: TestCheckoutGit (36.01s) [2022-03-20T19:11:03.863Z] === RUN TestValidGitTransport [2022-03-20T19:11:03.863Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-20T19:11:03.863Z] === RUN TestGitInvalidRef [2022-03-20T19:11:03.863Z] --- PASS: TestGitInvalidRef (0.24s) [2022-03-20T19:11:03.863Z] PASS [2022-03-20T19:11:03.863Z] coverage: 86.3% of statements [2022-03-20T19:11:03.863Z] ok github.com/docker/docker/builder/remotecontext/git 36.340s coverage: 86.3% of statements [2022-03-20T19:11:03.863Z] ? github.com/docker/docker/cli [no test files] [2022-03-20T19:11:03.863Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-20T19:11:05.228Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-20T19:11:05.228Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-20T19:11:05.794Z] --- PASS: TestDockerNetworkReConnect (3.77s) [2022-03-20T19:11:05.794Z] === RUN TestServicePlugin [2022-03-20T19:11:06.722Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-20T19:11:06.722Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-20T19:11:06.722Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-20T19:11:07.652Z] docker_api_swarm_test.go:384: [d5a30d2bf10b1] joining swarm manager [d22dcef4b244f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:11:07.910Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-20T19:11:08.472Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-20T19:11:09.033Z] docker_api_swarm_test.go:385: [dffc789332bcb] joining swarm manager [d22dcef4b244f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:11:09.033Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-20T19:11:10.403Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-20T19:11:10.661Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-20T19:11:10.661Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-20T19:11:10.661Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-20T19:11:10.661Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-20T19:11:10.661Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-20T19:11:10.661Z] plugin_test.go:61: [de6c6407ca4fe] joining swarm manager [d98154e5e9381]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:11:12.031Z] plugin_test.go:64: [d00a38c8d1b0e] joining swarm manager [d98154e5e9381]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-20T19:11:12.416Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestConfigureDaemonLogs [2022-03-20T19:11:12.416Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestCommonOptionsInstallFlags [2022-03-20T19:11:12.416Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-20T19:11:12.416Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-20T19:11:12.416Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-20T19:11:12.416Z] PASS [2022-03-20T19:11:12.416Z] coverage: 19.0% of statements [2022-03-20T19:11:12.416Z] ok github.com/docker/docker/cmd/dockerd 0.227s coverage: 19.0% of statements [2022-03-20T19:11:12.416Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-20T19:11:12.416Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-20T19:11:12.599Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-20T19:11:13.163Z] === RUN TestDockerSuite/TestEventsRename [2022-03-20T19:11:13.380Z] === RUN TestContainerStopSignal [2022-03-20T19:11:13.380Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestContainerStopTimeout [2022-03-20T19:11:13.380Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-20T19:11:13.380Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-20T19:11:13.380Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-20T19:11:13.380Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestReplaceAndAppendEnvVars [2022-03-20T19:11:13.380Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-20T19:11:13.380Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestNewMemoryStore [2022-03-20T19:11:13.380Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestAddContainers [2022-03-20T19:11:13.380Z] --- PASS: TestAddContainers (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestGetContainer [2022-03-20T19:11:13.380Z] --- PASS: TestGetContainer (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestDeleteContainer [2022-03-20T19:11:13.380Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestListContainers [2022-03-20T19:11:13.380Z] --- PASS: TestListContainers (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestFirstContainer [2022-03-20T19:11:13.380Z] --- PASS: TestFirstContainer (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestApplyAllContainer [2022-03-20T19:11:13.380Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestIsValidHealthString [2022-03-20T19:11:13.380Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestStateRunStop [2022-03-20T19:11:13.380Z] --- PASS: TestStateRunStop (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestStateTimeoutWait [2022-03-20T19:11:13.380Z] state_test.go:141: Stop callback fired [2022-03-20T19:11:13.380Z] state_test.go:165: Stop callback fired [2022-03-20T19:11:13.380Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-20T19:11:13.380Z] === RUN TestIsValidStateString [2022-03-20T19:11:13.380Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-20T19:11:13.380Z] === RUN TestViewSaveDelete [2022-03-20T19:11:13.380Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-20T19:11:13.380Z] === RUN TestViewAll [2022-03-20T19:11:13.380Z] --- PASS: TestViewAll (0.01s) [2022-03-20T19:11:13.380Z] === RUN TestViewGet [2022-03-20T19:11:13.381Z] --- PASS: TestViewGet (0.01s) [2022-03-20T19:11:13.381Z] === RUN TestNames [2022-03-20T19:11:13.381Z] --- PASS: TestNames (0.00s) [2022-03-20T19:11:13.381Z] === RUN TestViewWithHealthCheck [2022-03-20T19:11:13.381Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-20T19:11:13.381Z] PASS [2022-03-20T19:11:13.381Z] coverage: 41.7% of statements [2022-03-20T19:11:13.381Z] ok github.com/docker/docker/container 0.239s coverage: 41.7% of statements [2022-03-20T19:11:13.381Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-20T19:11:13.381Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-20T19:11:13.381Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-20T19:11:13.381Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-20T19:11:13.837Z] === RUN TestPrepare [2022-03-20T19:11:13.837Z] --- PASS: TestPrepare (0.00s) [2022-03-20T19:11:13.837Z] === RUN TestStart [2022-03-20T19:11:13.837Z] --- PASS: TestStart (0.00s) [2022-03-20T19:11:13.837Z] === RUN TestWaitCancel [2022-03-20T19:11:13.837Z] --- PASS: TestWaitCancel (0.00s) [2022-03-20T19:11:13.837Z] === RUN TestWaitDisabled [2022-03-20T19:11:13.837Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-20T19:11:13.837Z] === RUN TestWaitEnabled [2022-03-20T19:11:13.837Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-20T19:11:13.837Z] === RUN TestRemove [2022-03-20T19:11:13.837Z] --- PASS: TestRemove (0.00s) [2022-03-20T19:11:13.837Z] PASS [2022-03-20T19:11:13.837Z] coverage: 65.3% of statements [2022-03-20T19:11:13.837Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.071s coverage: 65.3% of statements [2022-03-20T19:11:14.094Z] === RUN TestDockerSuite/TestEventsResize [2022-03-20T19:11:14.351Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-20T19:11:16.733Z] === RUN TestNewListSecretsFilters [2022-03-20T19:11:16.733Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-20T19:11:16.733Z] === RUN TestNewListConfigsFilters [2022-03-20T19:11:16.733Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-20T19:11:16.733Z] PASS [2022-03-20T19:11:16.733Z] coverage: 0.5% of statements [2022-03-20T19:11:16.733Z] ok github.com/docker/docker/daemon/cluster 0.192s coverage: 0.5% of statements [2022-03-20T19:11:17.696Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-20T19:11:17.696Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-20T19:11:17.696Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-20T19:11:17.696Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-20T19:11:18.153Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-20T19:11:18.153Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-20T19:11:18.153Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-20T19:11:18.153Z] PASS [2022-03-20T19:11:18.153Z] coverage: 35.9% of statements [2022-03-20T19:11:18.153Z] ok github.com/docker/docker/daemon/cluster/convert 0.711s coverage: 35.9% of statements [2022-03-20T19:11:20.321Z] === RUN TestWaitNodeAttachment [2022-03-20T19:11:20.778Z] === RUN TestEventsLog [2022-03-20T19:11:20.778Z] --- PASS: TestEventsLog (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestEventsLogTimeout [2022-03-20T19:11:20.778Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestLogEvents [2022-03-20T19:11:20.778Z] --- PASS: TestLogEvents (0.05s) [2022-03-20T19:11:20.778Z] === RUN TestLoadBufferedEvents [2022-03-20T19:11:20.778Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-20T19:11:20.778Z] === RUN TestIsolationConversion [2022-03-20T19:11:20.778Z] === RUN TestIsolationConversion/default [2022-03-20T19:11:20.778Z] === RUN TestIsolationConversion/process [2022-03-20T19:11:20.778Z] === RUN TestIsolationConversion/hyperv [2022-03-20T19:11:20.778Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestContainerLabels [2022-03-20T19:11:20.778Z] --- PASS: TestContainerLabels (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestCredentialSpecConversion [2022-03-20T19:11:20.778Z] === RUN TestCredentialSpecConversion/none [2022-03-20T19:11:20.778Z] === RUN TestCredentialSpecConversion/config [2022-03-20T19:11:20.778Z] === RUN TestCredentialSpecConversion/file [2022-03-20T19:11:20.778Z] === RUN TestCredentialSpecConversion/registry [2022-03-20T19:11:20.778Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestControllerValidateMountBind [2022-03-20T19:11:20.778Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestControllerValidateMountVolume [2022-03-20T19:11:20.778Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestControllerValidateMountTarget [2022-03-20T19:11:20.778Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestControllerValidateMountTmpfs [2022-03-20T19:11:20.778Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestControllerValidateMountInvalidType [2022-03-20T19:11:20.778Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestControllerValidateMountNamedPipe [2022-03-20T19:11:20.778Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-20T19:11:20.778Z] PASS [2022-03-20T19:11:20.778Z] coverage: 11.0% of statements [2022-03-20T19:11:20.778Z] === RUN TestBuilderGC [2022-03-20T19:11:20.778Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.813s coverage: 11.0% of statements [2022-03-20T19:11:20.778Z] --- PASS: TestBuilderGC (0.01s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationNotFound [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonBrokenConfiguration [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestFindConfigurationConflicts [2022-03-20T19:11:20.778Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-20T19:11:20.778Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-20T19:11:20.778Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-20T19:11:20.778Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-20T19:11:20.895Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-20T19:11:20.895Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-20T19:11:20.895Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-20T19:11:20.907Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-20T19:11:20.907Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-20T19:11:20.907Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-20T19:11:20.907Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-20T19:11:20.907Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-20T19:11:21.236Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-20T19:11:21.236Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-20T19:11:21.236Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-20T19:11:21.236Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_label [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_dns [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-20T19:11:21.236Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-20T19:11:21.236Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestReloadSetConfigFileNotExist [2022-03-20T19:11:21.236Z] --- PASS: TestLoadBufferedEvents (0.24s) [2022-03-20T19:11:21.236Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-20T19:11:21.236Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-20T19:11:21.236Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-20T19:11:21.236Z] PASS [2022-03-20T19:11:21.236Z] coverage: 50.0% of statements [2022-03-20T19:11:21.236Z] ok github.com/docker/docker/daemon/events 0.350s coverage: 50.0% of statements [2022-03-20T19:11:21.236Z] time="2022-03-20T19:11:20Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-20T19:11:21.236Z] --- PASS: TestReloadSetConfigFileNotExist (0.24s) [2022-03-20T19:11:21.236Z] === RUN TestReloadDefaultConfigNotExist [2022-03-20T19:11:21.236Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:11:21.236Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestReloadBadDefaultConfig [2022-03-20T19:11:21.236Z] time="2022-03-20T19:11:20Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-933072918" [2022-03-20T19:11:21.236Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestReloadWithConflictingLabels [2022-03-20T19:11:21.236Z] time="2022-03-20T19:11:20Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-800011589" [2022-03-20T19:11:21.236Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestReloadWithDuplicateLabels [2022-03-20T19:11:21.236Z] time="2022-03-20T19:11:20Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1411355839" [2022-03-20T19:11:21.236Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestMaskURLCredentials [2022-03-20T19:11:21.236Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-20T19:11:21.236Z] === RUN TestDaemonConfigurationMerge [2022-03-20T19:11:21.236Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-20T19:11:21.236Z] PASS [2022-03-20T19:11:21.236Z] coverage: 79.2% of statements [2022-03-20T19:11:21.236Z] ok github.com/docker/docker/daemon/config 0.396s coverage: 79.2% of statements [2022-03-20T19:11:21.244Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-20T19:11:21.533Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/test/unit [2022-03-20T19:11:21.797Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-20T19:11:21.797Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-20T19:11:21.797Z] + TESTDIRS=./... [2022-03-20T19:11:21.797Z] + exclude_paths='/vendor/|/integration' [2022-03-20T19:11:21.797Z] ++ go list ./... [2022-03-20T19:11:21.797Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-20T19:11:22.746Z] + pkg_list='github.com/docker/docker/api [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/backend/build [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/httputils [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/middleware [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/build [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/container [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/debug [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/image [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/network [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/session [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/system [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/server/router/volume [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/backend [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/container [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/events [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/filters [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/image [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/mount [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/network [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/registry [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/strslice [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/swarm [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/time [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/versions [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T19:11:22.746Z] github.com/docker/docker/api/types/volume [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/dockerfile [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/remotecontext [2022-03-20T19:11:22.746Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T19:11:22.746Z] github.com/docker/docker/cli [2022-03-20T19:11:22.746Z] github.com/docker/docker/cli/config [2022-03-20T19:11:22.746Z] github.com/docker/docker/cli/debug [2022-03-20T19:11:22.746Z] github.com/docker/docker/client [2022-03-20T19:11:22.746Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T19:11:22.746Z] github.com/docker/docker/cmd/dockerd [2022-03-20T19:11:22.746Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T19:11:22.746Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T19:11:22.746Z] github.com/docker/docker/container [2022-03-20T19:11:22.746Z] github.com/docker/docker/container/stream [2022-03-20T19:11:22.746Z] github.com/docker/docker/contrib/apparmor [2022-03-20T19:11:22.746Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T19:11:22.746Z] github.com/docker/docker/contrib/httpserver [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/cluster [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/config [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/events [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/exec [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/images [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/initlayer [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/links [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/listeners [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/local [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/names [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/network [2022-03-20T19:11:22.746Z] github.com/docker/docker/daemon/stats [2022-03-20T19:11:22.746Z] github.com/docker/docker/distribution [2022-03-20T19:11:22.746Z] github.com/docker/docker/distribution/metadata [2022-03-20T19:11:22.746Z] github.com/docker/docker/distribution/utils [2022-03-20T19:11:22.746Z] github.com/docker/docker/distribution/xfer [2022-03-20T19:11:22.746Z] github.com/docker/docker/dockerversion [2022-03-20T19:11:22.746Z] github.com/docker/docker/errdefs [2022-03-20T19:11:22.746Z] github.com/docker/docker/errdefs/adapter [2022-03-20T19:11:22.746Z] github.com/docker/docker/image [2022-03-20T19:11:22.746Z] github.com/docker/docker/image/cache [2022-03-20T19:11:22.746Z] github.com/docker/docker/image/tarexport [2022-03-20T19:11:22.746Z] github.com/docker/docker/image/v1 [2022-03-20T19:11:22.746Z] github.com/docker/docker/internal/test/suite [2022-03-20T19:11:22.746Z] github.com/docker/docker/layer [2022-03-20T19:11:22.746Z] github.com/docker/docker/libcontainerd [2022-03-20T19:11:22.746Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T19:11:22.746Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T19:11:22.746Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T19:11:22.746Z] github.com/docker/docker/libcontainerd/types [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/config [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/idm [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T19:11:22.746Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ns [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/options [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/osl [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/types [2022-03-20T19:11:22.747Z] github.com/docker/docker/oci [2022-03-20T19:11:22.747Z] github.com/docker/docker/oci/caps [2022-03-20T19:11:22.747Z] github.com/docker/docker/opts [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/aaparser [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/archive [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/authorization [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/capabilities [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/containerfs [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/directory [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/dmesg [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/filenotify [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/fileutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/fsutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/homedir [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/idtools [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/ioutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/longpath [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/loopback [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/parsers [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/pidfile [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/platform [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/pools [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/progress [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/pubsub [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/reexec [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/signal [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/stack [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/stringid [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/system [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/tailfile [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/tarsum [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/truncindex [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/urlutil [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/useragent [2022-03-20T19:11:22.747Z] github.com/docker/docker/plugin [2022-03-20T19:11:22.747Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T19:11:22.747Z] github.com/docker/docker/plugin/v2 [2022-03-20T19:11:22.747Z] github.com/docker/docker/profiles/apparmor [2022-03-20T19:11:22.747Z] github.com/docker/docker/profiles/seccomp [2022-03-20T19:11:22.747Z] github.com/docker/docker/quota [2022-03-20T19:11:22.747Z] github.com/docker/docker/reference [2022-03-20T19:11:22.747Z] github.com/docker/docker/registry [2022-03-20T19:11:22.747Z] github.com/docker/docker/registry/resumable [2022-03-20T19:11:22.747Z] github.com/docker/docker/restartmanager [2022-03-20T19:11:22.747Z] github.com/docker/docker/rootless [2022-03-20T19:11:22.747Z] github.com/docker/docker/rootless/specconv [2022-03-20T19:11:22.747Z] github.com/docker/docker/runconfig [2022-03-20T19:11:22.747Z] github.com/docker/docker/runconfig/opts [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/daemon [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/environment [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fakegit [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/registry [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/request [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/drivers [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/local [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/mounts [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/service [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/service/opts [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/testutils' [2022-03-20T19:11:22.747Z] ++ grep --fixed-strings -v /libnetwork [2022-03-20T19:11:22.747Z] ++ echo 'github.com/docker/docker/api [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/backend/build [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/httputils [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/middleware [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/build [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/container [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/debug [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/image [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/network [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/session [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/system [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/volume [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/backend [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/container [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/events [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/filters [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/image [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/mount [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/network [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/registry [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/strslice [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/swarm [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/time [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/versions [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/types/volume [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/dockerfile [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/remotecontext [2022-03-20T19:11:22.747Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T19:11:22.747Z] github.com/docker/docker/cli [2022-03-20T19:11:22.747Z] github.com/docker/docker/cli/config [2022-03-20T19:11:22.747Z] github.com/docker/docker/cli/debug [2022-03-20T19:11:22.747Z] github.com/docker/docker/client [2022-03-20T19:11:22.747Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T19:11:22.747Z] github.com/docker/docker/cmd/dockerd [2022-03-20T19:11:22.747Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T19:11:22.747Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T19:11:22.747Z] github.com/docker/docker/container [2022-03-20T19:11:22.747Z] github.com/docker/docker/container/stream [2022-03-20T19:11:22.747Z] github.com/docker/docker/contrib/apparmor [2022-03-20T19:11:22.747Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T19:11:22.747Z] github.com/docker/docker/contrib/httpserver [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/cluster [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/config [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/events [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/exec [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/images [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/initlayer [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/links [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/listeners [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/local [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/names [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/network [2022-03-20T19:11:22.747Z] github.com/docker/docker/daemon/stats [2022-03-20T19:11:22.747Z] github.com/docker/docker/distribution [2022-03-20T19:11:22.747Z] github.com/docker/docker/distribution/metadata [2022-03-20T19:11:22.747Z] github.com/docker/docker/distribution/utils [2022-03-20T19:11:22.747Z] github.com/docker/docker/distribution/xfer [2022-03-20T19:11:22.747Z] github.com/docker/docker/dockerversion [2022-03-20T19:11:22.747Z] github.com/docker/docker/errdefs [2022-03-20T19:11:22.747Z] github.com/docker/docker/errdefs/adapter [2022-03-20T19:11:22.747Z] github.com/docker/docker/image [2022-03-20T19:11:22.747Z] github.com/docker/docker/image/cache [2022-03-20T19:11:22.747Z] github.com/docker/docker/image/tarexport [2022-03-20T19:11:22.747Z] github.com/docker/docker/image/v1 [2022-03-20T19:11:22.747Z] github.com/docker/docker/internal/test/suite [2022-03-20T19:11:22.747Z] github.com/docker/docker/layer [2022-03-20T19:11:22.747Z] github.com/docker/docker/libcontainerd [2022-03-20T19:11:22.747Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T19:11:22.747Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T19:11:22.747Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T19:11:22.747Z] github.com/docker/docker/libcontainerd/types [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/config [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/idm [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/ns [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/options [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/osl [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/libnetwork/types [2022-03-20T19:11:22.747Z] github.com/docker/docker/oci [2022-03-20T19:11:22.747Z] github.com/docker/docker/oci/caps [2022-03-20T19:11:22.747Z] github.com/docker/docker/opts [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/aaparser [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/archive [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/authorization [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/capabilities [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/containerfs [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/directory [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/dmesg [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/filenotify [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/fileutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/fsutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/homedir [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/idtools [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/ioutils [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/longpath [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/loopback [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/parsers [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/pidfile [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/platform [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/pools [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/progress [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/pubsub [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/reexec [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/signal [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/stack [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/stringid [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/system [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/tailfile [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/tarsum [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/truncindex [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/urlutil [2022-03-20T19:11:22.747Z] github.com/docker/docker/pkg/useragent [2022-03-20T19:11:22.747Z] github.com/docker/docker/plugin [2022-03-20T19:11:22.747Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T19:11:22.747Z] github.com/docker/docker/plugin/v2 [2022-03-20T19:11:22.747Z] github.com/docker/docker/profiles/apparmor [2022-03-20T19:11:22.747Z] github.com/docker/docker/profiles/seccomp [2022-03-20T19:11:22.747Z] github.com/docker/docker/quota [2022-03-20T19:11:22.747Z] github.com/docker/docker/reference [2022-03-20T19:11:22.747Z] github.com/docker/docker/registry [2022-03-20T19:11:22.747Z] github.com/docker/docker/registry/resumable [2022-03-20T19:11:22.747Z] github.com/docker/docker/restartmanager [2022-03-20T19:11:22.747Z] github.com/docker/docker/rootless [2022-03-20T19:11:22.747Z] github.com/docker/docker/rootless/specconv [2022-03-20T19:11:22.747Z] github.com/docker/docker/runconfig [2022-03-20T19:11:22.747Z] github.com/docker/docker/runconfig/opts [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/daemon [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/environment [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fakegit [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/registry [2022-03-20T19:11:22.747Z] github.com/docker/docker/testutil/request [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/drivers [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/local [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/mounts [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/service [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/service/opts [2022-03-20T19:11:22.747Z] github.com/docker/docker/volume/testutils' [2022-03-20T19:11:22.747Z] + base_pkg_list='github.com/docker/docker/api [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/backend/build [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/httputils [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/middleware [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/build [2022-03-20T19:11:22.747Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/debug [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/image [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/network [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/session [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/system [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/volume [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/backend [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/events [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/filters [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/image [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/mount [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/network [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/registry [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/strslice [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/swarm [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/time [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/versions [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/volume [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/dockerfile [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/remotecontext [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T19:11:22.748Z] github.com/docker/docker/cli [2022-03-20T19:11:22.748Z] github.com/docker/docker/cli/config [2022-03-20T19:11:22.748Z] github.com/docker/docker/cli/debug [2022-03-20T19:11:22.748Z] github.com/docker/docker/client [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/dockerd [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T19:11:22.748Z] github.com/docker/docker/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/container/stream [2022-03-20T19:11:22.748Z] github.com/docker/docker/contrib/apparmor [2022-03-20T19:11:22.748Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T19:11:22.748Z] github.com/docker/docker/contrib/httpserver [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/config [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/events [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/exec [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/images [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/initlayer [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/links [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/listeners [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/local [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/names [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/network [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/stats [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution/metadata [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution/utils [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution/xfer [2022-03-20T19:11:22.748Z] github.com/docker/docker/dockerversion [2022-03-20T19:11:22.748Z] github.com/docker/docker/errdefs [2022-03-20T19:11:22.748Z] github.com/docker/docker/errdefs/adapter [2022-03-20T19:11:22.748Z] github.com/docker/docker/image [2022-03-20T19:11:22.748Z] github.com/docker/docker/image/cache [2022-03-20T19:11:22.748Z] github.com/docker/docker/image/tarexport [2022-03-20T19:11:22.748Z] github.com/docker/docker/image/v1 [2022-03-20T19:11:22.748Z] github.com/docker/docker/internal/test/suite [2022-03-20T19:11:22.748Z] github.com/docker/docker/layer [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/types [2022-03-20T19:11:22.748Z] github.com/docker/docker/oci [2022-03-20T19:11:22.748Z] github.com/docker/docker/oci/caps [2022-03-20T19:11:22.748Z] github.com/docker/docker/opts [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/aaparser [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/archive [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/authorization [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/capabilities [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/containerfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/directory [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/dmesg [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/filenotify [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/fileutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/fsutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/homedir [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/idtools [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/ioutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/longpath [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/loopback [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/parsers [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/pidfile [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/platform [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/plugins [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/pools [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/progress [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/pubsub [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/reexec [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/signal [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/stack [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/stringid [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/system [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/tailfile [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/tarsum [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/truncindex [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/urlutil [2022-03-20T19:11:22.748Z] github.com/docker/docker/pkg/useragent [2022-03-20T19:11:22.748Z] github.com/docker/docker/plugin [2022-03-20T19:11:22.748Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T19:11:22.748Z] github.com/docker/docker/plugin/v2 [2022-03-20T19:11:22.748Z] github.com/docker/docker/profiles/apparmor [2022-03-20T19:11:22.748Z] github.com/docker/docker/profiles/seccomp [2022-03-20T19:11:22.748Z] github.com/docker/docker/quota [2022-03-20T19:11:22.748Z] github.com/docker/docker/reference [2022-03-20T19:11:22.748Z] github.com/docker/docker/registry [2022-03-20T19:11:22.748Z] github.com/docker/docker/registry/resumable [2022-03-20T19:11:22.748Z] github.com/docker/docker/restartmanager [2022-03-20T19:11:22.748Z] github.com/docker/docker/rootless [2022-03-20T19:11:22.748Z] github.com/docker/docker/rootless/specconv [2022-03-20T19:11:22.748Z] github.com/docker/docker/runconfig [2022-03-20T19:11:22.748Z] github.com/docker/docker/runconfig/opts [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/daemon [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/environment [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/fakegit [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/registry [2022-03-20T19:11:22.748Z] github.com/docker/docker/testutil/request [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume/drivers [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume/local [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume/mounts [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume/service [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume/service/opts [2022-03-20T19:11:22.748Z] github.com/docker/docker/volume/testutils' [2022-03-20T19:11:22.748Z] ++ grep --fixed-strings /libnetwork [2022-03-20T19:11:22.748Z] ++ echo 'github.com/docker/docker/api [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/backend/build [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/httputils [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/middleware [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/build [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/debug [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/image [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/network [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/session [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/system [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/server/router/volume [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/backend [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/events [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/filters [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/image [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/mount [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/network [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/registry [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/strslice [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/swarm [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/time [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/versions [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T19:11:22.748Z] github.com/docker/docker/api/types/volume [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/dockerfile [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/remotecontext [2022-03-20T19:11:22.748Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T19:11:22.748Z] github.com/docker/docker/cli [2022-03-20T19:11:22.748Z] github.com/docker/docker/cli/config [2022-03-20T19:11:22.748Z] github.com/docker/docker/cli/debug [2022-03-20T19:11:22.748Z] github.com/docker/docker/client [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/dockerd [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T19:11:22.748Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T19:11:22.748Z] github.com/docker/docker/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/container/stream [2022-03-20T19:11:22.748Z] github.com/docker/docker/contrib/apparmor [2022-03-20T19:11:22.748Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T19:11:22.748Z] github.com/docker/docker/contrib/httpserver [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/config [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/events [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/exec [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/images [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/initlayer [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/links [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/listeners [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/local [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/names [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/network [2022-03-20T19:11:22.748Z] github.com/docker/docker/daemon/stats [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution/metadata [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution/utils [2022-03-20T19:11:22.748Z] github.com/docker/docker/distribution/xfer [2022-03-20T19:11:22.748Z] github.com/docker/docker/dockerversion [2022-03-20T19:11:22.748Z] github.com/docker/docker/errdefs [2022-03-20T19:11:22.748Z] github.com/docker/docker/errdefs/adapter [2022-03-20T19:11:22.748Z] github.com/docker/docker/image [2022-03-20T19:11:22.748Z] github.com/docker/docker/image/cache [2022-03-20T19:11:22.748Z] github.com/docker/docker/image/tarexport [2022-03-20T19:11:22.748Z] github.com/docker/docker/image/v1 [2022-03-20T19:11:22.748Z] github.com/docker/docker/internal/test/suite [2022-03-20T19:11:22.748Z] github.com/docker/docker/layer [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T19:11:22.748Z] github.com/docker/docker/libcontainerd/types [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/config [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T19:11:22.748Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/idm [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ns [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/options [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/osl [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/types [2022-03-20T19:11:22.749Z] github.com/docker/docker/oci [2022-03-20T19:11:22.749Z] github.com/docker/docker/oci/caps [2022-03-20T19:11:22.749Z] github.com/docker/docker/opts [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/aaparser [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/archive [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/authorization [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/capabilities [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/containerfs [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/directory [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/dmesg [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/filenotify [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/fileutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/fsutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/homedir [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/idtools [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/ioutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/longpath [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/loopback [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/parsers [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/pidfile [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/platform [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/plugins [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/pools [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/progress [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/pubsub [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/reexec [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/signal [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/stack [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/stringid [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/system [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/tailfile [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/tarsum [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/truncindex [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/urlutil [2022-03-20T19:11:22.749Z] github.com/docker/docker/pkg/useragent [2022-03-20T19:11:22.749Z] github.com/docker/docker/plugin [2022-03-20T19:11:22.749Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T19:11:22.749Z] github.com/docker/docker/plugin/v2 [2022-03-20T19:11:22.749Z] github.com/docker/docker/profiles/apparmor [2022-03-20T19:11:22.749Z] github.com/docker/docker/profiles/seccomp [2022-03-20T19:11:22.749Z] github.com/docker/docker/quota [2022-03-20T19:11:22.749Z] github.com/docker/docker/reference [2022-03-20T19:11:22.749Z] github.com/docker/docker/registry [2022-03-20T19:11:22.749Z] github.com/docker/docker/registry/resumable [2022-03-20T19:11:22.749Z] github.com/docker/docker/restartmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/rootless [2022-03-20T19:11:22.749Z] github.com/docker/docker/rootless/specconv [2022-03-20T19:11:22.749Z] github.com/docker/docker/runconfig [2022-03-20T19:11:22.749Z] github.com/docker/docker/runconfig/opts [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/daemon [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/environment [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/fakegit [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/registry [2022-03-20T19:11:22.749Z] github.com/docker/docker/testutil/request [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume/drivers [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume/local [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume/mounts [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume/service [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume/service/opts [2022-03-20T19:11:22.749Z] github.com/docker/docker/volume/testutils' [2022-03-20T19:11:22.749Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/config [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/idm [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ns [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/options [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/osl [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/types' [2022-03-20T19:11:22.749Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-20T19:11:22.749Z] + echo 'github.com/docker/docker/libnetwork [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/config [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/idm [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/ns [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/options [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/osl [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/types' [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:11:22.749Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:11:22.749Z] + type docker-proxy [2022-03-20T19:11:22.749Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-20T19:11:22.749Z] + hack/make.sh binary-proxy install-proxy [2022-03-20T19:11:22.749Z] [2022-03-20T19:11:22.749Z] Removing bundles/ [2022-03-20T19:11:22.749Z] [2022-03-20T19:11:22.767Z] === RUN TestIsEmptyDir [2022-03-20T19:11:22.767Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-20T19:11:22.767Z] PASS [2022-03-20T19:11:22.767Z] coverage: 2.3% of statements [2022-03-20T19:11:22.767Z] ok github.com/docker/docker/daemon/graphdriver 0.100s coverage: 2.3% of statements [2022-03-20T19:11:22.767Z] === RUN TestLinkNaming [2022-03-20T19:11:22.767Z] --- PASS: TestLinkNaming (0.00s) [2022-03-20T19:11:22.767Z] === RUN TestLinkNew [2022-03-20T19:11:22.767Z] --- PASS: TestLinkNew (0.00s) [2022-03-20T19:11:22.767Z] === RUN TestLinkEnv [2022-03-20T19:11:22.767Z] --- PASS: TestLinkEnv (0.00s) [2022-03-20T19:11:22.767Z] === RUN TestLinkMultipleEnv [2022-03-20T19:11:22.767Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-20T19:11:22.767Z] === RUN TestLinkPortRangeEnv [2022-03-20T19:11:22.767Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-20T19:11:22.767Z] PASS [2022-03-20T19:11:22.767Z] coverage: 93.0% of statements [2022-03-20T19:11:22.767Z] ok github.com/docker/docker/daemon/links 0.050s coverage: 93.0% of statements [2022-03-20T19:11:23.011Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-20T19:11:23.011Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-20T19:11:23.011Z] GOOS="" GOARCH="" GOARM="" [2022-03-20T19:11:23.424Z] === RUN TestDockerSuite/TestEventsTop [2022-03-20T19:11:23.730Z] === RUN TestVerifyNetworkingConfig [2022-03-20T19:11:23.730Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-20T19:11:23.730Z] === RUN TestGetContainer [2022-03-20T19:11:23.730Z] --- PASS: TestGetContainer (0.00s) [2022-03-20T19:11:23.730Z] === RUN TestValidContainerNames [2022-03-20T19:11:23.730Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestContainerInitDNS [2022-03-20T19:11:23.731Z] daemon_test.go:145: root required [2022-03-20T19:11:23.731Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestMerge [2022-03-20T19:11:23.731Z] --- PASS: TestMerge (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestValidateContainerIsolation [2022-03-20T19:11:23.731Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestFindNetworkErrorType [2022-03-20T19:11:23.731Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestEnsureServicesExist [2022-03-20T19:11:23.731Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestEnsureServicesExistErrors [2022-03-20T19:11:23.731Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-20T19:11:23.731Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-20T19:11:23.731Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-20T19:11:23.731Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestContainerDelete [2022-03-20T19:11:23.731Z] --- PASS: TestContainerDelete (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestContainerDoubleDelete [2022-03-20T19:11:23.731Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestLogContainerEventCopyLabels [2022-03-20T19:11:23.731Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestLogContainerEventWithAttributes [2022-03-20T19:11:23.731Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestNoneHealthcheck [2022-03-20T19:11:23.731Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestHealthStates [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] time="2022-03-20T19:11:23Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:11:23.731Z] --- PASS: TestHealthStates (0.19s) [2022-03-20T19:11:23.731Z] === RUN TestGetInspectData [2022-03-20T19:11:23.731Z] --- PASS: TestGetInspectData (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestFillLicense [2022-03-20T19:11:23.731Z] --- PASS: TestFillLicense (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestListInvalidFilter [2022-03-20T19:11:23.731Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestNameFilter [2022-03-20T19:11:23.731Z] --- PASS: TestNameFilter (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-20T19:11:23.731Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-20T19:11:23.731Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-20T19:11:23.731Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestDaemonReloadLabels [2022-03-20T19:11:23.731Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-20T19:11:23.731Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestDaemonReloadMirrors [2022-03-20T19:11:23.731Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-20T19:11:23.731Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-20T19:11:23.731Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-20T19:11:23.731Z] reload_test.go:342: root required [2022-03-20T19:11:23.731Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-20T19:11:23.731Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-20T19:11:23.731Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-20T19:11:23.731Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-03-20T19:11:23.731Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-20T19:11:23.731Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-03-20T19:11:23.731Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-20T19:11:23.731Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-20T19:11:23.731Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-20T19:11:23.731Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-20T19:11:23.731Z] === RUN TestParseVolumesFrom [2022-03-20T19:11:23.731Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-20T19:11:23.731Z] PASS [2022-03-20T19:11:23.731Z] coverage: 8.6% of statements [2022-03-20T19:11:23.991Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-20T19:11:24.189Z] ok github.com/docker/docker/daemon 0.564s coverage: 8.6% of statements [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-20T19:11:24.189Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-20T19:11:25.721Z] === RUN TestAdapterReadLogs [2022-03-20T19:11:25.721Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCopier [2022-03-20T19:11:25.721Z] --- PASS: TestCopier (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCopierLongLines [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/defaults [2022-03-20T19:11:25.721Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCopierSlow [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-20T19:11:25.721Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-20T19:11:25.721Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-20T19:11:25.721Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-20T19:11:25.721Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-20T19:11:25.721Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-20T19:11:25.721Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-20T19:11:25.721Z] === RUN TestSearchRegistryForImagesErrors [2022-03-20T19:11:25.721Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestSearchRegistryForImages [2022-03-20T19:11:25.721Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestOnlyPlatformWithFallback [2022-03-20T19:11:25.721Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestImageDelete [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-20T19:11:25.721Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-03-20T19:11:25.721Z] === RUN TestCreateSuccess [2022-03-20T19:11:25.721Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCreateStreamSkipped [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-20T19:11:25.721Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCreateLogGroupSuccess [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-20T19:11:25.721Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCreateError [2022-03-20T19:11:25.721Z] --- PASS: TestCreateError (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCreateAlreadyExists [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-20T19:11:25.721Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestLogClosed [2022-03-20T19:11:25.721Z] --- PASS: TestLogClosed (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestLogBlocking [2022-03-20T19:11:25.721Z] --- PASS: TestLogBlocking (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-20T19:11:25.721Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestLogNonBlockingBufferFull [2022-03-20T19:11:25.721Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestPublishBatchSuccess [2022-03-20T19:11:25.721Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestPublishBatchError [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=error msg=error [2022-03-20T19:11:25.721Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-20T19:11:25.721Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-20T19:11:25.721Z] time="2022-03-20T19:11:25Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-20T19:11:25.721Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchSimple [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchTicker [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchMultilinePattern [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-20T19:11:25.721Z] === RUN TestImageDelete/no_lease [2022-03-20T19:11:25.721Z] --- PASS: TestCopierSlow (0.20s) [2022-03-20T19:11:25.721Z] === RUN TestCopierWithSized [2022-03-20T19:11:25.721Z] === RUN TestCopierWithSized/as_is [2022-03-20T19:11:25.721Z] === RUN TestImageDelete/lease_exists [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-20T19:11:25.721Z] === RUN TestCollectBatchClose [2022-03-20T19:11:25.721Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen/0/Hello [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen/2/🙃 [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen/3/���� [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen/4/He��o [2022-03-20T19:11:25.721Z] === RUN TestEffectiveLen/5/ [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-20T19:11:25.721Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-20T19:11:25.721Z] === RUN TestFindValidSplit [2022-03-20T19:11:25.721Z] === RUN TestFindValidSplit/0/ [2022-03-20T19:11:25.721Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:11:25.721Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:11:25.721Z] === RUN TestFindValidSplit/1/Hello [2022-03-20T19:11:25.721Z] cloudwatchlogs_test.go:1076: Hello [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:11:25.722Z] === RUN TestFindValidSplit/2/Hello [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1076: He [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: llo [2022-03-20T19:11:25.722Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-20T19:11:25.722Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-20T19:11:25.722Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-20T19:11:25.722Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestCopierWithPartial [2022-03-20T19:11:25.722Z] === RUN TestFindValidSplit/3/Hello [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: Hello [2022-03-20T19:11:25.722Z] === RUN TestFindValidSplit/4/🙃 [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-20T19:11:25.722Z] === RUN TestFindValidSplit/5/🙃 [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:11:25.722Z] === RUN TestFindValidSplit/6/a� [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1076: a [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: � [2022-03-20T19:11:25.722Z] === RUN TestFindValidSplit/7/a� [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1076: a� [2022-03-20T19:11:25.722Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-20T19:11:25.722Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestProcessEventEmoji [2022-03-20T19:11:25.722Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestCollectBatchLineSplit [2022-03-20T19:11:25.722Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-20T19:11:25.722Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-20T19:11:25.722Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestRingLogger [2022-03-20T19:11:25.722Z] --- PASS: TestRingLogger (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestRingCap [2022-03-20T19:11:25.722Z] --- PASS: TestRingCap (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestRingClose [2022-03-20T19:11:25.722Z] --- PASS: TestRingClose (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestRingDrain [2022-03-20T19:11:25.722Z] --- PASS: TestRingDrain (0.00s) [2022-03-20T19:11:25.722Z] PASS [2022-03-20T19:11:25.722Z] coverage: 43.2% of statements [2022-03-20T19:11:25.722Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-20T19:11:25.722Z] === RUN TestCollectBatchMaxEvents [2022-03-20T19:11:25.722Z] ok github.com/docker/docker/daemon/logger 0.334s coverage: 43.2% of statements [2022-03-20T19:11:25.722Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-20T19:11:25.722Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-20T19:11:25.722Z] --- PASS: TestImageDelete (0.07s) [2022-03-20T19:11:25.722Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-20T19:11:25.722Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-03-20T19:11:25.722Z] === RUN TestContentStoreForPull [2022-03-20T19:11:26.180Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-20T19:11:26.180Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-20T19:11:26.180Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-20T19:11:26.180Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-20T19:11:26.180Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.09s) [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-20T19:11:26.180Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsFormat [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestCreateTagSuccess [2022-03-20T19:11:26.180Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-20T19:11:26.180Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-20T19:11:26.180Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-20T19:11:26.180Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-20T19:11:26.180Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-20T19:11:26.180Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-20T19:11:26.180Z] PASS [2022-03-20T19:11:26.180Z] coverage: 79.9% of statements [2022-03-20T19:11:26.180Z] ok github.com/docker/docker/daemon/logger/awslogs 0.464s coverage: 79.9% of statements [2022-03-20T19:11:26.180Z] --- PASS: TestContentStoreForPull (0.22s) [2022-03-20T19:11:26.180Z] PASS [2022-03-20T19:11:26.180Z] coverage: 6.6% of statements [2022-03-20T19:11:26.180Z] ok github.com/docker/docker/daemon/images 0.386s coverage: 6.6% of statements [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-20T19:11:26.180Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-20T19:11:26.180Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-20T19:11:26.180Z] PASS [2022-03-20T19:11:26.180Z] coverage: 33.6% of statements [2022-03-20T19:11:26.180Z] ok github.com/docker/docker/daemon/logger/fluentd 0.057s coverage: 33.6% of statements [2022-03-20T19:11:26.180Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-20T19:11:26.180Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-20T19:11:26.180Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-20T19:11:26.180Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-20T19:11:26.180Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-20T19:11:26.180Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-20T19:11:27.152Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-20T19:11:27.152Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-20T19:11:27.152Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-20T19:11:27.152Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-20T19:11:27.152Z] === RUN TestFastTimeMarshalJSON [2022-03-20T19:11:27.267Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-20T19:11:27.608Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-20T19:11:27.608Z] PASS [2022-03-20T19:11:27.608Z] coverage: 87.2% of statements [2022-03-20T19:11:27.608Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.250s coverage: 87.2% of statements [2022-03-20T19:11:27.608Z] === RUN TestJSONFileLogger [2022-03-20T19:11:27.608Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-20T19:11:27.608Z] === RUN TestJSONFileLoggerWithTags [2022-03-20T19:11:27.608Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-20T19:11:27.608Z] === RUN TestJSONFileLoggerWithOpts [2022-03-20T19:11:27.608Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-20T19:11:27.608Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-20T19:11:27.608Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-20T19:11:27.608Z] === RUN TestEncodeDecode [2022-03-20T19:11:27.608Z] === PAUSE TestEncodeDecode [2022-03-20T19:11:27.608Z] === RUN TestUnexpectedEOF [2022-03-20T19:11:28.065Z] time="2022-03-20T19:11:27Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-20T19:11:28.065Z] time="2022-03-20T19:11:27Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-20T19:11:28.065Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-20T19:11:28.065Z] === CONT TestEncodeDecode [2022-03-20T19:11:28.065Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-20T19:11:28.065Z] PASS [2022-03-20T19:11:28.065Z] coverage: 69.9% of statements [2022-03-20T19:11:28.065Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.324s coverage: 69.9% of statements [2022-03-20T19:11:28.065Z] === RUN TestWriteLog [2022-03-20T19:11:28.065Z] === PAUSE TestWriteLog [2022-03-20T19:11:28.065Z] === RUN TestReadLog [2022-03-20T19:11:28.065Z] === PAUSE TestReadLog [2022-03-20T19:11:28.065Z] === RUN TestDecode [2022-03-20T19:11:28.065Z] --- PASS: TestDecode (0.02s) [2022-03-20T19:11:28.065Z] === CONT TestWriteLog [2022-03-20T19:11:28.065Z] === CONT TestReadLog [2022-03-20T19:11:28.065Z] === RUN TestReadLog/tail_exact [2022-03-20T19:11:28.522Z] --- PASS: TestWriteLog (0.01s) [2022-03-20T19:11:28.522Z] === RUN TestReadLog/tail_less_than_available [2022-03-20T19:11:28.522Z] === RUN TestReadLog/tail_more_than_available [2022-03-20T19:11:28.522Z] --- PASS: TestReadLog (0.26s) [2022-03-20T19:11:28.522Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-03-20T19:11:28.522Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-20T19:11:28.522Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-20T19:11:28.522Z] PASS [2022-03-20T19:11:28.522Z] coverage: 78.7% of statements [2022-03-20T19:11:28.522Z] ok github.com/docker/docker/daemon/logger/local 0.403s coverage: 78.7% of statements [2022-03-20T19:11:28.522Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-20T19:11:28.522Z] === RUN TestOpenFileDelete [2022-03-20T19:11:28.522Z] --- PASS: TestOpenFileDelete (0.01s) [2022-03-20T19:11:28.522Z] === RUN TestOpenFileRename [2022-03-20T19:11:28.522Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestHandleDecoderErr [2022-03-20T19:11:28.522Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestParseLogTagDefaultTag [2022-03-20T19:11:28.522Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestParseLogTag [2022-03-20T19:11:28.522Z] --- PASS: TestParseLogTag (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestParseLogTagEmptyTag [2022-03-20T19:11:28.522Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestTailFiles [2022-03-20T19:11:28.522Z] --- PASS: TestTailFiles (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestFollowLogsConsumerGone [2022-03-20T19:11:28.522Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-20T19:11:28.522Z] === RUN TestFollowLogsProducerGone [2022-03-20T19:11:28.522Z] logfile_test.go:180: logDecode() closed after sending 3464 messages [2022-03-20T19:11:28.978Z] logfile_test.go:233: messages sent: 3464, received: 3464 [2022-03-20T19:11:28.978Z] --- PASS: TestFollowLogsProducerGone (0.03s) [2022-03-20T19:11:28.978Z] === RUN TestCheckCapacityAndRotate [2022-03-20T19:11:28.978Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-20T19:11:28.978Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-20T19:11:28.978Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-03-20T19:11:28.978Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.02s) [2022-03-20T19:11:28.978Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-03-20T19:11:28.978Z] PASS [2022-03-20T19:11:28.978Z] coverage: 53.5% of statements [2022-03-20T19:11:28.978Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.391s coverage: 53.5% of statements [2022-03-20T19:11:29.434Z] === RUN TestLog [2022-03-20T19:11:29.434Z] --- PASS: TestLog (0.03s) [2022-03-20T19:11:29.434Z] PASS [2022-03-20T19:11:29.434Z] coverage: 31.5% of statements [2022-03-20T19:11:29.434Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.106s coverage: 31.5% of statements [2022-03-20T19:11:29.891Z] === RUN TestNewParse [2022-03-20T19:11:29.891Z] --- PASS: TestNewParse (0.00s) [2022-03-20T19:11:29.891Z] PASS [2022-03-20T19:11:29.891Z] coverage: 8.3% of statements [2022-03-20T19:11:29.891Z] ok github.com/docker/docker/daemon/logger/templates 0.039s coverage: 8.3% of statements [2022-03-20T19:11:30.348Z] === RUN TestValidateLogOpt [2022-03-20T19:11:30.348Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestNewMissedConfig [2022-03-20T19:11:30.348Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestNewMissedUrl [2022-03-20T19:11:30.348Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestNewMissedToken [2022-03-20T19:11:30.348Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestNewWithProxy [2022-03-20T19:11:30.348Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestDefault [2022-03-20T19:11:30.348Z] --- PASS: TestDefault (0.01s) [2022-03-20T19:11:30.348Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-20T19:11:30.348Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestJsonFormat [2022-03-20T19:11:30.348Z] --- PASS: TestJsonFormat (0.01s) [2022-03-20T19:11:30.348Z] === RUN TestRawFormat [2022-03-20T19:11:30.348Z] --- PASS: TestRawFormat (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestRawFormatWithLabels [2022-03-20T19:11:30.348Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestRawFormatWithoutTag [2022-03-20T19:11:30.348Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestBatching [2022-03-20T19:11:30.348Z] === RUN TestParseLogFormat [2022-03-20T19:11:30.348Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestValidateLogOptEmpty [2022-03-20T19:11:30.348Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestValidateSyslogAddress [2022-03-20T19:11:30.348Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestParseAddressDefaultPort [2022-03-20T19:11:30.348Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestValidateSyslogFacility [2022-03-20T19:11:30.348Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestValidateLogOptSyslogFormat [2022-03-20T19:11:30.348Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-20T19:11:30.348Z] === RUN TestValidateLogOpt [2022-03-20T19:11:30.348Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-20T19:11:30.348Z] PASS [2022-03-20T19:11:30.348Z] coverage: 46.8% of statements [2022-03-20T19:11:30.348Z] ok github.com/docker/docker/daemon/logger/syslog 0.061s coverage: 46.8% of statements [2022-03-20T19:11:30.348Z] --- PASS: TestBatching (0.29s) [2022-03-20T19:11:30.348Z] === RUN TestFrequency [2022-03-20T19:11:30.804Z] --- PASS: TestFrequency (0.17s) [2022-03-20T19:11:30.804Z] === RUN TestOneMessagePerRequest [2022-03-20T19:11:30.804Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-20T19:11:30.804Z] === RUN TestVerify [2022-03-20T19:11:30.804Z] --- PASS: TestVerify (0.00s) [2022-03-20T19:11:30.804Z] === RUN TestSkipVerify [2022-03-20T19:11:30.804Z] time="2022-03-20T19:11:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:30.804Z] time="2022-03-20T19:11:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:30.804Z] time="2022-03-20T19:11:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.195Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-20T19:11:31.196Z] [2022-03-20T19:11:31.196Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-20T19:11:31.196Z] Installing docker-proxy to /usr/local/bin/ [2022-03-20T19:11:31.196Z] [2022-03-20T19:11:31.196Z] + mkdir -p bundles [2022-03-20T19:11:31.196Z] + '[' -n 'github.com/docker/docker/api [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/backend/build [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/httputils [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/middleware [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/build [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/container [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/debug [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/distribution [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/grpc [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/image [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/network [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/plugin [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/session [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/swarm [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/system [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/server/router/volume [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/backend [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/blkiodev [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/container [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/events [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/filters [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/image [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/mount [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/network [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/registry [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/strslice [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/swarm [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/time [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/versions [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-20T19:11:31.196Z] github.com/docker/docker/api/types/volume [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/builder-next/worker [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/dockerfile [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/remotecontext [2022-03-20T19:11:31.196Z] github.com/docker/docker/builder/remotecontext/git [2022-03-20T19:11:31.196Z] github.com/docker/docker/cli [2022-03-20T19:11:31.196Z] github.com/docker/docker/cli/config [2022-03-20T19:11:31.196Z] github.com/docker/docker/cli/debug [2022-03-20T19:11:31.196Z] github.com/docker/docker/client [2022-03-20T19:11:31.196Z] github.com/docker/docker/cmd/docker-proxy [2022-03-20T19:11:31.196Z] github.com/docker/docker/cmd/dockerd [2022-03-20T19:11:31.196Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-20T19:11:31.196Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-20T19:11:31.196Z] github.com/docker/docker/container [2022-03-20T19:11:31.196Z] github.com/docker/docker/container/stream [2022-03-20T19:11:31.196Z] github.com/docker/docker/contrib/apparmor [2022-03-20T19:11:31.196Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-20T19:11:31.196Z] github.com/docker/docker/contrib/httpserver [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/cluster [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/cluster/convert [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/cluster/executor [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/cluster/provider [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/config [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/events [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/events/testutils [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/exec [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/images [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/initlayer [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/links [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/listeners [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/gelf [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/journald [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/local [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/logentries [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/splunk [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/syslog [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/logger/templates [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/names [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/network [2022-03-20T19:11:31.196Z] github.com/docker/docker/daemon/stats [2022-03-20T19:11:31.196Z] github.com/docker/docker/distribution [2022-03-20T19:11:31.196Z] github.com/docker/docker/distribution/metadata [2022-03-20T19:11:31.196Z] github.com/docker/docker/distribution/utils [2022-03-20T19:11:31.196Z] github.com/docker/docker/distribution/xfer [2022-03-20T19:11:31.196Z] github.com/docker/docker/dockerversion [2022-03-20T19:11:31.196Z] github.com/docker/docker/errdefs [2022-03-20T19:11:31.196Z] github.com/docker/docker/errdefs/adapter [2022-03-20T19:11:31.196Z] github.com/docker/docker/image [2022-03-20T19:11:31.196Z] github.com/docker/docker/image/cache [2022-03-20T19:11:31.196Z] github.com/docker/docker/image/tarexport [2022-03-20T19:11:31.196Z] github.com/docker/docker/image/v1 [2022-03-20T19:11:31.196Z] github.com/docker/docker/internal/test/suite [2022-03-20T19:11:31.196Z] github.com/docker/docker/layer [2022-03-20T19:11:31.196Z] github.com/docker/docker/libcontainerd [2022-03-20T19:11:31.196Z] github.com/docker/docker/libcontainerd/queue [2022-03-20T19:11:31.196Z] github.com/docker/docker/libcontainerd/remote [2022-03-20T19:11:31.196Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-20T19:11:31.196Z] github.com/docker/docker/libcontainerd/types [2022-03-20T19:11:31.196Z] github.com/docker/docker/oci [2022-03-20T19:11:31.196Z] github.com/docker/docker/oci/caps [2022-03-20T19:11:31.196Z] github.com/docker/docker/opts [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/aaparser [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/archive [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/authorization [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/broadcaster [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/capabilities [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/chrootarchive [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/containerfs [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/devicemapper [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/directory [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/dmesg [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/filenotify [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/fileutils [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/fsutils [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/homedir [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/idtools [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/ioutils [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/jsonmessage [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/longpath [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/loopback [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/namesgenerator [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/parsers [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/pidfile [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/platform [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/plugingetter [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/plugins [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/plugins/transport [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/pools [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/progress [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/pubsub [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/reexec [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/signal [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/stack [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/stdcopy [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/streamformatter [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/stringid [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/sysinfo [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/system [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/tailfile [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/tarsum [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/truncindex [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/urlutil [2022-03-20T19:11:31.196Z] github.com/docker/docker/pkg/useragent [2022-03-20T19:11:31.196Z] github.com/docker/docker/plugin [2022-03-20T19:11:31.196Z] github.com/docker/docker/plugin/executor/containerd [2022-03-20T19:11:31.196Z] github.com/docker/docker/plugin/v2 [2022-03-20T19:11:31.196Z] github.com/docker/docker/profiles/apparmor [2022-03-20T19:11:31.196Z] github.com/docker/docker/profiles/seccomp [2022-03-20T19:11:31.196Z] github.com/docker/docker/quota [2022-03-20T19:11:31.196Z] github.com/docker/docker/reference [2022-03-20T19:11:31.196Z] github.com/docker/docker/registry [2022-03-20T19:11:31.196Z] github.com/docker/docker/registry/resumable [2022-03-20T19:11:31.196Z] github.com/docker/docker/restartmanager [2022-03-20T19:11:31.196Z] github.com/docker/docker/rootless [2022-03-20T19:11:31.196Z] github.com/docker/docker/rootless/specconv [2022-03-20T19:11:31.196Z] github.com/docker/docker/runconfig [2022-03-20T19:11:31.196Z] github.com/docker/docker/runconfig/opts [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/daemon [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/environment [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/fakecontext [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/fakegit [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/fakestorage [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/fixtures/load [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/registry [2022-03-20T19:11:31.196Z] github.com/docker/docker/testutil/request [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume/drivers [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume/local [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume/mounts [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume/service [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume/service/opts [2022-03-20T19:11:31.196Z] github.com/docker/docker/volume/testutils' ']' [2022-03-20T19:11:31.197Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/errdefs/adapter github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-20T19:11:31.197Z] ? github.com/docker/docker/api [no test files] [2022-03-20T19:11:31.260Z] --- PASS: TestSkipVerify (0.75s) [2022-03-20T19:11:31.260Z] === RUN TestBufferMaximum [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.140728\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.140728\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-20T19:11:31.260Z] === RUN TestServerAlwaysDown [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.145000\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.145000\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.145000\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.146343\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] time="2022-03-20T19:11:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803491.146343\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:31.260Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-20T19:11:31.260Z] === RUN TestCannotSendAfterClose [2022-03-20T19:11:31.260Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-20T19:11:31.260Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-20T19:11:31.717Z] === RUN TestV1IDService [2022-03-20T19:11:31.717Z] --- PASS: TestV1IDService (0.03s) [2022-03-20T19:11:31.717Z] === RUN TestV2MetadataService [2022-03-20T19:11:32.688Z] time="2022-03-20T19:11:32Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-20T19:11:32.688Z] time="2022-03-20T19:11:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"df907f53ba58\"}'" [2022-03-20T19:11:32.688Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-20T19:11:32.688Z] PASS [2022-03-20T19:11:32.688Z] coverage: 82.5% of statements [2022-03-20T19:11:32.688Z] ok github.com/docker/docker/daemon/logger/splunk 2.372s coverage: 82.5% of statements [2022-03-20T19:11:32.688Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-20T19:11:32.688Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-20T19:11:32.688Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-20T19:11:32.688Z] --- PASS: TestV2MetadataService (0.85s) [2022-03-20T19:11:32.688Z] PASS [2022-03-20T19:11:32.688Z] coverage: 48.2% of statements [2022-03-20T19:11:32.688Z] ok github.com/docker/docker/distribution/metadata 0.959s coverage: 48.2% of statements [2022-03-20T19:11:33.147Z] === RUN TestSuccessfulDownload [2022-03-20T19:11:33.147Z] download_test.go:267: Needs fixing on Windows [2022-03-20T19:11:33.147Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-20T19:11:33.147Z] === RUN TestCancelledDownload [2022-03-20T19:11:33.147Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-20T19:11:33.147Z] === RUN TestMaxDownloadAttempts [2022-03-20T19:11:33.147Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:11:33.147Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:11:33.147Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:11:33.147Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:11:33.147Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:11:33.148Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:11:33.148Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:11:33.148Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:11:33.148Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:11:33.148Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:11:33.148Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:11:33.148Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:11:33.148Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-20T19:11:33.148Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-20T19:11:33.148Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-20T19:11:33.148Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-20T19:11:33.148Z] === RUN TestContinueOnError_NeverContinue [2022-03-20T19:11:33.148Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-20T19:11:33.148Z] === RUN TestManifestStore [2022-03-20T19:11:33.148Z] === RUN TestManifestStore/no_remote_or_local [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1110874421\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/no_local_cache [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/with_local_cache [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:32Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:32Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:11:33.605Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.57s) [2022-03-20T19:11:33.605Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.57s) [2022-03-20T19:11:33.605Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.57s) [2022-03-20T19:11:33.605Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.57s) [2022-03-20T19:11:33.605Z] === RUN TestTransfer [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/unknown_media_type [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="reference for unknown type: " [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="reference for unknown type: " [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="reference for unknown type: " [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="reference for unknown type: " [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="reference for unknown type: " [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-20T19:11:33.605Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-20T19:11:33.605Z] time="2022-03-20T19:11:33Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore (0.48s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/no_remote_or_local (0.34s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-20T19:11:33.605Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-20T19:11:33.605Z] === RUN TestFixManifestLayers [2022-03-20T19:11:33.605Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-20T19:11:33.605Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-20T19:11:33.605Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-20T19:11:33.605Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-20T19:11:33.605Z] === RUN TestFixManifestLayersBadParent [2022-03-20T19:11:33.605Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-20T19:11:33.605Z] --- PASS: TestTransfer (0.12s) [2022-03-20T19:11:33.605Z] === RUN TestConcurrencyLimit [2022-03-20T19:11:33.605Z] === RUN TestValidateManifest [2022-03-20T19:11:33.605Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-20T19:11:33.605Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-20T19:11:33.605Z] === RUN TestFormatPlatform [2022-03-20T19:11:33.605Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-20T19:11:33.605Z] === RUN TestPullSchema2Config [2022-03-20T19:11:33.605Z] === RUN TestPullSchema2Config/success_first_time [2022-03-20T19:11:33.605Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:11:33.605Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:11:33.605Z] === RUN TestPullSchema2Config/500_status [2022-03-20T19:11:33.605Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:11:33.605Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:11:33.809Z] === RUN TestDockerSuite/TestExec [2022-03-20T19:11:33.809Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-20T19:11:33.809Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-20T19:11:34.063Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:11:34.063Z] === RUN TestPullSchema2Config/EOF [2022-03-20T19:11:34.063Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:11:34.063Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:11:34.063Z] 2022/03/20 19:11:33 http: panic serving 127.0.0.1:49217: intentional panic [2022-03-20T19:11:34.063Z] goroutine 105 [running]: [2022-03-20T19:11:34.063Z] net/http.(*conn).serve.func1() [2022-03-20T19:11:34.063Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-20T19:11:34.063Z] panic({0xa56e40, 0xc38df0}) [2022-03-20T19:11:34.063Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-20T19:11:34.063Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003d81a0?, {0xc405d8?, 0xc0003d4000?}) [2022-03-20T19:11:34.063Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-20T19:11:34.063Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xc405d8, 0xc0003d4000}, 0xc000158100) [2022-03-20T19:11:34.063Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-03-20T19:11:34.063Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xc405d8?, 0xc0003d4000?}, 0xc0004d0000?) [2022-03-20T19:11:34.063Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-20T19:11:34.063Z] net/http.serverHandler.ServeHTTP({0xc000334420?}, {0xc405d8, 0xc0003d4000}, 0xc000158100) [2022-03-20T19:11:34.063Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-20T19:11:34.063Z] net/http.(*conn).serve(0xc00009e000, {0xc40e50, 0xc00007fa10}) [2022-03-20T19:11:34.063Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-20T19:11:34.063Z] created by net/http.(*Server).Serve [2022-03-20T19:11:34.063Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-20T19:11:34.063Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-03-20T19:11:34.063Z] === RUN TestInactiveJobs [2022-03-20T19:11:34.063Z] === RUN TestNotFound [2022-03-20T19:11:34.063Z] --- PASS: TestNotFound (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestConflict [2022-03-20T19:11:34.063Z] --- PASS: TestConflict (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestForbidden [2022-03-20T19:11:34.063Z] --- PASS: TestForbidden (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestInvalidParameter [2022-03-20T19:11:34.063Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestNotImplemented [2022-03-20T19:11:34.063Z] --- PASS: TestNotImplemented (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestNotModified [2022-03-20T19:11:34.063Z] --- PASS: TestNotModified (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestUnauthorized [2022-03-20T19:11:34.063Z] --- PASS: TestUnauthorized (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestUnknown [2022-03-20T19:11:34.063Z] --- PASS: TestUnknown (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestCancelled [2022-03-20T19:11:34.063Z] --- PASS: TestCancelled (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestDeadline [2022-03-20T19:11:34.063Z] --- PASS: TestDeadline (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestDataLoss [2022-03-20T19:11:34.063Z] --- PASS: TestDataLoss (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestUnavailable [2022-03-20T19:11:34.063Z] --- PASS: TestUnavailable (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestSystem [2022-03-20T19:11:34.063Z] --- PASS: TestSystem (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Not_Found [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Bad_Request [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Conflict [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Unauthorized [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Forbidden [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Not_Modified [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-20T19:11:34.063Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-20T19:11:34.063Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-20T19:11:34.063Z] PASS [2022-03-20T19:11:34.063Z] coverage: 64.4% of statements [2022-03-20T19:11:34.063Z] ok github.com/docker/docker/errdefs 0.039s coverage: 64.4% of statements [2022-03-20T19:11:34.063Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:11:34.063Z] === RUN TestPullSchema2Config/unauthorized [2022-03-20T19:11:34.063Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:11:34.063Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:11:34.063Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-20T19:11:34.063Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-20T19:11:34.063Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-20T19:11:34.063Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-20T19:11:34.063Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestGetRepositoryMountCandidates [2022-03-20T19:11:34.063Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestLayerAlreadyExists [2022-03-20T19:11:34.063Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:11:34.063Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:11:34.063Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:11:34.063Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:11:34.063Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:11:34.063Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:11:34.063Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-20T19:11:34.063Z] === RUN TestWhenEmptyAuthConfig [2022-03-20T19:11:34.374Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-20T19:11:34.523Z] --- PASS: TestInactiveJobs (0.39s) [2022-03-20T19:11:34.523Z] === RUN TestWatchRelease [2022-03-20T19:11:34.523Z] --- PASS: TestWatchRelease (0.04s) [2022-03-20T19:11:34.523Z] === RUN TestWatchFinishedTransfer [2022-03-20T19:11:34.523Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-20T19:11:34.523Z] === RUN TestDuplicateTransfer [2022-03-20T19:11:34.523Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-20T19:11:34.523Z] === RUN TestSuccessfulUpload [2022-03-20T19:11:34.523Z] === RUN TestFSGetInvalidData [2022-03-20T19:11:34.523Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-20T19:11:34.523Z] === RUN TestFSInvalidSet [2022-03-20T19:11:34.523Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-20T19:11:34.523Z] === RUN TestFSInvalidRoot [2022-03-20T19:11:34.523Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-20T19:11:34.523Z] === RUN TestFSMetadataGetSet [2022-03-20T19:11:34.523Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-20T19:11:34.523Z] === RUN TestFSInvalidWalker [2022-03-20T19:11:34.523Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-20T19:11:34.523Z] === RUN TestFSGetSet [2022-03-20T19:11:34.523Z] --- PASS: TestFSGetSet (0.03s) [2022-03-20T19:11:34.523Z] === RUN TestFSGetUnsetKey [2022-03-20T19:11:34.523Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-20T19:11:34.523Z] === RUN TestFSGetEmptyData [2022-03-20T19:11:34.523Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-20T19:11:34.634Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-20T19:11:34.980Z] === RUN TestFSDelete [2022-03-20T19:11:34.980Z] time="2022-03-20T19:11:34Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-20T19:11:34.980Z] --- PASS: TestFSDelete (0.02s) [2022-03-20T19:11:34.980Z] === RUN TestFSWalker [2022-03-20T19:11:34.980Z] --- PASS: TestFSWalker (0.02s) [2022-03-20T19:11:34.980Z] === RUN TestFSWalkerStopOnError [2022-03-20T19:11:34.980Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-20T19:11:34.980Z] === RUN TestNewFromJSON [2022-03-20T19:11:34.980Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-20T19:11:34.980Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-20T19:11:34.980Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-20T19:11:34.980Z] === RUN TestMarshalKeyOrder [2022-03-20T19:11:34.980Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-20T19:11:34.980Z] === RUN TestHistoryEqual [2022-03-20T19:11:34.980Z] --- PASS: TestSuccessfulUpload (0.35s) [2022-03-20T19:11:34.980Z] === RUN TestCancelledUpload [2022-03-20T19:11:34.980Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-20T19:11:34.980Z] PASS [2022-03-20T19:11:34.980Z] coverage: 76.8% of statements [2022-03-20T19:11:34.980Z] ok github.com/docker/docker/distribution/xfer 2.150s coverage: 76.8% of statements [2022-03-20T19:11:34.980Z] --- PASS: TestHistoryEqual (0.21s) [2022-03-20T19:11:34.980Z] === RUN TestImage [2022-03-20T19:11:34.980Z] --- PASS: TestImage (0.00s) [2022-03-20T19:11:34.980Z] === RUN TestImageOSNotEmpty [2022-03-20T19:11:34.980Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-20T19:11:34.980Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-20T19:11:34.980Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-20T19:11:34.980Z] === RUN TestCreate [2022-03-20T19:11:34.980Z] --- PASS: TestCreate (0.01s) [2022-03-20T19:11:34.980Z] === RUN TestRestore [2022-03-20T19:11:34.980Z] time="2022-03-20T19:11:34Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-20T19:11:34.980Z] --- PASS: TestRestore (0.03s) [2022-03-20T19:11:34.980Z] === RUN TestAddDelete [2022-03-20T19:11:34.980Z] --- PASS: TestAddDelete (0.02s) [2022-03-20T19:11:34.980Z] === RUN TestSearchAfterDelete [2022-03-20T19:11:34.980Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-20T19:11:34.980Z] === RUN TestParentReset [2022-03-20T19:11:34.980Z] --- PASS: TestParentReset (0.03s) [2022-03-20T19:11:34.980Z] === RUN TestGetAndSetLastUpdated [2022-03-20T19:11:34.980Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-20T19:11:34.980Z] === RUN TestStoreLen [2022-03-20T19:11:34.980Z] --- PASS: TestStoreLen (0.07s) [2022-03-20T19:11:34.980Z] PASS [2022-03-20T19:11:34.980Z] coverage: 86.9% of statements [2022-03-20T19:11:34.980Z] ok github.com/docker/docker/image 0.643s coverage: 86.9% of statements [2022-03-20T19:11:35.436Z] === RUN TestCompare [2022-03-20T19:11:35.436Z] --- PASS: TestCompare (0.00s) [2022-03-20T19:11:35.436Z] PASS [2022-03-20T19:11:35.436Z] coverage: 19.2% of statements [2022-03-20T19:11:35.436Z] ok github.com/docker/docker/image/cache 0.100s coverage: 19.2% of statements [2022-03-20T19:11:35.436Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-03-20T19:11:35.436Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-20T19:11:35.436Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-20T19:11:35.436Z] === RUN TestTokenPassThru [2022-03-20T19:11:35.436Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-20T19:11:35.436Z] === RUN TestTokenPassThruDifferentHost [2022-03-20T19:11:35.436Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-20T19:11:35.436Z] PASS [2022-03-20T19:11:35.436Z] coverage: 26.7% of statements [2022-03-20T19:11:35.436Z] ok github.com/docker/docker/distribution 2.298s coverage: 26.7% of statements [2022-03-20T19:11:35.892Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-20T19:11:35.892Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-20T19:11:35.892Z] ? github.com/docker/docker/errdefs/adapter [no test files] [2022-03-20T19:11:36.003Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-20T19:11:36.260Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-20T19:11:36.350Z] === RUN TestValidateManifest [2022-03-20T19:11:36.350Z] === RUN TestValidateManifest/nil [2022-03-20T19:11:36.350Z] === RUN TestValidateManifest/non-nil [2022-03-20T19:11:36.350Z] --- PASS: TestValidateManifest (0.00s) [2022-03-20T19:11:36.350Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-20T19:11:36.350Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-20T19:11:36.350Z] PASS [2022-03-20T19:11:36.350Z] coverage: 0.7% of statements [2022-03-20T19:11:36.350Z] ok github.com/docker/docker/image/tarexport 0.200s coverage: 0.7% of statements [2022-03-20T19:11:36.807Z] === RUN TestMakeV1ConfigFromConfig [2022-03-20T19:11:36.807Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-20T19:11:36.807Z] PASS [2022-03-20T19:11:36.807Z] coverage: 25.0% of statements [2022-03-20T19:11:36.807Z] ok github.com/docker/docker/image/v1 0.082s coverage: 25.0% of statements [2022-03-20T19:11:36.807Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-20T19:11:36.825Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-20T19:11:37.082Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-20T19:11:37.648Z] --- PASS: TestServicePlugin (31.70s) [2022-03-20T19:11:37.648Z] === RUN TestServiceUpdateLabel [2022-03-20T19:11:37.771Z] === RUN TestSerialization [2022-03-20T19:11:37.771Z] --- PASS: TestSerialization (0.02s) [2022-03-20T19:11:37.771Z] PASS [2022-03-20T19:11:37.771Z] coverage: 100.0% of statements [2022-03-20T19:11:37.771Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2022-03-20T19:11:37.905Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-20T19:11:38.230Z] === RUN TestEmptyLayer [2022-03-20T19:11:38.230Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-20T19:11:38.230Z] === RUN TestCommitFailure [2022-03-20T19:11:38.230Z] --- PASS: TestCommitFailure (0.05s) [2022-03-20T19:11:38.230Z] === RUN TestStartTransactionFailure [2022-03-20T19:11:38.230Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-20T19:11:38.230Z] === RUN TestGetOrphan [2022-03-20T19:11:38.230Z] --- PASS: TestGetOrphan (0.01s) [2022-03-20T19:11:38.230Z] === RUN TestMountAndRegister [2022-03-20T19:11:38.230Z] === RUN TestEnvironmentParsing [2022-03-20T19:11:38.230Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-20T19:11:38.230Z] PASS [2022-03-20T19:11:38.230Z] coverage: 1.2% of statements [2022-03-20T19:11:38.230Z] layer_test.go:258: Layer size: 14 [2022-03-20T19:11:38.230Z] ok github.com/docker/docker/libcontainerd/local 0.114s coverage: 1.2% of statements [2022-03-20T19:11:38.230Z] --- PASS: TestMountAndRegister (0.10s) [2022-03-20T19:11:38.230Z] === RUN TestLayerRelease [2022-03-20T19:11:38.230Z] layer_test.go:291: Failing on Windows [2022-03-20T19:11:38.231Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-20T19:11:38.231Z] === RUN TestStoreRestore [2022-03-20T19:11:38.231Z] layer_test.go:340: Failing on Windows [2022-03-20T19:11:38.231Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-20T19:11:38.231Z] === RUN TestTarStreamStability [2022-03-20T19:11:38.231Z] layer_test.go:455: Failing on Windows [2022-03-20T19:11:38.231Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-20T19:11:38.231Z] === RUN TestRegisterExistingLayer [2022-03-20T19:11:38.469Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-20T19:11:38.688Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-03-20T19:11:38.688Z] === RUN TestTarStreamVerification [2022-03-20T19:11:38.688Z] layer_test.go:684: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-20T19:11:38.688Z] === RUN TestLayerMigration [2022-03-20T19:11:38.688Z] migration_test.go:45: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-20T19:11:38.688Z] === RUN TestLayerMigrationNoTarsplit [2022-03-20T19:11:38.688Z] migration_test.go:181: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-20T19:11:38.688Z] === RUN TestMountInit [2022-03-20T19:11:38.688Z] mount_test.go:17: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestMountInit (0.00s) [2022-03-20T19:11:38.688Z] === RUN TestMountSize [2022-03-20T19:11:38.688Z] mount_test.go:76: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestMountSize (0.00s) [2022-03-20T19:11:38.688Z] === RUN TestMountChanges [2022-03-20T19:11:38.688Z] mount_test.go:125: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestMountChanges (0.00s) [2022-03-20T19:11:38.688Z] === RUN TestMountApply [2022-03-20T19:11:38.688Z] mount_test.go:212: Failing on Windows [2022-03-20T19:11:38.688Z] --- SKIP: TestMountApply (0.00s) [2022-03-20T19:11:38.688Z] PASS [2022-03-20T19:11:38.688Z] coverage: 30.6% of statements [2022-03-20T19:11:38.688Z] ok github.com/docker/docker/layer 0.375s coverage: 30.6% of statements [2022-03-20T19:11:38.688Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-20T19:11:38.688Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-20T19:11:38.688Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-20T19:11:38.688Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-20T19:11:39.033Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-20T19:11:39.145Z] === RUN TestSequenceGetAvailableBit [2022-03-20T19:11:39.146Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSequenceEqual [2022-03-20T19:11:39.146Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSequenceCopy [2022-03-20T19:11:39.146Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestGetFirstAvailable [2022-03-20T19:11:39.146Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestFindSequence [2022-03-20T19:11:39.146Z] --- PASS: TestFindSequence (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestCheckIfAvailable [2022-03-20T19:11:39.146Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestMergeSequences [2022-03-20T19:11:39.146Z] --- PASS: TestMergeSequences (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestPushReservation [2022-03-20T19:11:39.146Z] --- PASS: TestPushReservation (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSerializeDeserialize [2022-03-20T19:11:39.146Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSet [2022-03-20T19:11:39.146Z] --- PASS: TestSet (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSetUnset [2022-03-20T19:11:39.146Z] --- PASS: TestSetUnset (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestOffsetSetUnset [2022-03-20T19:11:39.146Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSetInRange [2022-03-20T19:11:39.146Z] --- PASS: TestSetInRange (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestSetAnyInRange [2022-03-20T19:11:39.146Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestMethods [2022-03-20T19:11:39.146Z] --- PASS: TestMethods (0.00s) [2022-03-20T19:11:39.146Z] === RUN TestRandomAllocateDeallocate [2022-03-20T19:11:40.403Z] --- PASS: TestServiceUpdateLabel (2.71s) [2022-03-20T19:11:40.403Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:11:40.403Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-20T19:11:41.315Z] === RUN TestInvalidConfig [2022-03-20T19:11:41.315Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-20T19:11:41.315Z] === RUN TestConfig [2022-03-20T19:11:41.315Z] --- PASS: TestConfig (0.00s) [2022-03-20T19:11:41.315Z] === RUN TestOptionsLabels [2022-03-20T19:11:41.315Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-20T19:11:41.315Z] === RUN TestValidName [2022-03-20T19:11:41.315Z] --- PASS: TestValidName (0.00s) [2022-03-20T19:11:41.315Z] PASS [2022-03-20T19:11:41.315Z] coverage: 19.7% of statements [2022-03-20T19:11:41.315Z] ok github.com/docker/docker/libnetwork/config 0.079s coverage: 19.7% of statements [2022-03-20T19:11:41.331Z] === RUN TestDockerSuite/TestExecEnv [2022-03-20T19:11:41.771Z] === RUN TestKey [2022-03-20T19:11:41.771Z] --- PASS: TestKey (0.00s) [2022-03-20T19:11:41.771Z] === RUN TestParseKey [2022-03-20T19:11:41.771Z] --- PASS: TestParseKey (0.00s) [2022-03-20T19:11:41.771Z] === RUN TestInvalidDataStore [2022-03-20T19:11:41.771Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-20T19:11:41.771Z] === RUN TestKVObjectFlatKey [2022-03-20T19:11:41.771Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-20T19:11:41.771Z] === RUN TestAtomicKVObjectFlatKey [2022-03-20T19:11:41.771Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-20T19:11:41.771Z] PASS [2022-03-20T19:11:41.771Z] coverage: 21.9% of statements [2022-03-20T19:11:41.772Z] ok github.com/docker/docker/libnetwork/datastore 0.064s coverage: 21.9% of statements [2022-03-20T19:11:41.894Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-20T19:11:42.736Z] === RUN TestIPDataMarshalling [2022-03-20T19:11:42.736Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-20T19:11:42.736Z] === RUN TestValidateAndIsV6 [2022-03-20T19:11:42.736Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-20T19:11:42.736Z] PASS [2022-03-20T19:11:42.736Z] coverage: 68.9% of statements [2022-03-20T19:11:42.736Z] === RUN TestErrorInterfaces [2022-03-20T19:11:42.736Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-20T19:11:42.736Z] === RUN TestNetworkMarshalling [2022-03-20T19:11:42.736Z] ok github.com/docker/docker/libnetwork/driverapi 0.048s coverage: 68.9% of statements [2022-03-20T19:11:43.193Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-03-20T19:11:43.193Z] === RUN TestEndpointMarshalling [2022-03-20T19:11:43.193Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestAuxAddresses [2022-03-20T19:11:43.193Z] time="2022-03-20T19:11:42Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:11:43.193Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-20T19:11:43.193Z] === RUN TestSRVServiceQuery [2022-03-20T19:11:43.193Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-20T19:11:43.193Z] === RUN TestServiceVIPReuse [2022-03-20T19:11:43.193Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-20T19:11:43.193Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-20T19:11:43.193Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-20T19:11:43.193Z] === RUN TestDNSIPQuery [2022-03-20T19:11:43.193Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestDNSProxyServFail [2022-03-20T19:11:43.193Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestSandboxAddEmpty [2022-03-20T19:11:43.193Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestSandboxAddMultiPrio [2022-03-20T19:11:43.193Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestSandboxAddSamePrio [2022-03-20T19:11:43.193Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestCleanupServiceDiscovery [2022-03-20T19:11:43.193Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestDNSOptions [2022-03-20T19:11:43.193Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:11:43.193Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-20T19:11:43.193Z] === RUN TestMultipleControllersWithSameStore [2022-03-20T19:11:43.193Z] time="2022-03-20T19:11:42Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:11:43.193Z] time="2022-03-20T19:11:42Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:11:43.193Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-20T19:11:43.193Z] PASS [2022-03-20T19:11:43.193Z] coverage: 8.5% of statements [2022-03-20T19:11:43.193Z] ok github.com/docker/docker/libnetwork 0.399s coverage: 8.5% of statements [2022-03-20T19:11:43.193Z] === RUN TestDriver [2022-03-20T19:11:43.193Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:11:43.193Z] PASS [2022-03-20T19:11:43.193Z] coverage: 34.8% of statements [2022-03-20T19:11:43.193Z] ok github.com/docker/docker/libnetwork/drivers/host 0.042s coverage: 34.8% of statements [2022-03-20T19:11:43.260Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-20T19:11:43.517Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-20T19:11:44.158Z] === RUN TestDriver [2022-03-20T19:11:44.158Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:11:44.158Z] PASS [2022-03-20T19:11:44.158Z] coverage: 34.8% of statements [2022-03-20T19:11:44.158Z] ok github.com/docker/docker/libnetwork/drivers/null 0.046s coverage: 34.8% of statements [2022-03-20T19:11:44.616Z] === RUN TestNetworkAllocateFree [2022-03-20T19:11:44.616Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-20T19:11:44.616Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-20T19:11:44.616Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-20T19:11:44.616Z] PASS [2022-03-20T19:11:44.616Z] coverage: 63.6% of statements [2022-03-20T19:11:44.616Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.052s coverage: 63.6% of statements [2022-03-20T19:11:44.616Z] === RUN TestGetEmptyCapabilities [2022-03-20T19:11:44.616Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-20T19:11:44.616Z] === RUN TestGetExtraCapabilities [2022-03-20T19:11:44.616Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-20T19:11:44.616Z] === RUN TestGetInvalidCapabilities [2022-03-20T19:11:44.616Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-20T19:11:44.616Z] === RUN TestRemoteDriver [2022-03-20T19:11:44.616Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-20T19:11:44.616Z] === RUN TestDriverError [2022-03-20T19:11:44.616Z] --- PASS: TestDriverError (0.01s) [2022-03-20T19:11:44.616Z] === RUN TestMissingValues [2022-03-20T19:11:44.616Z] --- PASS: TestMissingValues (0.01s) [2022-03-20T19:11:44.616Z] === RUN TestRollback [2022-03-20T19:11:44.616Z] --- PASS: TestRollback (0.01s) [2022-03-20T19:11:44.616Z] PASS [2022-03-20T19:11:44.616Z] coverage: 57.4% of statements [2022-03-20T19:11:44.616Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.122s coverage: 57.4% of statements [2022-03-20T19:11:45.073Z] --- PASS: TestRandomAllocateDeallocate (5.98s) [2022-03-20T19:11:45.073Z] === RUN TestAllocateRandomDeallocate [2022-03-20T19:11:45.411Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-20T19:11:45.668Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-20T19:11:46.041Z] === RUN TestNew [2022-03-20T19:11:46.041Z] --- PASS: TestNew (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestAddDriver [2022-03-20T19:11:46.041Z] --- PASS: TestAddDriver (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestAddDuplicateDriver [2022-03-20T19:11:46.041Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-20T19:11:46.041Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestDriver [2022-03-20T19:11:46.041Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestIPAM [2022-03-20T19:11:46.041Z] --- PASS: TestIPAM (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestWalkIPAMs [2022-03-20T19:11:46.041Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestWalkDrivers [2022-03-20T19:11:46.041Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-20T19:11:46.041Z] PASS [2022-03-20T19:11:46.041Z] coverage: 82.4% of statements [2022-03-20T19:11:46.041Z] ok github.com/docker/docker/libnetwork/drvregistry 0.074s coverage: 82.4% of statements [2022-03-20T19:11:46.041Z] === RUN TestNAT [2022-03-20T19:11:46.041Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-20T19:11:46.041Z] --- SKIP: TestNAT (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestTransparent [2022-03-20T19:11:46.041Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-20T19:11:46.041Z] --- SKIP: TestTransparent (0.00s) [2022-03-20T19:11:46.041Z] PASS [2022-03-20T19:11:46.041Z] coverage: 0.0% of statements [2022-03-20T19:11:46.041Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2022-03-20T19:11:46.041Z] === RUN TestBuildDefault [2022-03-20T19:11:46.041Z] --- PASS: TestBuildDefault (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestBuildHostnameDomainname [2022-03-20T19:11:46.041Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestBuildHostname [2022-03-20T19:11:46.041Z] --- PASS: TestBuildHostname (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestBuildHostnameFQDN [2022-03-20T19:11:46.041Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestBuildNoIP [2022-03-20T19:11:46.041Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestUpdate [2022-03-20T19:11:46.041Z] --- PASS: TestUpdate (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-20T19:11:46.041Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-20T19:11:46.041Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestAddEmpty [2022-03-20T19:11:46.041Z] --- PASS: TestAddEmpty (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestAdd [2022-03-20T19:11:46.041Z] --- PASS: TestAdd (0.01s) [2022-03-20T19:11:46.041Z] === RUN TestDeleteEmpty [2022-03-20T19:11:46.041Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestDeleteNewline [2022-03-20T19:11:46.041Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestDelete [2022-03-20T19:11:46.041Z] --- PASS: TestDelete (0.00s) [2022-03-20T19:11:46.041Z] === RUN TestConcurrentWrites [2022-03-20T19:11:46.041Z] --- PASS: TestConcurrentWrites (0.26s) [2022-03-20T19:11:46.041Z] PASS [2022-03-20T19:11:46.041Z] coverage: 81.2% of statements [2022-03-20T19:11:46.041Z] ok github.com/docker/docker/libnetwork/etchosts 0.335s coverage: 81.2% of statements [2022-03-20T19:11:46.233Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-20T19:11:46.498Z] --- PASS: TestAllocateRandomDeallocate (1.29s) [2022-03-20T19:11:46.498Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-20T19:11:46.498Z] === RUN TestNew [2022-03-20T19:11:46.498Z] --- PASS: TestNew (0.00s) [2022-03-20T19:11:46.498Z] === RUN TestAllocate [2022-03-20T19:11:46.498Z] --- PASS: TestAllocate (0.00s) [2022-03-20T19:11:46.498Z] === RUN TestUninitialized [2022-03-20T19:11:46.498Z] --- PASS: TestUninitialized (0.00s) [2022-03-20T19:11:46.498Z] === RUN TestAllocateInRange [2022-03-20T19:11:46.498Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-20T19:11:46.498Z] === RUN TestAllocateSerial [2022-03-20T19:11:46.498Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-20T19:11:46.498Z] PASS [2022-03-20T19:11:46.498Z] === RUN TestCaller [2022-03-20T19:11:46.498Z] --- PASS: TestCaller (0.00s) [2022-03-20T19:11:46.498Z] PASS [2022-03-20T19:11:46.498Z] coverage: 100.0% of statements [2022-03-20T19:11:46.498Z] coverage: 87.5% of statements [2022-03-20T19:11:46.498Z] ok github.com/docker/docker/libnetwork/internal/caller 0.042s coverage: 100.0% of statements [2022-03-20T19:11:46.498Z] ok github.com/docker/docker/libnetwork/idm 0.043s coverage: 87.5% of statements [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-20T19:11:46.590Z] === RUN TestBoolValue [2022-03-20T19:11:46.590Z] --- PASS: TestBoolValue (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestBoolValueOrDefault [2022-03-20T19:11:46.590Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestInt64ValueOrZero [2022-03-20T19:11:46.590Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestInt64ValueOrDefault [2022-03-20T19:11:46.590Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-20T19:11:46.590Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestJsonContentType [2022-03-20T19:11:46.590Z] --- PASS: TestJsonContentType (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 15.0% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/server/httputils 0.078s coverage: 15.0% of statements [2022-03-20T19:11:46.590Z] === RUN TestMaskSecretKeys [2022-03-20T19:11:46.590Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-20T19:11:46.590Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-20T19:11:46.590Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-20T19:11:46.590Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestVersionMiddlewareVersion [2022-03-20T19:11:46.590Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-20T19:11:46.590Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 37.7% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/server/middleware 0.066s coverage: 37.7% of statements [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-20T19:11:46.590Z] === RUN TestStrSliceMarshalJSON [2022-03-20T19:11:46.590Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestStrSliceUnmarshalJSON [2022-03-20T19:11:46.590Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestStrSliceUnmarshalString [2022-03-20T19:11:46.590Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestStrSliceUnmarshalSlice [2022-03-20T19:11:46.590Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 90.0% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2022-03-20T19:11:46.590Z] === RUN TestToJSON [2022-03-20T19:11:46.590Z] --- PASS: TestToJSON (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestToParamWithVersion [2022-03-20T19:11:46.590Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestFromJSON [2022-03-20T19:11:46.590Z] --- PASS: TestFromJSON (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestEmpty [2022-03-20T19:11:46.590Z] --- PASS: TestEmpty (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestArgsMatchKVListEmptySources [2022-03-20T19:11:46.590Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestArgsMatchKVList [2022-03-20T19:11:46.590Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestArgsMatch [2022-03-20T19:11:46.590Z] --- PASS: TestArgsMatch (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestAdd [2022-03-20T19:11:46.590Z] --- PASS: TestAdd (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestDel [2022-03-20T19:11:46.590Z] --- PASS: TestDel (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestLen [2022-03-20T19:11:46.590Z] --- PASS: TestLen (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestExactMatch [2022-03-20T19:11:46.590Z] --- PASS: TestExactMatch (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestOnlyOneExactMatch [2022-03-20T19:11:46.590Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestContains [2022-03-20T19:11:46.590Z] --- PASS: TestContains (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestValidate [2022-03-20T19:11:46.590Z] --- PASS: TestValidate (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestWalkValues [2022-03-20T19:11:46.590Z] --- PASS: TestWalkValues (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestFuzzyMatch [2022-03-20T19:11:46.590Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestClone [2022-03-20T19:11:46.590Z] --- PASS: TestClone (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 92.2% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/types/filters 0.063s coverage: 92.2% of statements [2022-03-20T19:11:46.590Z] === RUN TestDurationToSecondsString [2022-03-20T19:11:46.590Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestGetTimestamp [2022-03-20T19:11:46.590Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-20T19:11:46.590Z] === RUN TestParseTimestamps [2022-03-20T19:11:46.590Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 100.0% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/types/time 0.248s coverage: 100.0% of statements [2022-03-20T19:11:46.590Z] === RUN TestAdjustForAPIVersion [2022-03-20T19:11:46.590Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 5.7% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/server/router/swarm 0.055s coverage: 5.7% of statements [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-20T19:11:46.590Z] === RUN TestCompareVersion [2022-03-20T19:11:46.590Z] --- PASS: TestCompareVersion (0.00s) [2022-03-20T19:11:46.590Z] PASS [2022-03-20T19:11:46.590Z] coverage: 77.3% of statements [2022-03-20T19:11:46.590Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 77.3% of statements [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-20T19:11:46.590Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-20T19:11:46.590Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-20T19:11:46.590Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestCloneArgsSmartHttp [2022-03-20T19:11:46.590Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-20T19:11:46.590Z] === RUN TestCloneArgsDumbHttp [2022-03-20T19:11:46.590Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestCloneArgsGit [2022-03-20T19:11:46.590Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestCheckoutGit [2022-03-20T19:11:46.590Z] === RUN TestEnable [2022-03-20T19:11:46.590Z] --- PASS: TestEnable (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestDisable [2022-03-20T19:11:46.590Z] --- PASS: TestDisable (0.00s) [2022-03-20T19:11:46.590Z] === RUN TestEnabled [2022-03-20T19:11:46.591Z] --- PASS: TestEnabled (0.00s) [2022-03-20T19:11:46.591Z] PASS [2022-03-20T19:11:46.591Z] coverage: 100.0% of statements [2022-03-20T19:11:46.591Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-03-20T19:11:46.591Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-20T19:11:46.591Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestProcessNoDockerignore [2022-03-20T19:11:46.591Z] --- PASS: TestProcessNoDockerignore (0.02s) [2022-03-20T19:11:46.591Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-20T19:11:46.591Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-20T19:11:46.591Z] === RUN TestDetectContentType [2022-03-20T19:11:46.591Z] --- PASS: TestDetectContentType (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestSelectAcceptableMIME [2022-03-20T19:11:46.591Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestInspectEmptyResponse [2022-03-20T19:11:46.591Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestInspectResponseBinary [2022-03-20T19:11:46.591Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestResponseUnsupportedContentType [2022-03-20T19:11:46.591Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestInspectResponseTextSimple [2022-03-20T19:11:46.591Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestInspectResponseEmptyContentType [2022-03-20T19:11:46.591Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestUnknownContentLength [2022-03-20T19:11:46.591Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestDownloadRemote [2022-03-20T19:11:46.591Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-20T19:11:46.591Z] === RUN TestGetWithStatusError [2022-03-20T19:11:46.591Z] --- PASS: TestGetWithStatusError (0.02s) [2022-03-20T19:11:46.591Z] === RUN TestCloseRootDirectory [2022-03-20T19:11:46.591Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:11:46.591Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-20T19:11:46.591Z] === RUN TestHashFile [2022-03-20T19:11:46.591Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:11:46.591Z] --- SKIP: TestHashFile (0.01s) [2022-03-20T19:11:46.591Z] === RUN TestHashSubdir [2022-03-20T19:11:46.591Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:11:46.591Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-20T19:11:46.591Z] === RUN TestRemoveDirectory [2022-03-20T19:11:46.591Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:11:46.591Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-20T19:11:46.591Z] PASS [2022-03-20T19:11:46.591Z] coverage: 9.3% of statements [2022-03-20T19:11:46.591Z] ok github.com/docker/docker/builder/remotecontext 0.324s coverage: 9.3% of statements [2022-03-20T19:11:46.797Z] === RUN TestDockerSuite/TestExecParseError [2022-03-20T19:11:47.362Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-20T19:11:47.462Z] === RUN TestSetSerialInsertDelete [2022-03-20T19:11:47.462Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-20T19:11:47.462Z] === RUN TestSetParallelInsertDelete [2022-03-20T19:11:47.462Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.29s) [2022-03-20T19:11:47.462Z] === RUN TestRetrieveFromStore [2022-03-20T19:11:47.558Z] === RUN TestGetAllAllowed [2022-03-20T19:11:47.558Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestGetAllMeta [2022-03-20T19:11:47.558Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-20T19:11:47.558Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestIsUnreferencedBuiltin [2022-03-20T19:11:47.558Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestIsExistingDirectory [2022-03-20T19:11:47.558Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-20T19:11:47.558Z] === RUN TestGetFilenameForDownload [2022-03-20T19:11:47.558Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestEnv2Variables [2022-03-20T19:11:47.558Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-20T19:11:47.558Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestMaintainer [2022-03-20T19:11:47.558Z] --- PASS: TestMaintainer (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestLabel [2022-03-20T19:11:47.558Z] --- PASS: TestLabel (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestFromScratch [2022-03-20T19:11:47.558Z] --- PASS: TestFromScratch (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestFromWithArg [2022-03-20T19:11:47.558Z] --- PASS: TestFromWithArg (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-20T19:11:47.558Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestFromWithUndefinedArg [2022-03-20T19:11:47.558Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestFromMultiStageWithNamedStage [2022-03-20T19:11:47.558Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestOnbuild [2022-03-20T19:11:47.558Z] --- PASS: TestOnbuild (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestWorkdir [2022-03-20T19:11:47.558Z] --- PASS: TestWorkdir (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestCmd [2022-03-20T19:11:47.558Z] --- PASS: TestCmd (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestHealthcheckNone [2022-03-20T19:11:47.558Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestHealthcheckCmd [2022-03-20T19:11:47.558Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestEntrypoint [2022-03-20T19:11:47.558Z] --- PASS: TestEntrypoint (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestExpose [2022-03-20T19:11:47.558Z] --- PASS: TestExpose (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestUser [2022-03-20T19:11:47.558Z] --- PASS: TestUser (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestVolume [2022-03-20T19:11:47.558Z] --- PASS: TestVolume (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestStopSignal [2022-03-20T19:11:47.558Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-20T19:11:47.558Z] --- SKIP: TestStopSignal (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestArg [2022-03-20T19:11:47.558Z] --- PASS: TestArg (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestShell [2022-03-20T19:11:47.558Z] --- PASS: TestShell (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestPrependEnvOnCmd [2022-03-20T19:11:47.558Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestRunWithBuildArgs [2022-03-20T19:11:47.558Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestRunIgnoresHealthcheck [2022-03-20T19:11:47.558Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestDispatchUnsupportedOptions [2022-03-20T19:11:47.558Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-20T19:11:47.558Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-20T19:11:47.558Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-20T19:11:47.558Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestNormalizeWorkdir [2022-03-20T19:11:47.558Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestDispatch [2022-03-20T19:11:47.558Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-20T19:11:47.558Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-20T19:11:47.558Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-20T19:11:47.558Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-20T19:11:47.558Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-20T19:11:47.558Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-20T19:11:47.558Z] === RUN TestDispatch/COPY_url [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch (0.06s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-20T19:11:47.558Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestAddScratchImageAddsToMounts [2022-03-20T19:11:47.558Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-20T19:11:47.558Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-20T19:11:47.558Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-20T19:11:47.558Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestImageSourceGetAddsToMounts [2022-03-20T19:11:47.558Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestEmptyDockerfile [2022-03-20T19:11:47.558Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-20T19:11:47.558Z] === RUN TestSymlinkDockerfile [2022-03-20T19:11:47.558Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-20T19:11:47.558Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-20T19:11:47.558Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestNonExistingDockerfile [2022-03-20T19:11:47.558Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestCopyRunConfig [2022-03-20T19:11:47.558Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestDeepCopyRunConfig [2022-03-20T19:11:47.558Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestExportImage [2022-03-20T19:11:47.558Z] --- PASS: TestExportImage (0.00s) [2022-03-20T19:11:47.558Z] === RUN TestNormalizeDest [2022-03-20T19:11:47.558Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-20T19:11:47.558Z] PASS [2022-03-20T19:11:47.558Z] coverage: 46.7% of statements [2022-03-20T19:11:47.558Z] ok github.com/docker/docker/builder/dockerfile 0.207s coverage: 46.7% of statements [2022-03-20T19:11:47.619Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-20T19:11:48.201Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-20T19:11:48.425Z] --- PASS: TestRetrieveFromStore (0.57s) [2022-03-20T19:11:48.425Z] === RUN TestIsCorrupted [2022-03-20T19:11:48.425Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-20T19:11:48.425Z] === RUN TestSetRollover [2022-03-20T19:11:48.425Z] === RUN TestInt2IP2IntConversion [2022-03-20T19:11:48.522Z] === RUN TestTCP4Proxy [2022-03-20T19:11:48.522Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-20T19:11:48.522Z] === RUN TestTCP4ProxyHalfClose [2022-03-20T19:11:48.522Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-20T19:11:48.522Z] === RUN TestTCP6Proxy [2022-03-20T19:11:48.522Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:11:48.522Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-20T19:11:48.522Z] === RUN TestTCPDualStackProxy [2022-03-20T19:11:48.522Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:11:48.522Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-20T19:11:48.522Z] === RUN TestUDP4Proxy [2022-03-20T19:11:48.522Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-20T19:11:48.522Z] === RUN TestUDP6Proxy [2022-03-20T19:11:48.522Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:11:48.522Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-20T19:11:48.522Z] === RUN TestUDPWriteError [2022-03-20T19:11:48.522Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-20T19:11:48.522Z] === RUN TestSCTP4Proxy [2022-03-20T19:11:48.522Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-20T19:11:48.522Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-03-20T19:11:48.522Z] === RUN TestSCTP6Proxy [2022-03-20T19:11:48.522Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:11:48.522Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-20T19:11:48.522Z] PASS [2022-03-20T19:11:48.522Z] coverage: 49.4% of statements [2022-03-20T19:11:48.522Z] ok github.com/docker/docker/cmd/docker-proxy 0.062s coverage: 49.4% of statements [2022-03-20T19:11:48.882Z] --- PASS: TestInt2IP2IntConversion (0.51s) [2022-03-20T19:11:48.882Z] === RUN TestGetAddressVersion [2022-03-20T19:11:48.882Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-20T19:11:48.882Z] === RUN TestKeyString [2022-03-20T19:11:48.882Z] --- PASS: TestKeyString (0.00s) [2022-03-20T19:11:48.882Z] === RUN TestPoolDataMarshal [2022-03-20T19:11:48.882Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-20T19:11:48.882Z] === RUN TestSubnetsMarshal [2022-03-20T19:11:48.882Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-20T19:11:48.882Z] === RUN TestAddSubnets [2022-03-20T19:11:48.882Z] --- PASS: TestAddSubnets (0.07s) [2022-03-20T19:11:48.882Z] === RUN TestDoublePoolRelease [2022-03-20T19:11:48.882Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-20T19:11:48.882Z] === RUN TestAddReleasePoolID [2022-03-20T19:11:48.882Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-03-20T19:11:48.882Z] === RUN TestPredefinedPool [2022-03-20T19:11:48.882Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-20T19:11:48.882Z] === RUN TestRemoveSubnet [2022-03-20T19:11:48.882Z] === RUN TestPoolRequest [2022-03-20T19:11:48.882Z] --- PASS: TestPoolRequest (0.00s) [2022-03-20T19:11:48.882Z] === RUN TestOtherRequests [2022-03-20T19:11:48.882Z] --- PASS: TestOtherRequests (0.00s) [2022-03-20T19:11:48.882Z] PASS [2022-03-20T19:11:48.882Z] coverage: 57.1% of statements [2022-03-20T19:11:48.882Z] ok github.com/docker/docker/libnetwork/ipams/null 0.044s coverage: 57.1% of statements [2022-03-20T19:11:49.148Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-20T19:11:49.324Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2022-03-20T19:11:49.338Z] --- PASS: TestRemoveSubnet (0.23s) [2022-03-20T19:11:49.339Z] === RUN TestGetSameAddress [2022-03-20T19:11:49.339Z] --- PASS: TestGetSameAddress (0.06s) [2022-03-20T19:11:49.339Z] === RUN TestPoolAllocationReuse [2022-03-20T19:11:49.713Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-20T19:11:49.796Z] --- PASS: TestSetRollover (1.52s) [2022-03-20T19:11:49.796Z] === RUN TestSetRolloverSerial [2022-03-20T19:11:50.252Z] === RUN TestGetCapabilities [2022-03-20T19:11:50.252Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-20T19:11:50.252Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-20T19:11:50.252Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-20T19:11:50.252Z] === RUN TestGetDefaultAddressSpaces [2022-03-20T19:11:50.252Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-20T19:11:50.252Z] === RUN TestRemoteDriver [2022-03-20T19:11:50.252Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-20T19:11:50.252Z] PASS [2022-03-20T19:11:50.252Z] coverage: 47.4% of statements [2022-03-20T19:11:50.252Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.086s coverage: 47.4% of statements [2022-03-20T19:11:50.279Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-20T19:11:50.710Z] --- PASS: TestPoolAllocationReuse (1.59s) [2022-03-20T19:11:50.710Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-20T19:11:51.167Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-20T19:11:51.167Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-20T19:11:51.167Z] --- PASS: TestSetRolloverSerial (1.51s) [2022-03-20T19:11:51.167Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-20T19:11:51.167Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-20T19:11:51.167Z] PASS [2022-03-20T19:11:51.167Z] coverage: 84.4% of statements [2022-03-20T19:11:51.167Z] ok github.com/docker/docker/libnetwork/bitseq 12.240s coverage: 84.4% of statements [2022-03-20T19:11:51.167Z] === RUN TestWindowsIPAM [2022-03-20T19:11:51.167Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-20T19:11:51.167Z] PASS [2022-03-20T19:11:51.167Z] coverage: 71.4% of statements [2022-03-20T19:11:51.167Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.053s coverage: 71.4% of statements [2022-03-20T19:11:52.128Z] === RUN TestDefaultNetwork [2022-03-20T19:11:52.584Z] --- PASS: TestDefaultNetwork (0.26s) [2022-03-20T19:11:52.584Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-20T19:11:52.584Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-20T19:11:52.584Z] === RUN TestInitAddressPools [2022-03-20T19:11:52.584Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-20T19:11:52.584Z] PASS [2022-03-20T19:11:52.584Z] coverage: 74.0% of statements [2022-03-20T19:11:52.584Z] ok github.com/docker/docker/libnetwork/ipamutils 0.595s coverage: 74.0% of statements [2022-03-20T19:11:53.546Z] === RUN TestKeyValue [2022-03-20T19:11:53.546Z] --- PASS: TestKeyValue (0.00s) [2022-03-20T19:11:53.546Z] PASS [2022-03-20T19:11:53.546Z] coverage: 60.0% of statements [2022-03-20T19:11:53.546Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-03-20T19:11:53.546Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.69s) [2022-03-20T19:11:53.546Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-20T19:11:55.525Z] --- PASS: TestServiceUpdateSecrets (14.89s) [2022-03-20T19:11:55.525Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-20T19:11:56.443Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-20T19:11:56.902Z] === RUN TestNetworkDBSimple [2022-03-20T19:11:56.902Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.18s) [2022-03-20T19:11:56.902Z] === RUN TestGetAddress [2022-03-20T19:11:57.359Z] === RUN TestGenerate [2022-03-20T19:11:57.359Z] --- PASS: TestGenerate (0.00s) [2022-03-20T19:11:57.359Z] === RUN TestGeneratePtr [2022-03-20T19:11:57.359Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-20T19:11:57.359Z] === RUN TestGenerateMissingField [2022-03-20T19:11:57.359Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-20T19:11:57.359Z] === RUN TestFieldCannotBeSet [2022-03-20T19:11:57.359Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-20T19:11:57.359Z] === RUN TestTypeMismatchError [2022-03-20T19:11:57.359Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-20T19:11:57.359Z] PASS [2022-03-20T19:11:57.359Z] coverage: 100.0% of statements [2022-03-20T19:11:57.359Z] ok github.com/docker/docker/libnetwork/options 0.040s coverage: 100.0% of statements [2022-03-20T19:11:57.359Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-20T19:11:57.359Z] PASS [2022-03-20T19:11:57.359Z] coverage: 100.0% of statements [2022-03-20T19:11:57.359Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.046s coverage: 100.0% of statements [2022-03-20T19:11:57.816Z] 2022/03/20 19:11:57 Closing DB instances... [2022-03-20T19:11:57.816Z] testing: warning: no tests to run [2022-03-20T19:11:57.816Z] PASS [2022-03-20T19:11:57.816Z] coverage: 0.0% of statements [2022-03-20T19:11:57.816Z] ok github.com/docker/docker/libnetwork/osl 0.045s coverage: 0.0% of statements [no tests to run] [2022-03-20T19:11:58.273Z] === RUN TestRequestNewPort [2022-03-20T19:11:58.273Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestRequestSpecificPort [2022-03-20T19:11:58.273Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestReleasePort [2022-03-20T19:11:58.273Z] --- PASS: TestReleasePort (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestReuseReleasedPort [2022-03-20T19:11:58.273Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestReleaseUnreadledPort [2022-03-20T19:11:58.273Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestUnknowProtocol [2022-03-20T19:11:58.273Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestAllocateAllPorts [2022-03-20T19:11:58.273Z] --- PASS: TestAllocateAllPorts (0.01s) [2022-03-20T19:11:58.273Z] === RUN TestPortAllocation [2022-03-20T19:11:58.273Z] --- PASS: TestPortAllocation (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestPortAllocationWithCustomRange [2022-03-20T19:11:58.273Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestNoDuplicateBPR [2022-03-20T19:11:58.273Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-20T19:11:58.273Z] === RUN TestChangePortRange [2022-03-20T19:11:58.273Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-20T19:11:58.273Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-20T19:11:58.273Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-20T19:11:58.273Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-20T19:11:58.273Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-20T19:11:58.273Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-20T19:11:58.273Z] --- PASS: TestChangePortRange (0.00s) [2022-03-20T19:11:58.273Z] PASS [2022-03-20T19:11:58.273Z] coverage: 88.6% of statements [2022-03-20T19:11:58.273Z] ok github.com/docker/docker/libnetwork/portallocator 0.052s coverage: 88.6% of statements [2022-03-20T19:11:58.730Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-03-20T19:11:58.730Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-20T19:11:58.730Z] testing: warning: no tests to run [2022-03-20T19:11:58.730Z] PASS [2022-03-20T19:11:58.730Z] coverage: 0.0% of statements [2022-03-20T19:11:58.730Z] ok github.com/docker/docker/libnetwork/portmapper 0.044s coverage: 0.0% of statements [no tests to run] [2022-03-20T19:11:59.187Z] === RUN TestHashData [2022-03-20T19:11:59.187Z] --- PASS: TestHashData (0.00s) [2022-03-20T19:11:59.187Z] PASS [2022-03-20T19:11:59.187Z] coverage: 2.8% of statements [2022-03-20T19:11:59.187Z] ok github.com/docker/docker/libnetwork/resolvconf 0.046s coverage: 2.8% of statements [2022-03-20T19:11:59.647Z] === RUN TestErrorConstructors [2022-03-20T19:11:59.647Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-20T19:11:59.647Z] === RUN TestCompareIPMask [2022-03-20T19:11:59.647Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-20T19:11:59.647Z] === RUN TestUtilGetHostPartIP [2022-03-20T19:11:59.647Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-20T19:11:59.647Z] === RUN TestUtilGetBroadcastIP [2022-03-20T19:11:59.647Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-20T19:11:59.647Z] === RUN TestParseCIDR [2022-03-20T19:11:59.647Z] --- PASS: TestParseCIDR (0.00s) [2022-03-20T19:11:59.647Z] PASS [2022-03-20T19:11:59.647Z] coverage: 37.3% of statements [2022-03-20T19:11:59.647Z] ok github.com/docker/docker/libnetwork/types 0.040s coverage: 37.3% of statements [2022-03-20T19:12:00.104Z] 2022/03/20 19:11:59 Closing DB instances... [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-20T19:12:00.561Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-20T19:12:00.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-20T19:12:00.561Z] PASS [2022-03-20T19:12:00.561Z] coverage: 50.0% of statements [2022-03-20T19:12:00.561Z] ok github.com/docker/docker/oci 0.051s coverage: 50.0% of statements [2022-03-20T19:12:00.885Z] === RUN TestCheckpointCreateError [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCheckpointCreate [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCheckpointDeleteError [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCheckpointDelete [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCheckpointListError [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCheckpointList [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointList (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCheckpointListContainerNotFound [2022-03-20T19:12:00.885Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNewClientWithOpsFromEnv [2022-03-20T19:12:00.885Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-20T19:12:00.885Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestGetAPIPath [2022-03-20T19:12:00.885Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestParseHostURL [2022-03-20T19:12:00.885Z] --- PASS: TestParseHostURL (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-20T19:12:00.885Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersion [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPVersionOverride [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-20T19:12:00.885Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestClientRedirect [2022-03-20T19:12:00.885Z] === RUN TestClientRedirect/GET [2022-03-20T19:12:00.885Z] === RUN TestClientRedirect/POST [2022-03-20T19:12:00.885Z] === RUN TestClientRedirect/PUT [2022-03-20T19:12:00.885Z] === RUN TestClientRedirect/DELETE [2022-03-20T19:12:00.885Z] --- PASS: TestClientRedirect (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-03-20T19:12:00.885Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigCreateUnsupported [2022-03-20T19:12:00.885Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigCreateError [2022-03-20T19:12:00.885Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigCreate [2022-03-20T19:12:00.885Z] --- PASS: TestConfigCreate (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigInspectNotFound [2022-03-20T19:12:00.885Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigInspectWithEmptyID [2022-03-20T19:12:00.885Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigInspectUnsupported [2022-03-20T19:12:00.885Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigInspectError [2022-03-20T19:12:00.885Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigInspectConfigNotFound [2022-03-20T19:12:00.885Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigInspect [2022-03-20T19:12:00.885Z] --- PASS: TestConfigInspect (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigListUnsupported [2022-03-20T19:12:00.885Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigListError [2022-03-20T19:12:00.885Z] --- PASS: TestConfigListError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigList [2022-03-20T19:12:00.885Z] --- PASS: TestConfigList (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigRemoveUnsupported [2022-03-20T19:12:00.885Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigRemoveError [2022-03-20T19:12:00.885Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigRemove [2022-03-20T19:12:00.885Z] --- PASS: TestConfigRemove (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigUpdateUnsupported [2022-03-20T19:12:00.885Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigUpdateError [2022-03-20T19:12:00.885Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestConfigUpdate [2022-03-20T19:12:00.885Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerCommitError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerCommit [2022-03-20T19:12:00.885Z] --- PASS: TestContainerCommit (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerStatPathError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerStatPathNotFoundError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerStatPathNoHeaderError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerStatPath [2022-03-20T19:12:00.885Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyToContainerError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyToContainerNotFoundError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyToContainer [2022-03-20T19:12:00.885Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyFromContainerError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyFromContainerNotFoundError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-20T19:12:00.885Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestCopyFromContainer [2022-03-20T19:12:00.885Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerCreateError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerCreateImageNotFound [2022-03-20T19:12:00.885Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerCreateWithName [2022-03-20T19:12:00.885Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerCreateAutoRemove [2022-03-20T19:12:00.885Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerDiffError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerDiff [2022-03-20T19:12:00.885Z] --- PASS: TestContainerDiff (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExecCreateError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExecCreate [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExecStartError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExecStart [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExecInspectError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExecInspect [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExportError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExportError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerExport [2022-03-20T19:12:00.885Z] --- PASS: TestContainerExport (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerInspectError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerInspectContainerNotFound [2022-03-20T19:12:00.885Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerInspectWithEmptyID [2022-03-20T19:12:00.885Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerInspect [2022-03-20T19:12:00.885Z] --- PASS: TestContainerInspect (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerInspectNode [2022-03-20T19:12:00.885Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerKillError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerKillError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerKill [2022-03-20T19:12:00.885Z] --- PASS: TestContainerKill (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerListError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerListError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerList [2022-03-20T19:12:00.885Z] --- PASS: TestContainerList (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerLogsNotFoundError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerLogsError [2022-03-20T19:12:00.885Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-20T19:12:00.885Z] === RUN TestContainerLogs [2022-03-20T19:12:00.885Z] --- PASS: TestContainerLogs (0.24s) [2022-03-20T19:12:01.342Z] === RUN TestContainerPauseError [2022-03-20T19:12:01.342Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-20T19:12:01.342Z] === RUN TestContainerPause [2022-03-20T19:12:01.342Z] --- PASS: TestContainerPause (0.00s) [2022-03-20T19:12:01.342Z] === RUN TestContainersPruneError [2022-03-20T19:12:01.342Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-20T19:12:01.342Z] === RUN TestContainersPrune [2022-03-20T19:12:01.342Z] --- PASS: TestContainersPrune (0.00s) [2022-03-20T19:12:01.342Z] === RUN TestContainerRemoveError [2022-03-20T19:12:01.342Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerRemoveNotFoundError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerRemove [2022-03-20T19:12:01.343Z] --- PASS: TestContainerRemove (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerRenameError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerRename [2022-03-20T19:12:01.343Z] --- PASS: TestContainerRename (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerResizeError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerExecResizeError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerResize [2022-03-20T19:12:01.343Z] --- PASS: TestContainerResize (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerExecResize [2022-03-20T19:12:01.343Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerRestartError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerRestart [2022-03-20T19:12:01.343Z] --- PASS: TestContainerRestart (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerStartError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerStartError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerStart [2022-03-20T19:12:01.343Z] --- PASS: TestContainerStart (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerStatsError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerStats [2022-03-20T19:12:01.343Z] --- PASS: TestContainerStats (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerStopError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerStopError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerStop [2022-03-20T19:12:01.343Z] --- PASS: TestContainerStop (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerTopError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerTopError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerTop [2022-03-20T19:12:01.343Z] --- PASS: TestContainerTop (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerUnpauseError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerUnpause [2022-03-20T19:12:01.343Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerUpdateError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerUpdate [2022-03-20T19:12:01.343Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerWaitError [2022-03-20T19:12:01.343Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestContainerWait [2022-03-20T19:12:01.343Z] --- PASS: TestContainerWait (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestDiskUsageError [2022-03-20T19:12:01.343Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestDiskUsage [2022-03-20T19:12:01.343Z] --- PASS: TestDiskUsage (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestDistributionInspectUnsupported [2022-03-20T19:12:01.343Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestDistributionInspectWithEmptyID [2022-03-20T19:12:01.343Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestEventsErrorInOptions [2022-03-20T19:12:01.343Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestEventsErrorFromServer [2022-03-20T19:12:01.343Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestEvents [2022-03-20T19:12:01.343Z] --- PASS: TestEvents (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestTLSCloseWriter [2022-03-20T19:12:01.343Z] === PAUSE TestTLSCloseWriter [2022-03-20T19:12:01.343Z] === RUN TestImageBuildError [2022-03-20T19:12:01.343Z] --- PASS: TestImageBuildError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageBuild [2022-03-20T19:12:01.343Z] --- PASS: TestImageBuild (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestGetDockerOS [2022-03-20T19:12:01.343Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageCreateError [2022-03-20T19:12:01.343Z] --- PASS: TestImageCreateError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageCreate [2022-03-20T19:12:01.343Z] --- PASS: TestImageCreate (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageHistoryError [2022-03-20T19:12:01.343Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageHistory [2022-03-20T19:12:01.343Z] --- PASS: TestImageHistory (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageImportError [2022-03-20T19:12:01.343Z] --- PASS: TestImageImportError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageImport [2022-03-20T19:12:01.343Z] --- PASS: TestImageImport (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageInspectError [2022-03-20T19:12:01.343Z] --- PASS: TestImageInspectError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageInspectImageNotFound [2022-03-20T19:12:01.343Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageInspectWithEmptyID [2022-03-20T19:12:01.343Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageInspect [2022-03-20T19:12:01.343Z] --- PASS: TestImageInspect (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageListError [2022-03-20T19:12:01.343Z] --- PASS: TestImageListError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageList [2022-03-20T19:12:01.343Z] --- PASS: TestImageList (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageListApiBefore125 [2022-03-20T19:12:01.343Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageLoadError [2022-03-20T19:12:01.343Z] --- PASS: TestImageLoadError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageLoad [2022-03-20T19:12:01.343Z] --- PASS: TestImageLoad (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagesPruneError [2022-03-20T19:12:01.343Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagesPrune [2022-03-20T19:12:01.343Z] --- PASS: TestImagesPrune (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullReferenceParseError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullAnyError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePullWithoutErrors [2022-03-20T19:12:01.343Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushReferenceError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushAnyError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithoutErrors [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-20T19:12:01.343Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageRemoveError [2022-03-20T19:12:01.343Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageRemoveImageNotFound [2022-03-20T19:12:01.343Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageRemove [2022-03-20T19:12:01.343Z] --- PASS: TestImageRemove (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSaveError [2022-03-20T19:12:01.343Z] --- PASS: TestImageSaveError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSave [2022-03-20T19:12:01.343Z] --- PASS: TestImageSave (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSearchAnyError [2022-03-20T19:12:01.343Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-20T19:12:01.343Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:12:01.343Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:12:01.343Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-20T19:12:01.343Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageSearchWithoutErrors [2022-03-20T19:12:01.343Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageTagError [2022-03-20T19:12:01.343Z] --- PASS: TestImageTagError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageTagInvalidReference [2022-03-20T19:12:01.343Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageTagInvalidSourceImageName [2022-03-20T19:12:01.343Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageTagHexSource [2022-03-20T19:12:01.343Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestImageTag [2022-03-20T19:12:01.343Z] --- PASS: TestImageTag (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestInfoServerError [2022-03-20T19:12:01.343Z] --- PASS: TestInfoServerError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestInfoInvalidResponseJSONError [2022-03-20T19:12:01.343Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestInfo [2022-03-20T19:12:01.343Z] --- PASS: TestInfo (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkConnectError [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkConnect [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkCreateError [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkCreate [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkDisconnectError [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkDisconnect [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect/empty_ID [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect/no_options [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect/verbose [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect/global_scope [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect/unknown_network [2022-03-20T19:12:01.343Z] === RUN TestNetworkInspect/server_error [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkListError [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkListError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkList [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkList (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworksPruneError [2022-03-20T19:12:01.343Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworksPrune [2022-03-20T19:12:01.343Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkRemoveError [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNetworkRemove [2022-03-20T19:12:01.343Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeInspectError [2022-03-20T19:12:01.343Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeInspectNodeNotFound [2022-03-20T19:12:01.343Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeInspectWithEmptyID [2022-03-20T19:12:01.343Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeInspect [2022-03-20T19:12:01.343Z] --- PASS: TestNodeInspect (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeListError [2022-03-20T19:12:01.343Z] --- PASS: TestNodeListError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeList [2022-03-20T19:12:01.343Z] --- PASS: TestNodeList (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeRemoveError [2022-03-20T19:12:01.343Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeRemove [2022-03-20T19:12:01.343Z] --- PASS: TestNodeRemove (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeUpdateError [2022-03-20T19:12:01.343Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestNodeUpdate [2022-03-20T19:12:01.343Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestOptionWithHostFromEnv [2022-03-20T19:12:01.343Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestOptionWithTimeout [2022-03-20T19:12:01.343Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestOptionWithVersionFromEnv [2022-03-20T19:12:01.343Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPingFail [2022-03-20T19:12:01.343Z] --- PASS: TestPingFail (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPingWithError [2022-03-20T19:12:01.343Z] 2022/03/20 19:12:00 RoundTripper returned a response & error; ignoring response [2022-03-20T19:12:01.343Z] 2022/03/20 19:12:00 RoundTripper returned a response & error; ignoring response [2022-03-20T19:12:01.343Z] --- PASS: TestPingWithError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPingSuccess [2022-03-20T19:12:01.343Z] --- PASS: TestPingSuccess (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPingHeadFallback [2022-03-20T19:12:01.343Z] === RUN TestPingHeadFallback/OK [2022-03-20T19:12:01.343Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-20T19:12:01.343Z] === RUN TestPingHeadFallback/Not_Found [2022-03-20T19:12:01.343Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-20T19:12:01.343Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-20T19:12:01.343Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPluginDisableError [2022-03-20T19:12:01.343Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPluginDisable [2022-03-20T19:12:01.343Z] --- PASS: TestPluginDisable (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPluginEnableError [2022-03-20T19:12:01.343Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPluginEnable [2022-03-20T19:12:01.343Z] --- PASS: TestPluginEnable (0.00s) [2022-03-20T19:12:01.343Z] === RUN TestPluginInspectError [2022-03-20T19:12:01.344Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginInspectWithEmptyID [2022-03-20T19:12:01.344Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginInspect [2022-03-20T19:12:01.344Z] --- PASS: TestPluginInspect (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginListError [2022-03-20T19:12:01.344Z] --- PASS: TestPluginListError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginList [2022-03-20T19:12:01.344Z] --- PASS: TestPluginList (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginPushError [2022-03-20T19:12:01.344Z] --- PASS: TestPluginPushError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginPush [2022-03-20T19:12:01.344Z] --- PASS: TestPluginPush (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginRemoveError [2022-03-20T19:12:01.344Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginRemove [2022-03-20T19:12:01.344Z] --- PASS: TestPluginRemove (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginSetError [2022-03-20T19:12:01.344Z] --- PASS: TestPluginSetError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPluginSet [2022-03-20T19:12:01.344Z] --- PASS: TestPluginSet (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSetHostHeader [2022-03-20T19:12:01.344Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestPlainTextError [2022-03-20T19:12:01.344Z] --- PASS: TestPlainTextError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestInfiniteError [2022-03-20T19:12:01.344Z] --- PASS: TestInfiniteError (0.03s) [2022-03-20T19:12:01.344Z] === RUN TestCanceledContext [2022-03-20T19:12:01.344Z] 2022/03/20 19:12:00 RoundTripper returned a response & error; ignoring response [2022-03-20T19:12:01.344Z] --- PASS: TestCanceledContext (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestDeadlineExceededContext [2022-03-20T19:12:01.344Z] 2022/03/20 19:12:00 RoundTripper returned a response & error; ignoring response [2022-03-20T19:12:01.344Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretCreateUnsupported [2022-03-20T19:12:01.344Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretCreateError [2022-03-20T19:12:01.344Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretCreate [2022-03-20T19:12:01.344Z] --- PASS: TestSecretCreate (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretInspectUnsupported [2022-03-20T19:12:01.344Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretInspectError [2022-03-20T19:12:01.344Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretInspectSecretNotFound [2022-03-20T19:12:01.344Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretInspectWithEmptyID [2022-03-20T19:12:01.344Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretInspect [2022-03-20T19:12:01.344Z] --- PASS: TestSecretInspect (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretListUnsupported [2022-03-20T19:12:01.344Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretListError [2022-03-20T19:12:01.344Z] --- PASS: TestSecretListError (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretList [2022-03-20T19:12:01.344Z] --- PASS: TestSecretList (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretRemoveUnsupported [2022-03-20T19:12:01.344Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-20T19:12:01.344Z] === RUN TestSecretRemoveError [2022-03-20T19:12:01.528Z] === RUN TestAddressPoolOpt [2022-03-20T19:12:01.528Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/a [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/something [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/_=a [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/env1=value1 [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/_env1=value1 [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/PATH [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/=a [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/PATH= [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/PATH=something [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/asd!qwe [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/1asd [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/123 [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/some_space [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/__some_space_before [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/some_space_after__ [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/= [2022-03-20T19:12:01.528Z] === RUN TestValidateEnv/PaTh [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-20T19:12:01.528Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestParseHost [2022-03-20T19:12:01.529Z] --- PASS: TestParseHost (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestParseDockerDaemonHost [2022-03-20T19:12:01.529Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestParseTCP [2022-03-20T19:12:01.529Z] --- PASS: TestParseTCP (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-20T19:12:01.529Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestValidateExtraHosts [2022-03-20T19:12:01.529Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestIpOptString [2022-03-20T19:12:01.529Z] --- PASS: TestIpOptString (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-20T19:12:01.529Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestNewIpOptValidDefaultVal [2022-03-20T19:12:01.529Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestIpOptSetInvalidVal [2022-03-20T19:12:01.529Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestValidateIPAddress [2022-03-20T19:12:01.529Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestMapOpts [2022-03-20T19:12:01.529Z] --- PASS: TestMapOpts (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestListOptsWithoutValidator [2022-03-20T19:12:01.529Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestListOptsWithValidator [2022-03-20T19:12:01.529Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestValidateDNSSearch [2022-03-20T19:12:01.529Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_general_format [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_one_more [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-20T19:12:01.529Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-20T19:12:01.529Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestNamedListOpts [2022-03-20T19:12:01.529Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestNamedMapOpts [2022-03-20T19:12:01.529Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestParseLink [2022-03-20T19:12:01.529Z] --- PASS: TestParseLink (0.00s) [2022-03-20T19:12:01.529Z] === RUN TestUlimitOpt [2022-03-20T19:12:01.529Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-20T19:12:01.529Z] PASS [2022-03-20T19:12:01.529Z] coverage: 66.3% of statements [2022-03-20T19:12:01.529Z] ok github.com/docker/docker/opts 0.090s coverage: 66.3% of statements [2022-03-20T19:12:01.529Z] === RUN TestParseVersion [2022-03-20T19:12:01.529Z] --- PASS: TestParseVersion (0.00s) [2022-03-20T19:12:01.529Z] PASS [2022-03-20T19:12:01.529Z] coverage: 52.9% of statements [2022-03-20T19:12:01.529Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2022-03-20T19:12:01.529Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-20T19:12:01.529Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-20T19:12:01.801Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSecretRemove [2022-03-20T19:12:01.801Z] --- PASS: TestSecretRemove (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSecretUpdateUnsupported [2022-03-20T19:12:01.801Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSecretUpdateError [2022-03-20T19:12:01.801Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSecretUpdate [2022-03-20T19:12:01.801Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceCreateError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceCreate [2022-03-20T19:12:01.801Z] --- PASS: TestServiceCreate (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-20T19:12:01.801Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceCreateDigestPinning [2022-03-20T19:12:01.801Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceInspectError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceInspectServiceNotFound [2022-03-20T19:12:01.801Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceInspectWithEmptyID [2022-03-20T19:12:01.801Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceInspect [2022-03-20T19:12:01.801Z] --- PASS: TestServiceInspect (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceListError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceListError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceList [2022-03-20T19:12:01.801Z] --- PASS: TestServiceList (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceLogsError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceLogs [2022-03-20T19:12:01.801Z] --- PASS: TestServiceLogs (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceRemoveError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceRemoveNotFoundError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceRemove [2022-03-20T19:12:01.801Z] --- PASS: TestServiceRemove (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceUpdateError [2022-03-20T19:12:01.801Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestServiceUpdate [2022-03-20T19:12:01.801Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmGetUnlockKeyError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmGetUnlockKey [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmInitError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmInit [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmInit (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmInspectError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmInspect [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmJoinError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmJoin [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmLeaveError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmLeave [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmUnlockError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmUnlock [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmUpdateError [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestSwarmUpdate [2022-03-20T19:12:01.801Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestTaskInspectError [2022-03-20T19:12:01.801Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestTaskInspectWithEmptyID [2022-03-20T19:12:01.801Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestTaskInspect [2022-03-20T19:12:01.801Z] --- PASS: TestTaskInspect (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestTaskListError [2022-03-20T19:12:01.801Z] --- PASS: TestTaskListError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestTaskList [2022-03-20T19:12:01.801Z] --- PASS: TestTaskList (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeCreateError [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeCreate [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeInspectError [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeInspectError (0.01s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeInspectNotFound [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeInspectWithEmptyID [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeInspect [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeListError [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeListError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeList [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeList (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeRemoveError [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-20T19:12:01.801Z] === RUN TestVolumeRemove [2022-03-20T19:12:01.801Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-20T19:12:01.801Z] === CONT TestTLSCloseWriter [2022-03-20T19:12:01.801Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-20T19:12:01.801Z] PASS [2022-03-20T19:12:01.801Z] coverage: 75.2% of statements [2022-03-20T19:12:01.801Z] ok github.com/docker/docker/client 0.586s coverage: 75.2% of statements [2022-03-20T19:12:02.072Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-20T19:12:02.072Z] === RUN TestDockerSuite/TestExecTTY [2022-03-20T19:12:02.072Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-20T19:12:02.633Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-20T19:12:03.058Z] === RUN TestPeerCertificateMarshalJSON [2022-03-20T19:12:03.058Z] 2022/03/20 19:12:02 Closing DB instances... [2022-03-20T19:12:03.195Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-20T19:12:03.514Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-20T19:12:03.514Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-20T19:12:03.514Z] --- PASS: TestPeerCertificateMarshalJSON (0.37s) [2022-03-20T19:12:03.514Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-20T19:12:03.514Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-20T19:12:03.514Z] === RUN TestMiddleware [2022-03-20T19:12:03.514Z] --- PASS: TestMiddleware (0.00s) [2022-03-20T19:12:03.514Z] === RUN TestNewResponseModifier [2022-03-20T19:12:03.514Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-20T19:12:03.514Z] PASS [2022-03-20T19:12:03.514Z] coverage: 26.8% of statements [2022-03-20T19:12:03.514Z] ok github.com/docker/docker/pkg/authorization 0.420s coverage: 26.8% of statements [2022-03-20T19:12:03.514Z] === RUN TestIsArchivePathDir [2022-03-20T19:12:03.514Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-20T19:12:03.514Z] === RUN TestIsArchivePathInvalidFile [2022-03-20T19:12:03.757Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-20T19:12:03.757Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-20T19:12:03.757Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-20T19:12:03.970Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-03-20T19:12:03.970Z] === RUN TestIsArchivePathTar [2022-03-20T19:12:03.970Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-03-20T19:12:03.970Z] === RUN TestDecompressStreamGzip [2022-03-20T19:12:03.970Z] --- PASS: TestDecompressStreamGzip (0.12s) [2022-03-20T19:12:03.970Z] === RUN TestDecompressStreamBzip2 [2022-03-20T19:12:03.970Z] === RUN TestUnbuffered [2022-03-20T19:12:03.970Z] --- PASS: TestUnbuffered (0.00s) [2022-03-20T19:12:03.970Z] === RUN TestRaceUnbuffered [2022-03-20T19:12:03.970Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-20T19:12:03.970Z] PASS [2022-03-20T19:12:03.970Z] coverage: 100.0% of statements [2022-03-20T19:12:03.970Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2022-03-20T19:12:04.427Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-20T19:12:04.427Z] === RUN TestDecompressStreamXz [2022-03-20T19:12:04.427Z] archive_test.go:133: Xz not present in msys2 [2022-03-20T19:12:04.427Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestDecompressStreamZstd [2022-03-20T19:12:04.427Z] archive_test.go:140: zstd not installed [2022-03-20T19:12:04.427Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-20T19:12:04.427Z] === RUN TestCompressStreamXzUnsupported [2022-03-20T19:12:04.427Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-20T19:12:04.427Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestCompressStreamInvalid [2022-03-20T19:12:04.427Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestExtensionInvalid [2022-03-20T19:12:04.427Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestExtensionUncompressed [2022-03-20T19:12:04.427Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestExtensionBzip2 [2022-03-20T19:12:04.427Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestExtensionGzip [2022-03-20T19:12:04.427Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestExtensionXz [2022-03-20T19:12:04.427Z] --- PASS: TestExtensionXz (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestExtensionZstd [2022-03-20T19:12:04.427Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestCmdStreamLargeStderr [2022-03-20T19:12:04.427Z] --- PASS: TestCmdStreamLargeStderr (0.18s) [2022-03-20T19:12:04.427Z] === RUN TestCmdStreamBad [2022-03-20T19:12:04.427Z] archive_test.go:252: Failing on Windows CI machines [2022-03-20T19:12:04.427Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-20T19:12:04.427Z] === RUN TestCmdStreamGood [2022-03-20T19:12:04.427Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-20T19:12:04.427Z] === RUN TestUntarPathWithInvalidDest [2022-03-20T19:12:04.427Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-03-20T19:12:04.427Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-20T19:12:04.427Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-20T19:12:04.427Z] === RUN TestUntarPathWithInvalidSrc [2022-03-20T19:12:04.427Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2022-03-20T19:12:04.427Z] === RUN TestUntarPath [2022-03-20T19:12:04.427Z] --- PASS: TestUntarPath (0.07s) [2022-03-20T19:12:04.427Z] === RUN TestUntarPathWithDestinationFile [2022-03-20T19:12:04.883Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-20T19:12:04.884Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-20T19:12:04.884Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-20T19:12:04.884Z] === RUN TestCopyWithTarInvalidSrc [2022-03-20T19:12:04.884Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-20T19:12:04.884Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-20T19:12:04.884Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-20T19:12:04.884Z] === RUN TestCopyWithTarSrcFile [2022-03-20T19:12:04.884Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-20T19:12:04.884Z] === RUN TestCopyWithTarSrcFolder [2022-03-20T19:12:04.884Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-20T19:12:04.884Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-20T19:12:04.884Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-20T19:12:04.884Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-20T19:12:04.884Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-20T19:12:04.884Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-20T19:12:04.884Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-20T19:12:04.884Z] === RUN TestCopyFileWithTarSrcFile [2022-03-20T19:12:04.884Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-20T19:12:04.884Z] === RUN TestTarFiles [2022-03-20T19:12:04.884Z] === RUN TestMatch [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[foo]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[foo_bar]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[]#01 [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[qux]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-20T19:12:04.884Z] === RUN TestMatch/[[foo_baz]] [2022-03-20T19:12:04.884Z] --- PASS: TestMatch (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-20T19:12:04.884Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-20T19:12:04.884Z] PASS [2022-03-20T19:12:04.884Z] coverage: 87.5% of statements [2022-03-20T19:12:04.884Z] ok github.com/docker/docker/pkg/capabilities 0.043s coverage: 87.5% of statements [2022-03-20T19:12:05.123Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-20T19:12:05.380Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-20T19:12:06.310Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-20T19:12:06.433Z] === RUN TestChrootTarUntar [2022-03-20T19:12:06.433Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-20T19:12:06.433Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.02s) [2022-03-20T19:12:06.433Z] === RUN TestChrootUntarEmptyArchive [2022-03-20T19:12:06.433Z] --- PASS: TestChrootUntarEmptyArchive (0.01s) [2022-03-20T19:12:06.433Z] === RUN TestChrootTarUntarWithSymlink [2022-03-20T19:12:06.433Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootCopyWithTar [2022-03-20T19:12:06.433Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootCopyFileWithTar [2022-03-20T19:12:06.433Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootUntarPath [2022-03-20T19:12:06.433Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-20T19:12:06.433Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-20T19:12:06.433Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:12:06.433Z] === RUN TestChrootApplyDotDotFile [2022-03-20T19:12:06.433Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:06.433Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-20T19:12:06.433Z] PASS [2022-03-20T19:12:06.433Z] coverage: 15.1% of statements [2022-03-20T19:12:06.433Z] ok github.com/docker/docker/pkg/chrootarchive 0.126s coverage: 15.1% of statements [2022-03-20T19:12:06.875Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-20T19:12:06.901Z] 2022/03/20 19:12:06 Closing DB instances... [2022-03-20T19:12:07.440Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-20T19:12:07.545Z] === RUN TestEnsureRemoveAllNotExist [2022-03-20T19:12:07.545Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-20T19:12:07.545Z] === RUN TestEnsureRemoveAllWithDir [2022-03-20T19:12:07.545Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-20T19:12:07.545Z] === RUN TestEnsureRemoveAllWithFile [2022-03-20T19:12:07.545Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-20T19:12:07.545Z] PASS [2022-03-20T19:12:07.545Z] coverage: 0.0% of statements [2022-03-20T19:12:07.545Z] ok github.com/docker/docker/pkg/containerfs 0.042s coverage: 0.0% of statements [2022-03-20T19:12:08.372Z] check_test.go:379: [dffc789332bcb] daemon is not started [2022-03-20T19:12:08.372Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-20T19:12:08.549Z] === RUN TestSizeEmpty [2022-03-20T19:12:08.549Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-20T19:12:08.549Z] === RUN TestSizeEmptyFile [2022-03-20T19:12:08.549Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-20T19:12:08.549Z] === RUN TestSizeNonemptyFile [2022-03-20T19:12:08.549Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-20T19:12:08.549Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-20T19:12:08.549Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-20T19:12:08.549Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-20T19:12:08.549Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-20T19:12:08.549Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-20T19:12:08.549Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-20T19:12:08.549Z] === RUN TestMoveToSubdir [2022-03-20T19:12:08.549Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-20T19:12:08.549Z] === RUN TestSizeNonExistingDirectory [2022-03-20T19:12:08.549Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-20T19:12:08.549Z] PASS [2022-03-20T19:12:08.549Z] coverage: 80.0% of statements [2022-03-20T19:12:08.549Z] ok github.com/docker/docker/pkg/directory 0.066s coverage: 80.0% of statements [2022-03-20T19:12:08.549Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2022-03-20T19:12:08.549Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-20T19:12:09.565Z] === RUN TestPollerAddRemove [2022-03-20T19:12:09.565Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-20T19:12:09.565Z] === RUN TestPollerEvent [2022-03-20T19:12:09.565Z] poller_test.go:40: No chmod on Windows [2022-03-20T19:12:09.565Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-20T19:12:09.565Z] === RUN TestPollerClose [2022-03-20T19:12:09.565Z] --- PASS: TestPollerClose (0.00s) [2022-03-20T19:12:09.565Z] PASS [2022-03-20T19:12:09.565Z] coverage: 45.7% of statements [2022-03-20T19:12:09.565Z] ok github.com/docker/docker/pkg/filenotify 0.052s coverage: 45.7% of statements [2022-03-20T19:12:09.743Z] --- PASS: TestServiceUpdateConfigs (14.53s) [2022-03-20T19:12:09.743Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:12:10.307Z] docker_api_swarm_test.go:802: [d4aadbbadd2b4] joining swarm manager [dfe64a3068b78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:12:10.543Z] 2022/03/20 19:12:10 Closing DB instances... [2022-03-20T19:12:11.000Z] === RUN TestCopyFileWithInvalidSrc [2022-03-20T19:12:11.000Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCopyFileWithInvalidDest [2022-03-20T19:12:11.000Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-20T19:12:11.000Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-20T19:12:11.000Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-20T19:12:11.000Z] === RUN TestCopyFile [2022-03-20T19:12:11.000Z] --- PASS: TestCopyFile (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-20T19:12:11.000Z] fileutils_test.go:133: Needs porting to Windows [2022-03-20T19:12:11.000Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-20T19:12:11.000Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-20T19:12:11.000Z] fileutils_test.go:179: Needs porting to Windows [2022-03-20T19:12:11.000Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestWildcardMatches [2022-03-20T19:12:11.000Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestPatternMatches [2022-03-20T19:12:11.000Z] --- PASS: TestPatternMatches (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-20T19:12:11.000Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestPatternMatchesFolderExclusions [2022-03-20T19:12:11.000Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-20T19:12:11.000Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-20T19:12:11.000Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-20T19:12:11.000Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-20T19:12:11.000Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestSingleExclamationError [2022-03-20T19:12:11.000Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestMatchesWithNoPatterns [2022-03-20T19:12:11.000Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestMatchesWithMalformedPatterns [2022-03-20T19:12:11.000Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestMatches [2022-03-20T19:12:11.000Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-20T19:12:11.000Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-20T19:12:11.000Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-20T19:12:11.000Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-20T19:12:11.000Z] --- PASS: TestMatches (0.01s) [2022-03-20T19:12:11.000Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-20T19:12:11.000Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-20T19:12:11.000Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-20T19:12:11.000Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCleanPatterns [2022-03-20T19:12:11.000Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-20T19:12:11.000Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCleanPatternsExceptionFlag [2022-03-20T19:12:11.000Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-20T19:12:11.000Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-20T19:12:11.000Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCleanPatternsErrorSingleException [2022-03-20T19:12:11.000Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCreateIfNotExistsDir [2022-03-20T19:12:11.000Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCreateIfNotExistsFile [2022-03-20T19:12:11.000Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-20T19:12:11.000Z] === RUN TestMatch [2022-03-20T19:12:11.000Z] --- PASS: TestMatch (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestCompile [2022-03-20T19:12:11.000Z] === RUN TestCompile/slash [2022-03-20T19:12:11.000Z] === RUN TestCompile/backslash [2022-03-20T19:12:11.000Z] --- PASS: TestCompile (0.00s) [2022-03-20T19:12:11.000Z] --- PASS: TestCompile/slash (0.00s) [2022-03-20T19:12:11.000Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-20T19:12:11.000Z] PASS [2022-03-20T19:12:11.000Z] coverage: 84.7% of statements [2022-03-20T19:12:11.000Z] ok github.com/docker/docker/pkg/fileutils 0.091s coverage: 84.7% of statements [2022-03-20T19:12:11.000Z] --- PASS: TestTarFiles (6.37s) [2022-03-20T19:12:11.000Z] === RUN TestDetectCompressionZstd [2022-03-20T19:12:11.000Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-20T19:12:11.000Z] === RUN TestTarUntar [2022-03-20T19:12:11.000Z] --- PASS: TestTarUntar (0.04s) [2022-03-20T19:12:11.000Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-20T19:12:11.457Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-20T19:12:11.457Z] === RUN TestTarWithOptions [2022-03-20T19:12:11.457Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-20T19:12:11.457Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-20T19:12:11.457Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-20T19:12:11.457Z] === RUN TestUntarUstarGnuConflict [2022-03-20T19:12:11.457Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-20T19:12:11.457Z] === RUN TestUntarInvalidFilenames [2022-03-20T19:12:11.457Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3939923037\\dest" [2022-03-20T19:12:11.457Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-03-20T19:12:11.457Z] === RUN TestUntarHardlinkToSymlink [2022-03-20T19:12:11.457Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-20T19:12:11.457Z] === RUN TestUntarInvalidHardlink [2022-03-20T19:12:11.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink46285755\\victim\\hello" -> "../victim/hello" [2022-03-20T19:12:11.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink705626356\\victim\\hello" -> "/../victim/hello" [2022-03-20T19:12:11.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1536731096\\victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1855172263\\victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink327558198\\victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2458023045\\victim" -> "../victim" [2022-03-20T19:12:11.457Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-20T19:12:11.457Z] === RUN TestUntarInvalidSymlink [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2692821203\\dest\\dotdot" -> "../victim/hello" [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2777749875\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3845333439\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink544592252\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2380476131\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3197829995\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:11.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2415340322\\dest\\dir\\loophole" -> "../../victim" [2022-03-20T19:12:11.457Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-20T19:12:11.457Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-20T19:12:11.457Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-20T19:12:11.457Z] === RUN TestXGlobalNoParent [2022-03-20T19:12:11.457Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-20T19:12:11.457Z] === RUN TestReplaceFileTarWrapper [2022-03-20T19:12:11.457Z] === RUN TestGet [2022-03-20T19:12:11.457Z] --- PASS: TestGet (0.00s) [2022-03-20T19:12:11.457Z] === RUN TestGetShortcutString [2022-03-20T19:12:11.457Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-20T19:12:11.457Z] PASS [2022-03-20T19:12:11.457Z] coverage: 42.9% of statements [2022-03-20T19:12:11.457Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2022-03-20T19:12:11.913Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-03-20T19:12:11.913Z] === RUN TestPrefixHeaderReadable [2022-03-20T19:12:11.913Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-20T19:12:11.913Z] === RUN TestDisablePigz [2022-03-20T19:12:11.913Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-20T19:12:11.913Z] --- PASS: TestDisablePigz (0.16s) [2022-03-20T19:12:11.913Z] === RUN TestPigz [2022-03-20T19:12:11.913Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-03-20T19:12:11.913Z] === RUN TestNetworkDBNodeLeave [2022-03-20T19:12:11.913Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-20T19:12:11.913Z] --- PASS: TestPigz (0.17s) [2022-03-20T19:12:11.913Z] === RUN TestNosysFileInfo [2022-03-20T19:12:11.913Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-20T19:12:11.913Z] === RUN TestCopyFileWithInvalidDest [2022-03-20T19:12:11.913Z] archive_windows_test.go:16: Currently fails [2022-03-20T19:12:11.913Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:12:11.913Z] === RUN TestCanonicalTarNameForPath [2022-03-20T19:12:11.913Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-20T19:12:11.913Z] === RUN TestCanonicalTarName [2022-03-20T19:12:11.913Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-20T19:12:11.913Z] === RUN TestChmodTarEntry [2022-03-20T19:12:11.913Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-20T19:12:11.913Z] === RUN TestHardLinkOrder [2022-03-20T19:12:12.204Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-20T19:12:12.205Z] docker_api_swarm_test.go:802: [db68903f6ca9b] joining swarm manager [dfe64a3068b78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:12:12.369Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-20T19:12:12.369Z] === RUN TestChangeString [2022-03-20T19:12:12.369Z] --- PASS: TestChangeString (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesWithNoChanges [2022-03-20T19:12:12.369Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-20T19:12:12.369Z] === RUN TestChangesWithChanges [2022-03-20T19:12:12.369Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-20T19:12:12.369Z] === RUN TestChangesWithChangesGH13590 [2022-03-20T19:12:12.369Z] changes_test.go:195: needs more investigation [2022-03-20T19:12:12.369Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesDirsEmpty [2022-03-20T19:12:12.369Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:12:12.369Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesDirsMutated [2022-03-20T19:12:12.369Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:12:12.369Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestApplyLayer [2022-03-20T19:12:12.369Z] changes_test.go:432: needs further investigation [2022-03-20T19:12:12.369Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesSizeWithHardlinks [2022-03-20T19:12:12.369Z] changes_test.go:468: needs further investigation [2022-03-20T19:12:12.369Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesSizeWithNoChanges [2022-03-20T19:12:12.369Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-20T19:12:12.369Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestChangesSize [2022-03-20T19:12:12.369Z] --- PASS: TestChangesSize (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestApplyLayerInvalidFilenames [2022-03-20T19:12:12.369Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames863724855\\dest" [2022-03-20T19:12:12.369Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-20T19:12:12.369Z] === RUN TestApplyLayerInvalidHardlink [2022-03-20T19:12:12.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2737039774\\victim\\hello" -> "../victim/hello" [2022-03-20T19:12:12.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink741044984\\victim\\hello" -> "/../victim/hello" [2022-03-20T19:12:12.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2932749798\\victim" -> "../victim" [2022-03-20T19:12:12.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink976575666\\victim" -> "../victim" [2022-03-20T19:12:12.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3060297785\\victim" -> "../victim" [2022-03-20T19:12:12.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1545566903\\victim" -> "../victim" [2022-03-20T19:12:12.369Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-20T19:12:12.369Z] === RUN TestApplyLayerInvalidSymlink [2022-03-20T19:12:12.369Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2637061381\\dest\\dotdot" -> "../victim/hello" [2022-03-20T19:12:12.369Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3733622119\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-20T19:12:12.369Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1121207388\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:12.369Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1299272768\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:12.369Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1728755520\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:12.369Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1742927888\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:12:12.369Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-20T19:12:12.369Z] === RUN TestApplyLayerWhiteouts [2022-03-20T19:12:12.369Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-20T19:12:12.369Z] === RUN TestGenerateEmptyFile [2022-03-20T19:12:12.369Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-20T19:12:12.369Z] === RUN TestGenerateWithContent [2022-03-20T19:12:12.369Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-20T19:12:12.369Z] PASS [2022-03-20T19:12:12.369Z] coverage: 62.0% of statements [2022-03-20T19:12:12.369Z] ok github.com/docker/docker/pkg/archive 8.932s coverage: 62.0% of statements [2022-03-20T19:12:12.369Z] === RUN TestCreateIDMapOrder [2022-03-20T19:12:12.369Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-20T19:12:12.369Z] PASS [2022-03-20T19:12:12.369Z] coverage: 7.2% of statements [2022-03-20T19:12:12.827Z] ok github.com/docker/docker/pkg/idtools 0.042s coverage: 7.2% of statements [2022-03-20T19:12:13.136Z] docker_api_swarm_test.go:802: [d09206050e962] joining swarm manager [dfe64a3068b78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-20T19:12:13.792Z] === RUN TestFixedBufferCap [2022-03-20T19:12:13.792Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestFixedBufferLen [2022-03-20T19:12:13.792Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestFixedBufferString [2022-03-20T19:12:13.792Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestFixedBufferWrite [2022-03-20T19:12:13.792Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestFixedBufferRead [2022-03-20T19:12:13.792Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestBytesPipeRead [2022-03-20T19:12:13.792Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestBytesPipeWrite [2022-03-20T19:12:13.792Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-20T19:12:13.792Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-20T19:12:14.248Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2022-03-20T19:12:14.248Z] === RUN TestAtomicWriteToFile [2022-03-20T19:12:14.248Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-20T19:12:14.248Z] === RUN TestAtomicWriteSetCommit [2022-03-20T19:12:14.248Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-20T19:12:14.248Z] === RUN TestAtomicWriteSetCancel [2022-03-20T19:12:14.248Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-20T19:12:14.248Z] === RUN TestReadCloserWrapperClose [2022-03-20T19:12:14.248Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-20T19:12:14.248Z] === RUN TestReaderErrWrapperReadOnError [2022-03-20T19:12:14.248Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-20T19:12:14.248Z] === RUN TestReaderErrWrapperRead [2022-03-20T19:12:14.248Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-20T19:12:14.248Z] === RUN TestCancelReadCloser [2022-03-20T19:12:14.502Z] docker_api_swarm_test.go:802: [dd2d737b7cb1a] joining swarm manager [dfe64a3068b78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-20T19:12:14.703Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-20T19:12:14.703Z] === RUN TestWriteCloserWrapperClose [2022-03-20T19:12:14.703Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-20T19:12:14.703Z] === RUN TestNopWriteCloser [2022-03-20T19:12:14.703Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-20T19:12:14.703Z] === RUN TestNopWriter [2022-03-20T19:12:14.703Z] --- PASS: TestNopWriter (0.00s) [2022-03-20T19:12:14.703Z] === RUN TestWriteCounter [2022-03-20T19:12:14.703Z] --- PASS: TestWriteCounter (0.00s) [2022-03-20T19:12:14.703Z] PASS [2022-03-20T19:12:14.703Z] coverage: 69.2% of statements [2022-03-20T19:12:14.703Z] ok github.com/docker/docker/pkg/ioutils 0.647s coverage: 69.2% of statements [2022-03-20T19:12:15.160Z] --- PASS: TestNetworkDBNodeLeave (3.04s) [2022-03-20T19:12:15.160Z] === RUN TestNetworkDBWatch [2022-03-20T19:12:15.617Z] === RUN TestError [2022-03-20T19:12:15.617Z] --- PASS: TestError (0.00s) [2022-03-20T19:12:15.617Z] === RUN TestProgressString [2022-03-20T19:12:15.617Z] === RUN TestProgressString/no_progress [2022-03-20T19:12:15.617Z] === RUN TestProgressString/progress_1 [2022-03-20T19:12:15.617Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-20T19:12:15.617Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-20T19:12:15.617Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-20T19:12:15.617Z] === RUN TestProgressString/with_units [2022-03-20T19:12:15.617Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-20T19:12:15.617Z] === RUN TestProgressString/hide_counts [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-20T19:12:15.617Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-20T19:12:15.617Z] === RUN TestJSONMessageDisplay [2022-03-20T19:12:15.617Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-03-20T19:12:15.617Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-20T19:12:15.617Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-20T19:12:15.617Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-20T19:12:15.617Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-20T19:12:15.617Z] === RUN TestDisplayJSONMessagesStream [2022-03-20T19:12:15.617Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-20T19:12:15.617Z] PASS [2022-03-20T19:12:15.617Z] coverage: 91.7% of statements [2022-03-20T19:12:15.617Z] ok github.com/docker/docker/pkg/jsonmessage 0.243s coverage: 91.7% of statements [2022-03-20T19:12:16.579Z] === RUN TestStandardLongPath [2022-03-20T19:12:16.579Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-20T19:12:16.579Z] === RUN TestUNCLongPath [2022-03-20T19:12:16.579Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-20T19:12:16.579Z] PASS [2022-03-20T19:12:16.579Z] coverage: 100.0% of statements [2022-03-20T19:12:16.579Z] ok github.com/docker/docker/pkg/longpath 0.040s coverage: 100.0% of statements [2022-03-20T19:12:16.579Z] 2022/03/20 19:12:16 Closing DB instances... [2022-03-20T19:12:17.034Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-20T19:12:17.034Z] docker_api_swarm_test.go:810: [dd583c81e5e5f] joining swarm manager [dfe64a3068b78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-20T19:12:17.036Z] === RUN TestNameFormat [2022-03-20T19:12:17.036Z] --- PASS: TestNameFormat (0.00s) [2022-03-20T19:12:17.036Z] === RUN TestNameRetries [2022-03-20T19:12:17.036Z] --- PASS: TestNameRetries (0.00s) [2022-03-20T19:12:17.036Z] PASS [2022-03-20T19:12:17.036Z] coverage: 85.7% of statements [2022-03-20T19:12:17.036Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2022-03-20T19:12:17.494Z] === RUN TestParseKeyValueOpt [2022-03-20T19:12:17.494Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-20T19:12:17.494Z] === RUN TestParseUintList [2022-03-20T19:12:17.494Z] --- PASS: TestParseUintList (0.00s) [2022-03-20T19:12:17.494Z] === RUN TestParseUintListMaximumLimits [2022-03-20T19:12:17.494Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-20T19:12:17.494Z] PASS [2022-03-20T19:12:17.494Z] coverage: 97.0% of statements [2022-03-20T19:12:17.494Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2022-03-20T19:12:17.951Z] --- PASS: TestNetworkDBWatch (3.06s) [2022-03-20T19:12:17.951Z] === RUN TestNetworkDBBulkSync [2022-03-20T19:12:18.405Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-03-20T19:12:18.409Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-03-20T19:12:18.409Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-03-20T19:12:18.409Z] PASS [2022-03-20T19:12:18.409Z] coverage: 36.4% of statements [2022-03-20T19:12:18.409Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.042s coverage: 36.4% of statements [2022-03-20T19:12:19.376Z] === RUN TestNewAndRemove [2022-03-20T19:12:19.376Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-20T19:12:19.376Z] === RUN TestRemoveInvalidPath [2022-03-20T19:12:19.376Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-20T19:12:19.376Z] PASS [2022-03-20T19:12:19.377Z] coverage: 82.6% of statements [2022-03-20T19:12:19.377Z] 2022/03/20 19:12:19 Closing DB instances... [2022-03-20T19:12:19.377Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2022-03-20T19:12:21.550Z] time="2022-03-20T19:12:20Z" level=error msg="node1(15b13b70e8e0) Could not close DB: timeout waiting for leave broadcast" [2022-03-20T19:12:21.550Z] --- PASS: TestNetworkDBBulkSync (3.04s) [2022-03-20T19:12:21.550Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-20T19:12:21.550Z] === RUN TestFailedConnection [2022-03-20T19:12:22.512Z] --- PASS: TestGetAddress (25.65s) [2022-03-20T19:12:22.512Z] === RUN TestRequestSyntaxCheck [2022-03-20T19:12:22.512Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-20T19:12:22.512Z] === RUN TestRequest [2022-03-20T19:12:22.885Z] --- PASS: TestCheckoutGit (38.65s) [2022-03-20T19:12:22.885Z] === RUN TestValidGitTransport [2022-03-20T19:12:22.885Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-20T19:12:22.885Z] === RUN TestGitInvalidRef [2022-03-20T19:12:22.885Z] --- PASS: TestGitInvalidRef (0.24s) [2022-03-20T19:12:22.885Z] PASS [2022-03-20T19:12:22.885Z] coverage: 86.3% of statements [2022-03-20T19:12:22.885Z] ok github.com/docker/docker/builder/remotecontext/git 38.979s coverage: 86.3% of statements [2022-03-20T19:12:22.968Z] --- PASS: TestFailedConnection (2.05s) [2022-03-20T19:12:22.968Z] === RUN TestFailOnce [2022-03-20T19:12:23.425Z] 2022/03/20 19:12:22 http: panic serving 127.0.0.1:49298: Plugin not ready [2022-03-20T19:12:23.425Z] goroutine 34 [running]: [2022-03-20T19:12:23.425Z] net/http.(*conn).serve.func1() [2022-03-20T19:12:23.425Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-20T19:12:23.425Z] panic({0x773700, 0x8bd030}) [2022-03-20T19:12:23.425Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-20T19:12:23.425Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001a7a70?) [2022-03-20T19:12:23.425Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-20T19:12:23.425Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x8c2838?, 0xc0001b0000?}, 0x6cda46?) [2022-03-20T19:12:23.425Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-20T19:12:23.425Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x8c2838, 0xc0001b0000}, 0xc00022a000) [2022-03-20T19:12:23.425Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-03-20T19:12:23.425Z] net/http.serverHandler.ServeHTTP({0x8c0e58?}, {0x8c2838, 0xc0001b0000}, 0xc00022a000) [2022-03-20T19:12:23.425Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-20T19:12:23.425Z] net/http.(*conn).serve(0xc000220000, {0x8c2d38, 0xc0002020c0}) [2022-03-20T19:12:23.425Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-20T19:12:23.425Z] created by net/http.(*Server).Serve [2022-03-20T19:12:23.425Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-20T19:12:23.425Z] time="2022-03-20T19:12:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.FailOnce: Post \"http://127.0.0.1:49297/Test.FailOnce\": EOF, retrying in 1s" [2022-03-20T19:12:23.660Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-20T19:12:23.660Z] --- PASS: TestServiceUpdateNetwork (13.19s) [2022-03-20T19:12:23.660Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:12:23.660Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-20T19:12:23.660Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-20T19:12:23.660Z] === RUN TestDockerSuite/TestHealth [2022-03-20T19:12:23.917Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-20T19:12:24.388Z] 2022/03/20 19:12:23 Closing DB instances... [2022-03-20T19:12:24.388Z] --- PASS: TestFailOnce (1.20s) [2022-03-20T19:12:24.388Z] === RUN TestEchoInputOutput [2022-03-20T19:12:24.388Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-20T19:12:24.388Z] === RUN TestBackoff [2022-03-20T19:12:24.388Z] --- PASS: TestBackoff (0.00s) [2022-03-20T19:12:24.388Z] === RUN TestAbortRetry [2022-03-20T19:12:24.388Z] --- PASS: TestAbortRetry (0.00s) [2022-03-20T19:12:24.388Z] === RUN TestClientScheme [2022-03-20T19:12:24.388Z] --- PASS: TestClientScheme (0.00s) [2022-03-20T19:12:24.388Z] === RUN TestNewClientWithTimeout [2022-03-20T19:12:24.420Z] ? github.com/docker/docker/cli [no test files] [2022-03-20T19:12:24.420Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-20T19:12:24.847Z] time="2022-03-20T19:12:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-20T19:12:24.847Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-20T19:12:26.374Z] time="2022-03-20T19:12:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-20T19:12:27.335Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.11s) [2022-03-20T19:12:27.335Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-20T19:12:28.297Z] 2022/03/20 19:12:28 Closing DB instances... [2022-03-20T19:12:28.754Z] time="2022-03-20T19:12:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-20T19:12:29.718Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-20T19:12:29.718Z] === RUN TestNetworkDBGarbageCollection [2022-03-20T19:12:30.682Z] --- PASS: TestRequest (8.21s) [2022-03-20T19:12:30.682Z] === RUN TestOverlappingRequests [2022-03-20T19:12:31.139Z] --- PASS: TestOverlappingRequests (0.40s) [2022-03-20T19:12:31.139Z] === RUN TestRelease [2022-03-20T19:12:31.387Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-20T19:12:32.669Z] --- PASS: TestRelease (1.72s) [2022-03-20T19:12:32.669Z] === RUN TestAllocateRandomDeallocate [2022-03-20T19:12:33.632Z] time="2022-03-20T19:12:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-20T19:12:34.730Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestConfigureDaemonLogs [2022-03-20T19:12:34.730Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestCommonOptionsInstallFlags [2022-03-20T19:12:34.730Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-20T19:12:34.730Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-20T19:12:34.730Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-20T19:12:34.730Z] PASS [2022-03-20T19:12:34.730Z] coverage: 19.0% of statements [2022-03-20T19:12:34.730Z] ok github.com/docker/docker/cmd/dockerd 0.223s coverage: 19.0% of statements [2022-03-20T19:12:34.730Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-20T19:12:34.730Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-20T19:12:35.705Z] === RUN TestContainerStopSignal [2022-03-20T19:12:35.705Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestContainerStopTimeout [2022-03-20T19:12:35.705Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-20T19:12:35.705Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-20T19:12:35.705Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-20T19:12:35.705Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestReplaceAndAppendEnvVars [2022-03-20T19:12:35.705Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-20T19:12:35.705Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestNewMemoryStore [2022-03-20T19:12:35.705Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestAddContainers [2022-03-20T19:12:35.705Z] --- PASS: TestAddContainers (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestGetContainer [2022-03-20T19:12:35.705Z] --- PASS: TestGetContainer (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestDeleteContainer [2022-03-20T19:12:35.705Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestListContainers [2022-03-20T19:12:35.705Z] --- PASS: TestListContainers (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestFirstContainer [2022-03-20T19:12:35.705Z] --- PASS: TestFirstContainer (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestApplyAllContainer [2022-03-20T19:12:35.705Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestIsValidHealthString [2022-03-20T19:12:35.705Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestStateRunStop [2022-03-20T19:12:35.705Z] --- PASS: TestStateRunStop (0.00s) [2022-03-20T19:12:35.705Z] === RUN TestStateTimeoutWait [2022-03-20T19:12:36.161Z] state_test.go:141: Stop callback fired [2022-03-20T19:12:36.161Z] state_test.go:165: Stop callback fired [2022-03-20T19:12:36.161Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-20T19:12:36.161Z] === RUN TestIsValidStateString [2022-03-20T19:12:36.161Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-20T19:12:36.161Z] === RUN TestViewSaveDelete [2022-03-20T19:12:36.161Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-20T19:12:36.161Z] === RUN TestViewAll [2022-03-20T19:12:36.161Z] --- PASS: TestViewAll (0.01s) [2022-03-20T19:12:36.161Z] === RUN TestViewGet [2022-03-20T19:12:36.161Z] --- PASS: TestViewGet (0.01s) [2022-03-20T19:12:36.161Z] === RUN TestNames [2022-03-20T19:12:36.161Z] --- PASS: TestNames (0.00s) [2022-03-20T19:12:36.161Z] === RUN TestViewWithHealthCheck [2022-03-20T19:12:36.161Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-20T19:12:36.161Z] PASS [2022-03-20T19:12:36.161Z] coverage: 41.7% of statements [2022-03-20T19:12:36.161Z] ok github.com/docker/docker/container 0.249s coverage: 41.7% of statements [2022-03-20T19:12:36.161Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-20T19:12:36.161Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-20T19:12:36.161Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-20T19:12:36.161Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-20T19:12:37.124Z] === RUN TestPrepare [2022-03-20T19:12:37.124Z] --- PASS: TestPrepare (0.00s) [2022-03-20T19:12:37.124Z] === RUN TestStart [2022-03-20T19:12:37.124Z] --- PASS: TestStart (0.00s) [2022-03-20T19:12:37.124Z] === RUN TestWaitCancel [2022-03-20T19:12:37.124Z] --- PASS: TestWaitCancel (0.00s) [2022-03-20T19:12:37.124Z] === RUN TestWaitDisabled [2022-03-20T19:12:37.124Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-20T19:12:37.124Z] === RUN TestWaitEnabled [2022-03-20T19:12:37.124Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-20T19:12:37.124Z] === RUN TestRemove [2022-03-20T19:12:37.124Z] --- PASS: TestRemove (0.00s) [2022-03-20T19:12:37.124Z] PASS [2022-03-20T19:12:37.124Z] coverage: 65.3% of statements [2022-03-20T19:12:37.124Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2022-03-20T19:12:37.360Z] --- PASS: TestAllocateRandomDeallocate (4.66s) [2022-03-20T19:12:37.360Z] === RUN TestRetrieveFromStore [2022-03-20T19:12:38.322Z] === RUN TestParseEmptyInterface [2022-03-20T19:12:38.322Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestParseNonInterfaceType [2022-03-20T19:12:38.322Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestParseWithOneFunction [2022-03-20T19:12:38.322Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestParseWithMultipleFuncs [2022-03-20T19:12:38.322Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestParseWithUnnamedReturn [2022-03-20T19:12:38.322Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestEmbeddedInterface [2022-03-20T19:12:38.322Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestParsedImports [2022-03-20T19:12:38.322Z] --- PASS: TestParsedImports (0.00s) [2022-03-20T19:12:38.322Z] === RUN TestAliasedImports [2022-03-20T19:12:38.322Z] --- PASS: TestAliasedImports (0.00s) [2022-03-20T19:12:38.322Z] PASS [2022-03-20T19:12:38.322Z] coverage: 56.8% of statements [2022-03-20T19:12:38.322Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.055s coverage: 56.8% of statements [2022-03-20T19:12:39.284Z] --- PASS: TestRetrieveFromStore (1.78s) [2022-03-20T19:12:39.284Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-20T19:12:39.284Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-20T19:12:39.284Z] === RUN TestParallelPredefinedRequest1 [2022-03-20T19:12:39.284Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-20T19:12:39.284Z] === RUN TestParallelPredefinedRequest2 [2022-03-20T19:12:39.284Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-20T19:12:39.284Z] === RUN TestParallelPredefinedRequest3 [2022-03-20T19:12:39.284Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-20T19:12:39.284Z] === RUN TestParallelPredefinedRequest4 [2022-03-20T19:12:39.284Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-20T19:12:39.284Z] === RUN TestParallelPredefinedRequest5 [2022-03-20T19:12:39.284Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-20T19:12:39.284Z] === RUN TestDebug [2022-03-20T19:12:39.284Z] --- PASS: TestDebug (0.00s) [2022-03-20T19:12:39.284Z] === RUN TestRequestPoolParallel [2022-03-20T19:12:39.284Z] === RUN TestHTTPTransport [2022-03-20T19:12:39.284Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-20T19:12:39.284Z] PASS [2022-03-20T19:12:39.284Z] coverage: 85.7% of statements [2022-03-20T19:12:39.284Z] ok github.com/docker/docker/pkg/plugins/transport 0.050s coverage: 85.7% of statements [2022-03-20T19:12:39.484Z] --- PASS: TestServiceUpdatePidsLimit (16.20s) [2022-03-20T19:12:39.485Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2022-03-20T19:12:39.485Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-03-20T19:12:39.485Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.10s) [2022-03-20T19:12:39.485Z] PASS [2022-03-20T19:12:39.485Z] [2022-03-20T19:12:39.485Z] === Skipped [2022-03-20T19:12:39.485Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-20T19:12:39.485Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-20T19:12:39.485Z] [2022-03-20T19:12:39.485Z] DONE 27 tests, 1 skipped in 195.967s [2022-03-20T19:12:39.485Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-20T19:12:39.485Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:12:39.485Z] ++ set -e [2022-03-20T19:12:39.485Z] ++ '[' -n 0 ']' [2022-03-20T19:12:39.485Z] ++ set -x [2022-03-20T19:12:39.485Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:12:39.485Z] INFO: Testing against a local daemon [2022-03-20T19:12:39.485Z] === RUN TestSessionCreate [2022-03-20T19:12:39.485Z] --- PASS: TestSessionCreate (0.02s) [2022-03-20T19:12:39.485Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:12:39.485Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-03-20T19:12:39.485Z] PASS [2022-03-20T19:12:39.485Z] [2022-03-20T19:12:39.485Z] DONE 2 tests in 0.116s [2022-03-20T19:12:39.485Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-20T19:12:39.485Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:12:39.485Z] ++ set -e [2022-03-20T19:12:39.485Z] ++ '[' -n 0 ']' [2022-03-20T19:12:39.485Z] ++ set -x [2022-03-20T19:12:39.485Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:12:39.485Z] INFO: Testing against a local daemon [2022-03-20T19:12:39.485Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:12:39.485Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-20T19:12:39.485Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:12:39.485Z] === RUN TestDiskUsage [2022-03-20T19:12:39.485Z] === PAUSE TestDiskUsage [2022-03-20T19:12:39.485Z] === RUN TestEventsExecDie [2022-03-20T19:12:39.741Z] --- PASS: TestRequestPoolParallel (0.26s) [2022-03-20T19:12:39.741Z] === RUN TestFullAllocateRelease [2022-03-20T19:12:40.049Z] --- PASS: TestEventsExecDie (0.57s) [2022-03-20T19:12:40.049Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:12:40.049Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-20T19:12:40.049Z] === RUN TestEventsVolumeCreate [2022-03-20T19:12:40.049Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-20T19:12:40.049Z] === RUN TestInfoBinaryCommits [2022-03-20T19:12:40.049Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-20T19:12:40.049Z] === RUN TestInfoAPIVersioned [2022-03-20T19:12:40.049Z] --- PASS: TestInfoAPIVersioned (0.02s) [2022-03-20T19:12:40.049Z] === RUN TestInfoAPI [2022-03-20T19:12:40.049Z] --- PASS: TestInfoAPI (0.02s) [2022-03-20T19:12:40.049Z] === RUN TestInfoAPIWarnings [2022-03-20T19:12:40.197Z] --- PASS: TestFullAllocateRelease (0.53s) [2022-03-20T19:12:40.197Z] === RUN TestOddAllocateRelease [2022-03-20T19:12:40.197Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-20T19:12:40.197Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-20T19:12:40.197Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-20T19:12:40.197Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-20T19:12:40.197Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-20T19:12:40.197Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-20T19:12:40.197Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-20T19:12:40.197Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-20T19:12:40.197Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-20T19:12:40.197Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-20T19:12:40.197Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-20T19:12:40.197Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-20T19:12:40.197Z] === RUN TestBufferPoolPutAndGet [2022-03-20T19:12:40.197Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-20T19:12:40.197Z] PASS [2022-03-20T19:12:40.197Z] coverage: 88.2% of statements [2022-03-20T19:12:40.197Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2022-03-20T19:12:40.197Z] --- PASS: TestOddAllocateRelease (0.32s) [2022-03-20T19:12:40.197Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-20T19:12:40.654Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-20T19:12:40.654Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-20T19:12:40.654Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-20T19:12:40.654Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-20T19:12:40.654Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest1 [2022-03-20T19:12:40.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest4 [2022-03-20T19:12:40.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:12:40.654Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest3 [2022-03-20T19:12:40.654Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest3 [2022-03-20T19:12:40.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest2 [2022-03-20T19:12:40.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:12:40.654Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest5 [2022-03-20T19:12:40.654Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:12:40.654Z] === CONT TestParallelPredefinedRequest5 [2022-03-20T19:12:40.654Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:12:40.654Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:12:40.654Z] PASS [2022-03-20T19:12:40.654Z] coverage: 85.3% of statements [2022-03-20T19:12:40.654Z] ok github.com/docker/docker/libnetwork/ipam 52.386s coverage: 85.3% of statements [2022-03-20T19:12:40.654Z] === RUN TestOutputOnPrematureClose [2022-03-20T19:12:40.654Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-20T19:12:40.654Z] === RUN TestCompleteSilently [2022-03-20T19:12:40.654Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-20T19:12:40.654Z] PASS [2022-03-20T19:12:40.654Z] coverage: 75.9% of statements [2022-03-20T19:12:40.654Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-03-20T19:12:40.849Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-20T19:12:40.849Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.23s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-20T19:12:40.849Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-20T19:12:40.849Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-20T19:12:41.309Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-20T19:12:41.309Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-20T19:12:41.309Z] === RUN TestNewListSecretsFilters [2022-03-20T19:12:41.309Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-20T19:12:41.309Z] === RUN TestNewListConfigsFilters [2022-03-20T19:12:41.309Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-20T19:12:41.309Z] PASS [2022-03-20T19:12:41.309Z] coverage: 0.5% of statements [2022-03-20T19:12:41.309Z] ok github.com/docker/docker/daemon/cluster 1.289s coverage: 0.5% of statements [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-20T19:12:41.309Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-20T19:12:41.309Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-20T19:12:41.309Z] PASS [2022-03-20T19:12:41.309Z] coverage: 35.9% of statements [2022-03-20T19:12:41.309Z] ok github.com/docker/docker/daemon/cluster/convert 0.640s coverage: 35.9% of statements [2022-03-20T19:12:41.619Z] === RUN TestSendToOneSub [2022-03-20T19:12:41.620Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-20T19:12:41.620Z] === RUN TestSendToMultipleSubs [2022-03-20T19:12:41.620Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-20T19:12:41.620Z] === RUN TestEvictOneSub [2022-03-20T19:12:41.620Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-20T19:12:41.620Z] === RUN TestClosePublisher [2022-03-20T19:12:41.620Z] --- PASS: TestClosePublisher (0.00s) [2022-03-20T19:12:41.620Z] === RUN TestPubSubRace [2022-03-20T19:12:42.078Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-20T19:12:42.078Z] === RUN TestClientStream [2022-03-20T19:12:42.078Z] --- PASS: TestClientStream (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestClientSendFile [2022-03-20T19:12:42.078Z] --- PASS: TestClientSendFile (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestClientWithRequestTimeout [2022-03-20T19:12:42.078Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestFileSpecPlugin [2022-03-20T19:12:42.078Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-20T19:12:42.078Z] === RUN TestFileJSONSpecPlugin [2022-03-20T19:12:42.078Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-20T19:12:42.078Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestPluginAddHandler [2022-03-20T19:12:42.078Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestPluginWaitBadPlugin [2022-03-20T19:12:42.078Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-20T19:12:42.078Z] === RUN TestGet [2022-03-20T19:12:42.078Z] time="2022-03-20T19:12:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-20T19:12:42.535Z] --- PASS: TestPubSubRace (1.06s) [2022-03-20T19:12:42.535Z] PASS [2022-03-20T19:12:42.535Z] coverage: 75.0% of statements [2022-03-20T19:12:42.535Z] ok github.com/docker/docker/pkg/pubsub 1.103s coverage: 75.0% of statements [2022-03-20T19:12:42.575Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-20T19:12:42.575Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-20T19:12:42.575Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-20T19:12:42.575Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-20T19:12:42.992Z] time="2022-03-20T19:12:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-20T19:12:43.140Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-20T19:12:43.140Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-20T19:12:43.448Z] === RUN TestRegister [2022-03-20T19:12:43.448Z] --- PASS: TestRegister (0.00s) [2022-03-20T19:12:43.448Z] === RUN TestCommand [2022-03-20T19:12:43.448Z] --- PASS: TestCommand (0.04s) [2022-03-20T19:12:43.448Z] === RUN TestNaiveSelf [2022-03-20T19:12:43.448Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-20T19:12:43.448Z] PASS [2022-03-20T19:12:43.448Z] coverage: 82.4% of statements [2022-03-20T19:12:43.448Z] ok github.com/docker/docker/pkg/reexec 0.120s coverage: 82.4% of statements [2022-03-20T19:12:43.706Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-20T19:12:43.706Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-20T19:12:43.706Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-20T19:12:43.706Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-20T19:12:43.964Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-20T19:12:43.964Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-20T19:12:44.206Z] === RUN TestWaitNodeAttachment [2022-03-20T19:12:44.206Z] === RUN TestBuilderGC [2022-03-20T19:12:44.206Z] --- PASS: TestBuilderGC (0.01s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationNotFound [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonBrokenConfiguration [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestFindConfigurationConflicts [2022-03-20T19:12:44.206Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-20T19:12:44.206Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-20T19:12:44.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-20T19:12:44.206Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-20T19:12:44.206Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-20T19:12:44.206Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_label [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_dns [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-20T19:12:44.206Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-20T19:12:44.206Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-20T19:12:44.206Z] === RUN TestReloadSetConfigFileNotExist [2022-03-20T19:12:44.222Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-20T19:12:44.222Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-20T19:12:44.412Z] === RUN TestDump [2022-03-20T19:12:44.412Z] goroutine 6 [running]: [2022-03-20T19:12:44.412Z] github.com/docker/docker/pkg/stack.dump(0xc12d57?) [2022-03-20T19:12:44.412Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-20T19:12:44.412Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-20T19:12:44.412Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-20T19:12:44.412Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-03-20T19:12:44.412Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-20T19:12:44.412Z] testing.tRunner(0xc0001601a0, 0xdda498) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:12:44.412Z] created by testing.(*T).Run [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-20T19:12:44.412Z] [2022-03-20T19:12:44.412Z] goroutine 1 [chan receive]: [2022-03-20T19:12:44.412Z] testing.(*T).Run(0xc000160000, {0xdc913c?, 0xbec1f3?}, 0xdda498) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-20T19:12:44.412Z] testing.runTests.func1(0xc00006c840?) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-20T19:12:44.412Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:12:44.412Z] testing.runTests(0xc000058460?, {0xf5e400, 0x3, 0x3}, {0x22fb1ff0108?, 0x40?, 0xf634a0?}) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-20T19:12:44.412Z] testing.(*M).Run(0xc000058460) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-20T19:12:44.412Z] main.main() [2022-03-20T19:12:44.412Z] _testmain.go:99 +0x255 [2022-03-20T19:12:44.412Z] --- PASS: TestDump (0.00s) [2022-03-20T19:12:44.412Z] === RUN TestDumpToFile [2022-03-20T19:12:44.412Z] --- PASS: TestDumpToFile (0.22s) [2022-03-20T19:12:44.412Z] === RUN TestDumpToFileWithEmptyInput [2022-03-20T19:12:44.412Z] goroutine 8 [running]: [2022-03-20T19:12:44.412Z] github.com/docker/docker/pkg/stack.dump(0xc8ecd3?) [2022-03-20T19:12:44.412Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-20T19:12:44.412Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xc8eca0?}) [2022-03-20T19:12:44.412Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-03-20T19:12:44.412Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001601a0?) [2022-03-20T19:12:44.412Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-20T19:12:44.412Z] testing.tRunner(0xc000160820, 0xdda488) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:12:44.412Z] created by testing.(*T).Run [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-20T19:12:44.412Z] [2022-03-20T19:12:44.412Z] goroutine 1 [chan receive]: [2022-03-20T19:12:44.412Z] testing.(*T).Run(0xc000160000, {0xdd0713?, 0xbec1f3?}, 0xdda488) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-20T19:12:44.412Z] testing.runTests.func1(0xc00006c840?) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-20T19:12:44.412Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:12:44.412Z] testing.runTests(0xc000058460?, {0xf5e400, 0x3, 0x3}, {0x22fb1ff0108?, 0x40?, 0xf634a0?}) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-20T19:12:44.412Z] testing.(*M).Run(0xc000058460) [2022-03-20T19:12:44.412Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-20T19:12:44.412Z] main.main() [2022-03-20T19:12:44.412Z] _testmain.go:99 +0x255 [2022-03-20T19:12:44.412Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-20T19:12:44.412Z] PASS [2022-03-20T19:12:44.412Z] coverage: 90.9% of statements [2022-03-20T19:12:44.412Z] ok github.com/docker/docker/pkg/stack 0.257s coverage: 90.9% of statements [2022-03-20T19:12:44.663Z] time="2022-03-20T19:12:43Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-20T19:12:44.663Z] --- PASS: TestReloadSetConfigFileNotExist (0.20s) [2022-03-20T19:12:44.663Z] === RUN TestReloadDefaultConfigNotExist [2022-03-20T19:12:44.663Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:44.663Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestReloadBadDefaultConfig [2022-03-20T19:12:44.663Z] time="2022-03-20T19:12:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3854496747" [2022-03-20T19:12:44.663Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestReloadWithConflictingLabels [2022-03-20T19:12:44.663Z] time="2022-03-20T19:12:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-400515562" [2022-03-20T19:12:44.663Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestReloadWithDuplicateLabels [2022-03-20T19:12:44.663Z] time="2022-03-20T19:12:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3614338050" [2022-03-20T19:12:44.663Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestMaskURLCredentials [2022-03-20T19:12:44.663Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestDaemonConfigurationMerge [2022-03-20T19:12:44.663Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-20T19:12:44.663Z] PASS [2022-03-20T19:12:44.663Z] coverage: 79.2% of statements [2022-03-20T19:12:44.663Z] ok github.com/docker/docker/daemon/config 0.350s coverage: 79.2% of statements [2022-03-20T19:12:44.663Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-20T19:12:44.663Z] === RUN TestIsolationConversion [2022-03-20T19:12:44.663Z] === RUN TestIsolationConversion/default [2022-03-20T19:12:44.663Z] === RUN TestIsolationConversion/process [2022-03-20T19:12:44.663Z] === RUN TestIsolationConversion/hyperv [2022-03-20T19:12:44.663Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestContainerLabels [2022-03-20T19:12:44.663Z] --- PASS: TestContainerLabels (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestCredentialSpecConversion [2022-03-20T19:12:44.663Z] === RUN TestCredentialSpecConversion/none [2022-03-20T19:12:44.663Z] === RUN TestCredentialSpecConversion/config [2022-03-20T19:12:44.663Z] === RUN TestCredentialSpecConversion/file [2022-03-20T19:12:44.663Z] === RUN TestCredentialSpecConversion/registry [2022-03-20T19:12:44.663Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-20T19:12:44.663Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestControllerValidateMountBind [2022-03-20T19:12:44.663Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestControllerValidateMountVolume [2022-03-20T19:12:44.663Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestControllerValidateMountTarget [2022-03-20T19:12:44.663Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestControllerValidateMountTmpfs [2022-03-20T19:12:44.663Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestControllerValidateMountInvalidType [2022-03-20T19:12:44.663Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-20T19:12:44.663Z] === RUN TestControllerValidateMountNamedPipe [2022-03-20T19:12:44.663Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-20T19:12:44.663Z] PASS [2022-03-20T19:12:44.663Z] coverage: 11.0% of statements [2022-03-20T19:12:44.663Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.640s coverage: 11.0% of statements [2022-03-20T19:12:44.788Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-20T19:12:44.869Z] time="2022-03-20T19:12:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-20T19:12:45.047Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-20T19:12:45.127Z] === RUN TestEventsLog [2022-03-20T19:12:45.127Z] --- PASS: TestEventsLog (0.00s) [2022-03-20T19:12:45.127Z] === RUN TestEventsLogTimeout [2022-03-20T19:12:45.127Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-20T19:12:45.127Z] === RUN TestLogEvents [2022-03-20T19:12:45.127Z] --- PASS: TestLogEvents (0.05s) [2022-03-20T19:12:45.127Z] === RUN TestLoadBufferedEvents [2022-03-20T19:12:45.127Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-03-20T19:12:45.127Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-20T19:12:45.127Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-20T19:12:45.127Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-20T19:12:45.127Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-20T19:12:45.127Z] PASS [2022-03-20T19:12:45.127Z] coverage: 50.0% of statements [2022-03-20T19:12:45.127Z] ok github.com/docker/docker/daemon/events 0.332s coverage: 50.0% of statements [2022-03-20T19:12:45.326Z] === RUN TestNewStdWriter [2022-03-20T19:12:45.326Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-20T19:12:45.326Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestWriteWithNilBytes [2022-03-20T19:12:45.326Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestWrite [2022-03-20T19:12:45.326Z] --- PASS: TestWrite (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestWriteWithWriterError [2022-03-20T19:12:45.326Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-20T19:12:45.326Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyWriteAndRead [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-20T19:12:45.326Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-20T19:12:45.326Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-20T19:12:45.326Z] PASS [2022-03-20T19:12:45.326Z] coverage: 100.0% of statements [2022-03-20T19:12:45.326Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-03-20T19:12:45.612Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-20T19:12:46.177Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-20T19:12:46.177Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-20T19:12:46.290Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-20T19:12:46.290Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-20T19:12:46.290Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestFormatStatus [2022-03-20T19:12:46.290Z] --- PASS: TestFormatStatus (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestFormatError [2022-03-20T19:12:46.290Z] --- PASS: TestFormatError (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestFormatJSONError [2022-03-20T19:12:46.290Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-20T19:12:46.290Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-20T19:12:46.290Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestNewJSONProgressOutput [2022-03-20T19:12:46.290Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestAuxFormatterEmit [2022-03-20T19:12:46.290Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestStreamWriterStdout [2022-03-20T19:12:46.290Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-20T19:12:46.290Z] === RUN TestStreamWriterStderr [2022-03-20T19:12:46.290Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-20T19:12:46.290Z] PASS [2022-03-20T19:12:46.290Z] coverage: 66.2% of statements [2022-03-20T19:12:46.290Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2022-03-20T19:12:46.660Z] === RUN TestVerifyNetworkingConfig [2022-03-20T19:12:46.660Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestGetContainer [2022-03-20T19:12:46.660Z] --- PASS: TestGetContainer (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestValidContainerNames [2022-03-20T19:12:46.660Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestContainerInitDNS [2022-03-20T19:12:46.660Z] daemon_test.go:145: root required [2022-03-20T19:12:46.660Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestMerge [2022-03-20T19:12:46.660Z] --- PASS: TestMerge (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestValidateContainerIsolation [2022-03-20T19:12:46.660Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestFindNetworkErrorType [2022-03-20T19:12:46.660Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestEnsureServicesExist [2022-03-20T19:12:46.660Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestEnsureServicesExistErrors [2022-03-20T19:12:46.660Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-20T19:12:46.660Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-20T19:12:46.660Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-20T19:12:46.660Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestContainerDelete [2022-03-20T19:12:46.660Z] === RUN TestIsEmptyDir [2022-03-20T19:12:46.660Z] --- PASS: TestContainerDelete (0.01s) [2022-03-20T19:12:46.660Z] === RUN TestContainerDoubleDelete [2022-03-20T19:12:46.660Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestLogContainerEventCopyLabels [2022-03-20T19:12:46.660Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestLogContainerEventWithAttributes [2022-03-20T19:12:46.660Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestNoneHealthcheck [2022-03-20T19:12:46.660Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestHealthStates [2022-03-20T19:12:46.660Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-20T19:12:46.660Z] PASS [2022-03-20T19:12:46.660Z] coverage: 2.3% of statements [2022-03-20T19:12:46.660Z] ok github.com/docker/docker/daemon/graphdriver 0.093s coverage: 2.3% of statements [2022-03-20T19:12:46.660Z] === RUN TestLinkNaming [2022-03-20T19:12:46.660Z] --- PASS: TestLinkNaming (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestLinkNew [2022-03-20T19:12:46.660Z] --- PASS: TestLinkNew (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestLinkEnv [2022-03-20T19:12:46.660Z] --- PASS: TestLinkEnv (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestLinkMultipleEnv [2022-03-20T19:12:46.660Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestLinkPortRangeEnv [2022-03-20T19:12:46.660Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-20T19:12:46.660Z] PASS [2022-03-20T19:12:46.660Z] coverage: 93.0% of statements [2022-03-20T19:12:46.660Z] ok github.com/docker/docker/daemon/links 0.045s coverage: 93.0% of statements [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] time="2022-03-20T19:12:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:12:46.660Z] --- PASS: TestHealthStates (0.21s) [2022-03-20T19:12:46.660Z] === RUN TestGetInspectData [2022-03-20T19:12:46.660Z] --- PASS: TestGetInspectData (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestFillLicense [2022-03-20T19:12:46.660Z] --- PASS: TestFillLicense (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestListInvalidFilter [2022-03-20T19:12:46.660Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestNameFilter [2022-03-20T19:12:46.660Z] --- PASS: TestNameFilter (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-20T19:12:46.660Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-20T19:12:46.660Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-20T19:12:46.660Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestDaemonReloadLabels [2022-03-20T19:12:46.660Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-20T19:12:46.660Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-20T19:12:46.660Z] === RUN TestDaemonReloadMirrors [2022-03-20T19:12:46.660Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-20T19:12:46.661Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-20T19:12:46.661Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-20T19:12:46.661Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-20T19:12:46.661Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-20T19:12:46.661Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-20T19:12:46.661Z] reload_test.go:342: root required [2022-03-20T19:12:46.661Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-20T19:12:46.661Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-20T19:12:46.661Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-20T19:12:46.661Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-20T19:12:46.661Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-20T19:12:46.661Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-20T19:12:46.661Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-20T19:12:46.661Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-20T19:12:46.661Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-20T19:12:46.661Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-20T19:12:46.661Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-20T19:12:46.661Z] === RUN TestParseVolumesFrom [2022-03-20T19:12:46.661Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-20T19:12:46.661Z] PASS [2022-03-20T19:12:46.661Z] coverage: 8.6% of statements [2022-03-20T19:12:46.661Z] ok github.com/docker/docker/daemon 0.479s coverage: 8.6% of statements [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-20T19:12:46.661Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-20T19:12:46.742Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-20T19:12:46.747Z] === RUN TestGenerateRandomID [2022-03-20T19:12:46.747Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-20T19:12:46.747Z] === RUN TestShortenId [2022-03-20T19:12:46.747Z] --- PASS: TestShortenId (0.00s) [2022-03-20T19:12:46.747Z] === RUN TestShortenSha256Id [2022-03-20T19:12:46.747Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-20T19:12:46.747Z] === RUN TestShortenIdEmpty [2022-03-20T19:12:46.747Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-20T19:12:46.747Z] === RUN TestShortenIdInvalid [2022-03-20T19:12:46.747Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-20T19:12:46.747Z] === RUN TestIsShortIDNonHex [2022-03-20T19:12:46.747Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-20T19:12:46.747Z] === RUN TestIsShortIDNotCorrectSize [2022-03-20T19:12:46.747Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-20T19:12:46.747Z] PASS [2022-03-20T19:12:46.747Z] coverage: 70.6% of statements [2022-03-20T19:12:46.747Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2022-03-20T19:12:47.709Z] === RUN TestIsCpusetListAvailable [2022-03-20T19:12:47.709Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-20T19:12:47.709Z] PASS [2022-03-20T19:12:47.709Z] coverage: 39.4% of statements [2022-03-20T19:12:47.709Z] ok github.com/docker/docker/pkg/sysinfo 0.046s coverage: 39.4% of statements [2022-03-20T19:12:48.608Z] 0a6173b79e25: Pull complete [2022-03-20T19:12:48.608Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-20T19:12:48.608Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:12:48.608Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-20T19:12:48.608Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-20T19:12:48.608Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-03-20T19:12:48.608Z] WARN: Skipping validation tests [2022-03-20T19:12:48.608Z] INFO: Running unit tests at 03/20/2022 19:12:37... [2022-03-20T19:12:48.608Z] INFO: make.ps1 starting at 03/20/2022 19:12:44 [2022-03-20T19:12:48.608Z] INFO: Git commit (c44b11ec7d) assumed from DOCKER_GITCOMMIT environment variable [2022-03-20T19:12:48.608Z] INFO: Invoking autogen... [2022-03-20T19:12:48.608Z] INFO: Running unit tests... [2022-03-20T19:12:49.240Z] time="2022-03-20T19:12:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-20T19:12:49.297Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-20T19:12:49.297Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-20T19:12:49.297Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/defaults [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-20T19:12:49.554Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-20T19:12:49.554Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-20T19:12:49.554Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-20T19:12:49.554Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-20T19:12:49.554Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-20T19:12:49.554Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-20T19:12:49.554Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.23s) [2022-03-20T19:12:49.554Z] === RUN TestCreateSuccess [2022-03-20T19:12:49.554Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCreateStreamSkipped [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-20T19:12:49.554Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCreateLogGroupSuccess [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-20T19:12:49.554Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCreateError [2022-03-20T19:12:49.554Z] --- PASS: TestCreateError (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCreateAlreadyExists [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-20T19:12:49.554Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestLogClosed [2022-03-20T19:12:49.554Z] --- PASS: TestLogClosed (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestLogBlocking [2022-03-20T19:12:49.554Z] --- PASS: TestLogBlocking (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-20T19:12:49.554Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestLogNonBlockingBufferFull [2022-03-20T19:12:49.554Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestPublishBatchSuccess [2022-03-20T19:12:49.554Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestPublishBatchError [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=error msg=error [2022-03-20T19:12:49.554Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-20T19:12:49.554Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-20T19:12:49.554Z] time="2022-03-20T19:12:49Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-20T19:12:49.554Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchSimple [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchTicker [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchMultilinePattern [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-20T19:12:49.554Z] === RUN TestCollectBatchClose [2022-03-20T19:12:49.554Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen/0/Hello [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen/2/🙃 [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen/3/���� [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen/4/He��o [2022-03-20T19:12:49.554Z] === RUN TestEffectiveLen/5/ [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-20T19:12:49.554Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/0/ [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/1/Hello [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: Hello [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/2/Hello [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: He [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: llo [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/3/Hello [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: Hello [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/4/🙃 [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/5/🙃 [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:12:49.554Z] === RUN TestFindValidSplit/6/a� [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1076: a [2022-03-20T19:12:49.554Z] cloudwatchlogs_test.go:1077: � [2022-03-20T19:12:49.555Z] === RUN TestFindValidSplit/7/a� [2022-03-20T19:12:49.555Z] cloudwatchlogs_test.go:1076: a� [2022-03-20T19:12:49.555Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-20T19:12:49.555Z] === RUN TestProcessEventEmoji [2022-03-20T19:12:49.555Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-20T19:12:49.555Z] === RUN TestCollectBatchLineSplit [2022-03-20T19:12:49.555Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-20T19:12:49.555Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-20T19:12:49.555Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-20T19:12:49.555Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-20T19:12:49.555Z] PASS [2022-03-20T19:12:49.555Z] coverage: 33.6% of statements [2022-03-20T19:12:49.555Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-20T19:12:49.555Z] === RUN TestCollectBatchMaxEvents [2022-03-20T19:12:49.555Z] === RUN TestAdapterReadLogs [2022-03-20T19:12:49.555Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-20T19:12:49.555Z] === RUN TestCopier [2022-03-20T19:12:49.555Z] --- PASS: TestCopier (0.00s) [2022-03-20T19:12:49.555Z] === RUN TestCopierLongLines [2022-03-20T19:12:49.555Z] --- PASS: TestCopierLongLines (0.01s) [2022-03-20T19:12:49.555Z] === RUN TestCopierSlow [2022-03-20T19:12:49.555Z] ok github.com/docker/docker/daemon/logger/fluentd 0.132s coverage: 33.6% of statements [2022-03-20T19:12:49.555Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-03-20T19:12:49.555Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-20T19:12:49.555Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-20T19:12:49.555Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-20T19:12:49.555Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-20T19:12:49.555Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-20T19:12:49.695Z] === RUN TestChtimes [2022-03-20T19:12:49.696Z] --- PASS: TestChtimes (0.01s) [2022-03-20T19:12:49.696Z] === RUN TestChtimesWindows [2022-03-20T19:12:49.696Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-20T19:12:49.696Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-20T19:12:49.696Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-20T19:12:49.696Z] PASS [2022-03-20T19:12:49.696Z] coverage: 13.0% of statements [2022-03-20T19:12:49.696Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 13.0% of statements [2022-03-20T19:12:50.011Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-20T19:12:50.011Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsFormat [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-20T19:12:50.011Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-20T19:12:50.011Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestCreateTagSuccess [2022-03-20T19:12:50.011Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-20T19:12:50.011Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-20T19:12:50.011Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-20T19:12:50.011Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-20T19:12:50.011Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-20T19:12:50.011Z] PASS [2022-03-20T19:12:50.011Z] coverage: 79.9% of statements [2022-03-20T19:12:50.011Z] ok github.com/docker/docker/daemon/logger/awslogs 0.502s coverage: 79.9% of statements [2022-03-20T19:12:50.011Z] --- PASS: TestCopierSlow (0.20s) [2022-03-20T19:12:50.011Z] === RUN TestCopierWithSized [2022-03-20T19:12:50.011Z] === RUN TestCopierWithSized/as_is [2022-03-20T19:12:50.011Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-20T19:12:50.011Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-20T19:12:50.011Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-20T19:12:50.011Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestCopierWithPartial [2022-03-20T19:12:50.011Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestRingLogger [2022-03-20T19:12:50.011Z] --- PASS: TestRingLogger (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestRingCap [2022-03-20T19:12:50.011Z] --- PASS: TestRingCap (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestRingClose [2022-03-20T19:12:50.011Z] --- PASS: TestRingClose (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestRingDrain [2022-03-20T19:12:50.011Z] --- PASS: TestRingDrain (0.00s) [2022-03-20T19:12:50.011Z] PASS [2022-03-20T19:12:50.011Z] coverage: 43.2% of statements [2022-03-20T19:12:50.011Z] ok github.com/docker/docker/daemon/logger 0.379s coverage: 43.2% of statements [2022-03-20T19:12:50.011Z] === RUN TestSearchRegistryForImagesErrors [2022-03-20T19:12:50.011Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestSearchRegistryForImages [2022-03-20T19:12:50.011Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestOnlyPlatformWithFallback [2022-03-20T19:12:50.011Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-20T19:12:50.011Z] === RUN TestImageDelete [2022-03-20T19:12:50.011Z] === RUN TestImageDelete/no_lease [2022-03-20T19:12:50.011Z] === RUN TestImageDelete/lease_exists [2022-03-20T19:12:50.011Z] --- PASS: TestImageDelete (0.04s) [2022-03-20T19:12:50.011Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-20T19:12:50.011Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-20T19:12:50.011Z] === RUN TestContentStoreForPull [2022-03-20T19:12:50.153Z] === RUN TestTailFile [2022-03-20T19:12:50.153Z] --- PASS: TestTailFile (0.00s) [2022-03-20T19:12:50.153Z] === RUN TestTailFileManyLines [2022-03-20T19:12:50.153Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-20T19:12:50.153Z] === RUN TestTailEmptyFile [2022-03-20T19:12:50.153Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-20T19:12:50.153Z] === RUN TestTailNegativeN [2022-03-20T19:12:50.153Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/truncated_last_line [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader/no_delimiter [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.153Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.153Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.153Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.225Z] === RUN TestDockerSuite/TestImportFile [2022-03-20T19:12:50.468Z] --- PASS: TestContentStoreForPull (0.24s) [2022-03-20T19:12:50.468Z] PASS [2022-03-20T19:12:50.468Z] coverage: 6.6% of statements [2022-03-20T19:12:50.468Z] ok github.com/docker/docker/daemon/images 0.496s coverage: 6.6% of statements [2022-03-20T19:12:50.468Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-20T19:12:50.468Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-20T19:12:50.468Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-20T19:12:50.468Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-20T19:12:50.468Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-20T19:12:50.468Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-20T19:12:50.609Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.609Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:12:50.609Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.609Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.609Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.609Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.609Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.609Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.609Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:12:50.610Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:50.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:50.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:50.612Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:12:50.925Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-20T19:12:50.925Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-20T19:12:50.925Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.074Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.074Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.074Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.075Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.157Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-20T19:12:51.157Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-20T19:12:51.383Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-20T19:12:51.383Z] === RUN TestFastTimeMarshalJSON [2022-03-20T19:12:51.383Z] --- PASS: TestFastTimeMarshalJSON (0.03s) [2022-03-20T19:12:51.383Z] PASS [2022-03-20T19:12:51.383Z] coverage: 87.2% of statements [2022-03-20T19:12:51.383Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.325s coverage: 87.2% of statements [2022-03-20T19:12:51.383Z] === RUN TestJSONFileLogger [2022-03-20T19:12:51.383Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-20T19:12:51.383Z] === RUN TestJSONFileLoggerWithTags [2022-03-20T19:12:51.383Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-20T19:12:51.383Z] === RUN TestJSONFileLoggerWithOpts [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.532Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.532Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.532Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.532Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.533Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:12:51.534Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.02s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:12:51.534Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.01s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.01s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:12:51.535Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:12:51.840Z] --- PASS: TestJSONFileLoggerWithOpts (0.06s) [2022-03-20T19:12:51.840Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-20T19:12:51.840Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-20T19:12:51.840Z] === RUN TestEncodeDecode [2022-03-20T19:12:51.840Z] === PAUSE TestEncodeDecode [2022-03-20T19:12:51.840Z] === RUN TestUnexpectedEOF [2022-03-20T19:12:51.840Z] === RUN TestWriteLog [2022-03-20T19:12:51.840Z] === PAUSE TestWriteLog [2022-03-20T19:12:51.840Z] === RUN TestReadLog [2022-03-20T19:12:51.840Z] === PAUSE TestReadLog [2022-03-20T19:12:51.840Z] === RUN TestDecode [2022-03-20T19:12:51.840Z] time="2022-03-20T19:12:51Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-20T19:12:51.840Z] time="2022-03-20T19:12:51Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-20T19:12:51.840Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-03-20T19:12:51.840Z] === CONT TestEncodeDecode [2022-03-20T19:12:51.840Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-20T19:12:51.840Z] PASS [2022-03-20T19:12:51.840Z] coverage: 69.9% of statements [2022-03-20T19:12:51.840Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.409s coverage: 69.9% of statements [2022-03-20T19:12:51.840Z] --- PASS: TestDecode (0.03s) [2022-03-20T19:12:51.840Z] === CONT TestWriteLog [2022-03-20T19:12:51.840Z] === CONT TestReadLog [2022-03-20T19:12:51.840Z] --- PASS: TestWriteLog (0.01s) [2022-03-20T19:12:51.840Z] === RUN TestReadLog/tail_exact [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:12:51.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:12:51.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:12:51.993Z] PASS [2022-03-20T19:12:51.993Z] coverage: 88.6% of statements [2022-03-20T19:12:51.993Z] ok github.com/docker/docker/pkg/tailfile 0.254s coverage: 88.6% of statements [2022-03-20T19:12:52.297Z] === RUN TestReadLog/tail_less_than_available [2022-03-20T19:12:52.297Z] === RUN TestReadLog/tail_more_than_available [2022-03-20T19:12:52.297Z] --- PASS: TestReadLog (0.26s) [2022-03-20T19:12:52.297Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-20T19:12:52.297Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-20T19:12:52.297Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-20T19:12:52.297Z] PASS [2022-03-20T19:12:52.297Z] coverage: 78.7% of statements [2022-03-20T19:12:52.297Z] ok github.com/docker/docker/daemon/logger/local 0.361s coverage: 78.7% of statements [2022-03-20T19:12:52.297Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-20T19:12:52.450Z] === RUN TestTarSumRemoveNonExistent [2022-03-20T19:12:52.450Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestTarSumRemove [2022-03-20T19:12:52.450Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestSortFileInfoSums [2022-03-20T19:12:52.450Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestNewTarSumForLabelInvalid [2022-03-20T19:12:52.450Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestNewTarSumForLabel [2022-03-20T19:12:52.450Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestEmptyTar [2022-03-20T19:12:52.450Z] --- PASS: TestEmptyTar (0.01s) [2022-03-20T19:12:52.450Z] === RUN TestTarSumsReadSize [2022-03-20T19:12:52.450Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestTarSums [2022-03-20T19:12:52.450Z] --- PASS: TestTarSums (0.08s) [2022-03-20T19:12:52.450Z] === RUN TestIteration [2022-03-20T19:12:52.450Z] --- PASS: TestIteration (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestVersionLabelForChecksum [2022-03-20T19:12:52.450Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestVersion [2022-03-20T19:12:52.450Z] --- PASS: TestVersion (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestGetVersion [2022-03-20T19:12:52.450Z] --- PASS: TestGetVersion (0.00s) [2022-03-20T19:12:52.450Z] === RUN TestGetVersions [2022-03-20T19:12:52.450Z] --- PASS: TestGetVersions (0.00s) [2022-03-20T19:12:52.450Z] PASS [2022-03-20T19:12:52.450Z] coverage: 89.3% of statements [2022-03-20T19:12:52.450Z] ok github.com/docker/docker/pkg/tarsum 0.152s coverage: 89.3% of statements [2022-03-20T19:12:52.527Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-20T19:12:53.269Z] === RUN TestOpenFileDelete [2022-03-20T19:12:53.269Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-20T19:12:53.269Z] === RUN TestOpenFileRename [2022-03-20T19:12:53.269Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-20T19:12:53.269Z] === RUN TestHandleDecoderErr [2022-03-20T19:12:53.269Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-20T19:12:53.269Z] === RUN TestParseLogTagDefaultTag [2022-03-20T19:12:53.269Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-20T19:12:53.270Z] === RUN TestParseLogTag [2022-03-20T19:12:53.270Z] --- PASS: TestParseLogTag (0.00s) [2022-03-20T19:12:53.270Z] === RUN TestParseLogTagEmptyTag [2022-03-20T19:12:53.270Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-20T19:12:53.270Z] === RUN TestTailFiles [2022-03-20T19:12:53.270Z] --- PASS: TestTailFiles (0.00s) [2022-03-20T19:12:53.270Z] === RUN TestFollowLogsConsumerGone [2022-03-20T19:12:53.270Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-20T19:12:53.270Z] === RUN TestFollowLogsProducerGone [2022-03-20T19:12:53.270Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-20T19:12:53.270Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-20T19:12:53.270Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-20T19:12:53.270Z] === RUN TestCheckCapacityAndRotate [2022-03-20T19:12:53.270Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-20T19:12:53.270Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-20T19:12:53.270Z] --- PASS: TestCheckCapacityAndRotate (0.12s) [2022-03-20T19:12:53.270Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.02s) [2022-03-20T19:12:53.270Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.08s) [2022-03-20T19:12:53.270Z] PASS [2022-03-20T19:12:53.270Z] coverage: 53.5% of statements [2022-03-20T19:12:53.270Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.204s coverage: 53.5% of statements [2022-03-20T19:12:53.270Z] === RUN TestLog [2022-03-20T19:12:53.270Z] --- PASS: TestLog (0.03s) [2022-03-20T19:12:53.270Z] PASS [2022-03-20T19:12:53.270Z] coverage: 31.5% of statements [2022-03-20T19:12:53.270Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.085s coverage: 31.5% of statements [2022-03-20T19:12:53.418Z] === RUN TestTruncIndex [2022-03-20T19:12:53.418Z] --- PASS: TestTruncIndex (0.10s) [2022-03-20T19:12:53.418Z] PASS [2022-03-20T19:12:53.418Z] coverage: 91.5% of statements [2022-03-20T19:12:53.418Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2022-03-20T19:12:53.461Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-20T19:12:53.875Z] === RUN TestIsGIT [2022-03-20T19:12:53.875Z] --- PASS: TestIsGIT (0.00s) [2022-03-20T19:12:53.875Z] === RUN TestIsTransport [2022-03-20T19:12:53.875Z] --- PASS: TestIsTransport (0.00s) [2022-03-20T19:12:53.875Z] PASS [2022-03-20T19:12:53.875Z] coverage: 100.0% of statements [2022-03-20T19:12:53.875Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2022-03-20T19:12:54.239Z] === RUN TestNewParse [2022-03-20T19:12:54.239Z] --- PASS: TestNewParse (0.00s) [2022-03-20T19:12:54.239Z] PASS [2022-03-20T19:12:54.239Z] coverage: 8.3% of statements [2022-03-20T19:12:54.239Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2022-03-20T19:12:54.239Z] === RUN TestValidateLogOpt [2022-03-20T19:12:54.239Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestNewMissedConfig [2022-03-20T19:12:54.239Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestNewMissedUrl [2022-03-20T19:12:54.239Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestNewMissedToken [2022-03-20T19:12:54.239Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestNewWithProxy [2022-03-20T19:12:54.239Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestDefault [2022-03-20T19:12:54.239Z] --- PASS: TestDefault (0.01s) [2022-03-20T19:12:54.239Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-20T19:12:54.239Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestJsonFormat [2022-03-20T19:12:54.239Z] === RUN TestParseLogFormat [2022-03-20T19:12:54.239Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestValidateLogOptEmpty [2022-03-20T19:12:54.239Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestValidateSyslogAddress [2022-03-20T19:12:54.239Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestParseAddressDefaultPort [2022-03-20T19:12:54.239Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestValidateSyslogFacility [2022-03-20T19:12:54.239Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestValidateLogOptSyslogFormat [2022-03-20T19:12:54.239Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestValidateLogOpt [2022-03-20T19:12:54.239Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-20T19:12:54.239Z] PASS [2022-03-20T19:12:54.239Z] coverage: 46.8% of statements [2022-03-20T19:12:54.239Z] --- PASS: TestJsonFormat (0.01s) [2022-03-20T19:12:54.239Z] === RUN TestRawFormat [2022-03-20T19:12:54.239Z] --- PASS: TestRawFormat (0.00s) [2022-03-20T19:12:54.239Z] === RUN TestRawFormatWithLabels [2022-03-20T19:12:54.240Z] ok github.com/docker/docker/daemon/logger/syslog 0.054s coverage: 46.8% of statements [2022-03-20T19:12:54.240Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-20T19:12:54.240Z] === RUN TestRawFormatWithoutTag [2022-03-20T19:12:54.240Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-20T19:12:54.240Z] === RUN TestBatching [2022-03-20T19:12:54.393Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-20T19:12:54.696Z] --- PASS: TestBatching (0.30s) [2022-03-20T19:12:54.696Z] === RUN TestFrequency [2022-03-20T19:12:54.696Z] --- PASS: TestFrequency (0.18s) [2022-03-20T19:12:54.696Z] === RUN TestOneMessagePerRequest [2022-03-20T19:12:54.696Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-20T19:12:54.696Z] === RUN TestVerify [2022-03-20T19:12:54.696Z] --- PASS: TestVerify (0.00s) [2022-03-20T19:12:54.696Z] === RUN TestSkipVerify [2022-03-20T19:12:54.839Z] === RUN TestVersionInfo [2022-03-20T19:12:54.839Z] --- PASS: TestVersionInfo (0.00s) [2022-03-20T19:12:54.839Z] === RUN TestAppendVersions [2022-03-20T19:12:54.839Z] --- PASS: TestAppendVersions (0.00s) [2022-03-20T19:12:54.839Z] PASS [2022-03-20T19:12:54.839Z] coverage: 88.9% of statements [2022-03-20T19:12:54.839Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2022-03-20T19:12:54.959Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-20T19:12:55.154Z] time="2022-03-20T19:12:54Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.154Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.154Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.523Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-20T19:12:55.611Z] --- PASS: TestSkipVerify (0.79s) [2022-03-20T19:12:55.611Z] === RUN TestBufferMaximum [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.335218\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.335218\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.611Z] --- PASS: TestBufferMaximum (0.01s) [2022-03-20T19:12:55.611Z] === RUN TestServerAlwaysDown [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.341075\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.341075\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:12:55.611Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.341075\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.612Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.341075\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.612Z] time="2022-03-20T19:12:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803575.341075\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:55.612Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-20T19:12:55.612Z] === RUN TestCannotSendAfterClose [2022-03-20T19:12:55.612Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-20T19:12:55.612Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-20T19:12:55.692Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/errdefs/adapter github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-20T19:12:55.781Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-20T19:12:56.039Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-20T19:12:56.039Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-20T19:12:56.075Z] === RUN TestV1IDService [2022-03-20T19:12:56.075Z] --- PASS: TestV1IDService (0.03s) [2022-03-20T19:12:56.075Z] === RUN TestV2MetadataService [2022-03-20T19:12:56.295Z] --- PASS: TestInfoAPIWarnings (16.31s) [2022-03-20T19:12:56.295Z] === RUN TestInfoDebug [2022-03-20T19:12:56.369Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-20T19:12:56.369Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-20T19:12:56.369Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-20T19:12:56.369Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-20T19:12:56.534Z] time="2022-03-20T19:12:56Z" 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-03-20T19:12:56.534Z] time="2022-03-20T19:12:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4f62b9db2a69\"}'" [2022-03-20T19:12:56.534Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.02s) [2022-03-20T19:12:56.534Z] PASS [2022-03-20T19:12:56.534Z] coverage: 82.5% of statements [2022-03-20T19:12:56.534Z] ok github.com/docker/docker/daemon/logger/splunk 2.416s coverage: 82.5% of statements [2022-03-20T19:12:56.534Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-20T19:12:56.534Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-20T19:12:56.534Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-20T19:12:56.552Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-20T19:12:56.809Z] --- PASS: TestInfoDebug (0.53s) [2022-03-20T19:12:56.809Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:12:56.826Z] === RUN TestValidatePrivileges [2022-03-20T19:12:56.826Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-20T19:12:56.826Z] === RUN TestFilterByCapNeg [2022-03-20T19:12:56.826Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-20T19:12:56.826Z] === RUN TestFilterByCapPos [2022-03-20T19:12:56.826Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-20T19:12:56.826Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-20T19:12:56.826Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-20T19:12:56.826Z] PASS [2022-03-20T19:12:56.826Z] coverage: 12.0% of statements [2022-03-20T19:12:56.826Z] ok github.com/docker/docker/plugin 0.059s coverage: 12.0% of statements [2022-03-20T19:12:56.826Z] --- PASS: TestGet (15.01s) [2022-03-20T19:12:56.826Z] === RUN TestPluginWithNoManifest [2022-03-20T19:12:56.826Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-20T19:12:56.826Z] === RUN TestGetAll [2022-03-20T19:12:56.826Z] --- PASS: TestGetAll (0.00s) [2022-03-20T19:12:56.826Z] PASS [2022-03-20T19:12:56.826Z] coverage: 73.2% of statements [2022-03-20T19:12:56.991Z] === RUN TestSuccessfulDownload [2022-03-20T19:12:56.991Z] download_test.go:267: Needs fixing on Windows [2022-03-20T19:12:56.991Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-20T19:12:56.991Z] === RUN TestCancelledDownload [2022-03-20T19:12:56.991Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-20T19:12:56.991Z] === RUN TestMaxDownloadAttempts [2022-03-20T19:12:56.991Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:12:56.991Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:12:56.991Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:12:56.991Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:12:56.991Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:12:56.991Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:12:56.991Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:12:56.991Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:12:56.992Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:12:56.992Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:12:56.992Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:12:56.992Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:12:56.992Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-20T19:12:56.992Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-20T19:12:57.067Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-20T19:12:57.282Z] ok github.com/docker/docker/pkg/plugins 35.945s coverage: 73.2% of statements [2022-03-20T19:12:57.282Z] === RUN TestNewSettable [2022-03-20T19:12:57.282Z] --- PASS: TestNewSettable (0.00s) [2022-03-20T19:12:57.282Z] === RUN TestIsSettable [2022-03-20T19:12:57.282Z] --- PASS: TestIsSettable (0.00s) [2022-03-20T19:12:57.282Z] === RUN TestUpdateSettingsEnv [2022-03-20T19:12:57.282Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-20T19:12:57.282Z] PASS [2022-03-20T19:12:57.282Z] coverage: 20.0% of statements [2022-03-20T19:12:57.282Z] ok github.com/docker/docker/plugin/v2 0.043s coverage: 20.0% of statements [2022-03-20T19:12:57.325Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-20T19:12:57.325Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:12:57.449Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-20T19:12:57.449Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-20T19:12:57.449Z] === RUN TestContinueOnError_NeverContinue [2022-03-20T19:12:57.449Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-20T19:12:57.449Z] === RUN TestManifestStore [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/no_remote_or_local [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1173564912\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/no_local_cache [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/with_local_cache [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/unknown_media_type [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=warning msg="reference for unknown type: " [2022-03-20T19:12:57.449Z] --- PASS: TestV2MetadataService (1.23s) [2022-03-20T19:12:57.449Z] PASS [2022-03-20T19:12:57.449Z] coverage: 48.2% of statements [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=warning msg="reference for unknown type: " [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-20T19:12:57.449Z] ok github.com/docker/docker/distribution/metadata 1.336s coverage: 48.2% of statements [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=warning msg="reference for unknown type: " [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=warning msg="reference for unknown type: " [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:12:57.449Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-20T19:12:57.449Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.59s) [2022-03-20T19:12:57.449Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.59s) [2022-03-20T19:12:57.449Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.59s) [2022-03-20T19:12:57.449Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.59s) [2022-03-20T19:12:57.449Z] time="2022-03-20T19:12:57Z" level=warning msg="reference for unknown type: " [2022-03-20T19:12:57.449Z] === RUN TestTransfer [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-20T19:12:57.449Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-20T19:12:57.450Z] time="2022-03-20T19:12:57Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore (0.43s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/no_local_cache (0.04s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/unknown_media_type (0.10s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.05s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-20T19:12:57.450Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-20T19:12:57.450Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-20T19:12:57.450Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestFixManifestLayers [2022-03-20T19:12:57.450Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-20T19:12:57.450Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-20T19:12:57.450Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestFixManifestLayersBadParent [2022-03-20T19:12:57.450Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestValidateManifest [2022-03-20T19:12:57.450Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-20T19:12:57.450Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestFormatPlatform [2022-03-20T19:12:57.450Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-20T19:12:57.450Z] === RUN TestPullSchema2Config [2022-03-20T19:12:57.450Z] === RUN TestPullSchema2Config/success_first_time [2022-03-20T19:12:57.450Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:12:57.450Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:12:57.450Z] === RUN TestPullSchema2Config/500_status [2022-03-20T19:12:57.450Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:12:57.450Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:12:57.583Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-20T19:12:57.739Z] === RUN TestLoad [2022-03-20T19:12:57.739Z] --- PASS: TestLoad (0.01s) [2022-03-20T19:12:57.739Z] === RUN TestSave [2022-03-20T19:12:57.739Z] --- PASS: TestSave (0.06s) [2022-03-20T19:12:57.739Z] === RUN TestAddDeleteGet [2022-03-20T19:12:57.739Z] --- PASS: TestAddDeleteGet (0.07s) [2022-03-20T19:12:57.739Z] === RUN TestInvalidTags [2022-03-20T19:12:57.739Z] --- PASS: TestInvalidTags (0.01s) [2022-03-20T19:12:57.739Z] PASS [2022-03-20T19:12:57.739Z] coverage: 84.4% of statements [2022-03-20T19:12:57.907Z] --- PASS: TestTransfer (0.17s) [2022-03-20T19:12:57.907Z] === RUN TestConcurrencyLimit [2022-03-20T19:12:57.907Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:12:57.907Z] === RUN TestPullSchema2Config/EOF [2022-03-20T19:12:57.907Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:12:57.907Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:12:57.907Z] 2022/03/20 19:12:57 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-20T19:12:57.907Z] goroutine 103 [running]: [2022-03-20T19:12:57.907Z] net/http.(*conn).serve.func1() [2022-03-20T19:12:57.907Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-20T19:12:57.907Z] panic({0xe76e40, 0x1058df0}) [2022-03-20T19:12:57.907Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-20T19:12:57.907Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000538340?, {0x10605d8?, 0xc00055a000?}) [2022-03-20T19:12:57.907Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-20T19:12:57.907Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x10605d8, 0xc00055a000}, 0xc0000e6000) [2022-03-20T19:12:57.907Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-03-20T19:12:57.907Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x10605d8?, 0xc00055a000?}, 0xc00039e800?) [2022-03-20T19:12:57.907Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-20T19:12:57.907Z] net/http.serverHandler.ServeHTTP({0xc0000a63c0?}, {0x10605d8, 0xc00055a000}, 0xc0000e6000) [2022-03-20T19:12:57.907Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-20T19:12:57.907Z] net/http.(*conn).serve(0xc000398140, {0x1060e50, 0xc0005327e0}) [2022-03-20T19:12:57.907Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-20T19:12:57.907Z] created by net/http.(*Server).Serve [2022-03-20T19:12:57.907Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-20T19:12:57.907Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-03-20T19:12:57.907Z] === RUN TestInactiveJobs [2022-03-20T19:12:57.907Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:12:58.147Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-03-20T19:12:58.147Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:12:58.147Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-20T19:12:58.147Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-20T19:12:58.147Z] === RUN TestPingCacheHeaders [2022-03-20T19:12:58.147Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-20T19:12:58.147Z] === RUN TestPingGet [2022-03-20T19:12:58.147Z] --- PASS: TestPingGet (0.02s) [2022-03-20T19:12:58.147Z] === RUN TestPingHead [2022-03-20T19:12:58.147Z] --- PASS: TestPingHead (0.02s) [2022-03-20T19:12:58.147Z] === RUN TestVersion [2022-03-20T19:12:58.147Z] --- PASS: TestVersion (0.05s) [2022-03-20T19:12:58.147Z] === CONT TestDiskUsage [2022-03-20T19:12:58.195Z] ok github.com/docker/docker/reference 0.214s coverage: 84.4% of statements [2022-03-20T19:12:58.373Z] === RUN TestPullSchema2Config/unauthorized [2022-03-20T19:12:58.373Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:12:58.373Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:12:58.373Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-20T19:12:58.373Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-20T19:12:58.373Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-20T19:12:58.373Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-20T19:12:58.373Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-20T19:12:58.373Z] === RUN TestGetRepositoryMountCandidates [2022-03-20T19:12:58.373Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestLayerAlreadyExists [2022-03-20T19:12:58.373Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:12:58.373Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:12:58.373Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:12:58.373Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:12:58.373Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:12:58.373Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:12:58.373Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestWhenEmptyAuthConfig [2022-03-20T19:12:58.373Z] === RUN TestNotFound [2022-03-20T19:12:58.373Z] --- PASS: TestNotFound (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestConflict [2022-03-20T19:12:58.373Z] --- PASS: TestConflict (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestForbidden [2022-03-20T19:12:58.373Z] --- PASS: TestForbidden (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestInvalidParameter [2022-03-20T19:12:58.373Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestNotImplemented [2022-03-20T19:12:58.373Z] --- PASS: TestNotImplemented (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestNotModified [2022-03-20T19:12:58.373Z] --- PASS: TestNotModified (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestUnauthorized [2022-03-20T19:12:58.373Z] --- PASS: TestUnauthorized (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestUnknown [2022-03-20T19:12:58.373Z] --- PASS: TestUnknown (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestCancelled [2022-03-20T19:12:58.373Z] --- PASS: TestCancelled (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestDeadline [2022-03-20T19:12:58.373Z] --- PASS: TestDeadline (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestDataLoss [2022-03-20T19:12:58.373Z] --- PASS: TestDataLoss (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestUnavailable [2022-03-20T19:12:58.373Z] --- PASS: TestUnavailable (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestSystem [2022-03-20T19:12:58.373Z] --- PASS: TestSystem (0.00s) [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Not_Found [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Bad_Request [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Conflict [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Unauthorized [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Forbidden [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Not_Modified [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-20T19:12:58.373Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-20T19:12:58.373Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-20T19:12:58.373Z] PASS [2022-03-20T19:12:58.373Z] coverage: 64.4% of statements [2022-03-20T19:12:58.374Z] ok github.com/docker/docker/errdefs 0.039s coverage: 64.4% of statements [2022-03-20T19:12:58.374Z] --- PASS: TestInactiveJobs (0.35s) [2022-03-20T19:12:58.374Z] === RUN TestWatchRelease [2022-03-20T19:12:58.374Z] --- PASS: TestWatchRelease (0.05s) [2022-03-20T19:12:58.374Z] === RUN TestWatchFinishedTransfer [2022-03-20T19:12:58.374Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-20T19:12:58.374Z] === RUN TestDuplicateTransfer [2022-03-20T19:12:58.651Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-20T19:12:58.651Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-20T19:12:58.651Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-20T19:12:58.651Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-20T19:12:58.651Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-20T19:12:58.651Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-20T19:12:58.651Z] === RUN TestResumableRequestReaderWithReadError [2022-03-20T19:12:58.709Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/container_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/image_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/volume_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-20T19:12:58.709Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-20T19:12:58.829Z] --- PASS: TestDuplicateTransfer (0.07s) [2022-03-20T19:12:58.829Z] === RUN TestSuccessfulUpload [2022-03-20T19:12:58.829Z] time="2022-03-20T19:12:58Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-20T19:12:58.829Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-03-20T19:12:58.829Z] === RUN TestCancelledUpload [2022-03-20T19:12:58.829Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-20T19:12:58.829Z] PASS [2022-03-20T19:12:58.829Z] coverage: 76.8% of statements [2022-03-20T19:12:58.829Z] ok github.com/docker/docker/distribution/xfer 2.100s coverage: 76.8% of statements [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-20T19:12:58.965Z] === RUN TestDiskUsage/after_container.Run [2022-03-20T19:12:59.106Z] time="2022-03-20T19:12:58Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-20T19:12:59.106Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-03-20T19:12:59.106Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-20T19:12:59.106Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-20T19:12:59.106Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-20T19:12:59.106Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-20T19:12:59.106Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-20T19:12:59.106Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-20T19:12:59.106Z] === RUN TestResumableRequestReader [2022-03-20T19:12:59.106Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-20T19:12:59.106Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-20T19:12:59.106Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-20T19:12:59.106Z] PASS [2022-03-20T19:12:59.106Z] coverage: 100.0% of statements [2022-03-20T19:12:59.106Z] ok github.com/docker/docker/registry/resumable 0.254s coverage: 100.0% of statements [2022-03-20T19:12:59.106Z] === RUN TestRestartManagerTimeout [2022-03-20T19:12:59.106Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-20T19:12:59.106Z] === RUN TestRestartManagerTimeoutReset [2022-03-20T19:12:59.106Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-20T19:12:59.106Z] PASS [2022-03-20T19:12:59.106Z] coverage: 50.9% of statements [2022-03-20T19:12:59.106Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 50.9% of statements [2022-03-20T19:12:59.224Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-20T19:12:59.224Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-20T19:12:59.224Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-20T19:12:59.224Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-20T19:12:59.285Z] --- PASS: TestWhenEmptyAuthConfig (1.27s) [2022-03-20T19:12:59.285Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-20T19:12:59.285Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-20T19:12:59.285Z] === RUN TestTokenPassThru [2022-03-20T19:12:59.285Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-20T19:12:59.285Z] === RUN TestTokenPassThruDifferentHost [2022-03-20T19:12:59.285Z] --- PASS: TestTokenPassThruDifferentHost (0.02s) [2022-03-20T19:12:59.285Z] PASS [2022-03-20T19:12:59.285Z] coverage: 26.7% of statements [2022-03-20T19:12:59.285Z] ok github.com/docker/docker/distribution 2.379s coverage: 26.7% of statements [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-20T19:12:59.481Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage (1.38s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.25s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-20T19:12:59.481Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-20T19:12:59.481Z] PASS [2022-03-20T19:12:59.481Z] [2022-03-20T19:12:59.481Z] === Skipped [2022-03-20T19:12:59.481Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:12:59.481Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-20T19:12:59.481Z] [2022-03-20T19:12:59.481Z] DONE 50 tests, 1 skipped in 20.349s [2022-03-20T19:12:59.481Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-20T19:12:59.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:12:59.481Z] ++ set -e [2022-03-20T19:12:59.481Z] ++ '[' -n 0 ']' [2022-03-20T19:12:59.481Z] ++ set -x [2022-03-20T19:12:59.481Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-20T19:12:59.562Z] === RUN TestResolveAuthConfigIndexServer [2022-03-20T19:12:59.562Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestResolveAuthConfigFullURL [2022-03-20T19:12:59.562Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-20T19:12:59.562Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestValidateMirror [2022-03-20T19:12:59.562Z] --- PASS: TestValidateMirror (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestLoadInsecureRegistries [2022-03-20T19:12:59.562Z] time="2022-03-20T19:12:59Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-20T19:12:59.562Z] time="2022-03-20T19:12:59Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-20T19:12:59.562Z] time="2022-03-20T19:12:59Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-20T19:12:59.562Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-03-20T19:12:59.562Z] === RUN TestNewServiceConfig [2022-03-20T19:12:59.562Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestValidateIndexName [2022-03-20T19:12:59.562Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestValidateIndexNameWithError [2022-03-20T19:12:59.562Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestEndpointParse [2022-03-20T19:12:59.562Z] --- PASS: TestEndpointParse (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestEndpointParseInvalid [2022-03-20T19:12:59.562Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestValidateEndpoint [2022-03-20T19:12:59.562Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-20T19:12:59.562Z] === RUN TestPing [2022-03-20T19:12:59.562Z] --- PASS: TestPing (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestPingRegistryEndpoint [2022-03-20T19:12:59.562Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:59.562Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-20T19:12:59.562Z] === RUN TestEndpoint [2022-03-20T19:12:59.562Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:59.562Z] --- SKIP: TestEndpoint (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestParseRepositoryInfo [2022-03-20T19:12:59.562Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestNewIndexInfo [2022-03-20T19:12:59.562Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestMirrorEndpointLookup [2022-03-20T19:12:59.562Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:12:59.562Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-20T19:12:59.562Z] === RUN TestSearchRepositories [2022-03-20T19:12:59.562Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-20T19:12:59.562Z] Host: 127.0.0.1:49357 [2022-03-20T19:12:59.738Z] INFO: Testing against a local daemon [2022-03-20T19:12:59.738Z] === RUN TestVolumesCreateAndList [2022-03-20T19:12:59.738Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-03-20T19:12:59.738Z] === RUN TestVolumesRemove [2022-03-20T19:12:59.738Z] --- PASS: TestVolumesRemove (0.09s) [2022-03-20T19:12:59.738Z] === RUN TestVolumesInspect [2022-03-20T19:12:59.738Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-20T19:12:59.738Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:12:59.738Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:12:59.738Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:12:59.738Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:12:59.738Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-20T19:12:59.738Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-20T19:12:59.738Z] PASS [2022-03-20T19:12:59.738Z] [2022-03-20T19:12:59.738Z] DONE 5 tests in 0.259s [2022-03-20T19:12:59.738Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-20T19:12:59.742Z] === RUN TestCompare [2022-03-20T19:12:59.742Z] --- PASS: TestCompare (0.00s) [2022-03-20T19:12:59.742Z] PASS [2022-03-20T19:12:59.742Z] coverage: 19.2% of statements [2022-03-20T19:12:59.742Z] ok github.com/docker/docker/image/cache 0.120s coverage: 19.2% of statements [2022-03-20T19:12:59.742Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-20T19:12:59.742Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-20T19:12:59.742Z] ? github.com/docker/docker/errdefs/adapter [no test files] [2022-03-20T19:12:59.742Z] === RUN TestFSGetInvalidData [2022-03-20T19:12:59.742Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-20T19:12:59.742Z] === RUN TestFSInvalidSet [2022-03-20T19:12:59.742Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-20T19:12:59.742Z] === RUN TestFSInvalidRoot [2022-03-20T19:12:59.742Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-20T19:12:59.742Z] === RUN TestFSMetadataGetSet [2022-03-20T19:12:59.742Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-20T19:12:59.742Z] === RUN TestFSInvalidWalker [2022-03-20T19:12:59.742Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-20T19:12:59.742Z] === RUN TestFSGetSet [2022-03-20T19:12:59.742Z] --- PASS: TestFSGetSet (0.05s) [2022-03-20T19:12:59.742Z] === RUN TestFSGetUnsetKey [2022-03-20T19:12:59.742Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-20T19:12:59.742Z] === RUN TestFSGetEmptyData [2022-03-20T19:12:59.742Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-20T19:12:59.742Z] === RUN TestFSDelete [2022-03-20T19:12:59.995Z] ++++ cat bundles/test-integration/docker.pid [2022-03-20T19:12:59.995Z] +++ kill 6533 [2022-03-20T19:13:00.019Z] User-Agent: docker test client [2022-03-20T19:13:00.019Z] Authorization: Token fake-token [2022-03-20T19:13:00.019Z] X-Docker-Token: true [2022-03-20T19:13:00.019Z] Accept-Encoding: gzip [2022-03-20T19:13:00.019Z] [2022-03-20T19:13:00.019Z] [2022-03-20T19:13:00.019Z] registry_test.go:731: HTTP/1.1 200 OK [2022-03-20T19:13:00.019Z] Connection: close [2022-03-20T19:13:00.019Z] Content-Length: 144 [2022-03-20T19:13:00.019Z] Cache-Control: no-cache [2022-03-20T19:13:00.019Z] Content-Type: application/json [2022-03-20T19:13:00.019Z] Date: Sun, 20 Mar 2022 19:12:59 GMT [2022-03-20T19:13:00.019Z] Expires: -1 [2022-03-20T19:13:00.019Z] Pragma: no-cache [2022-03-20T19:13:00.019Z] Server: docker-tests/mock [2022-03-20T19:13:00.019Z] X-Docker-Registry-Config: mock [2022-03-20T19:13:00.019Z] X-Docker-Registry-Version: 0.0.0 [2022-03-20T19:13:00.019Z] [2022-03-20T19:13:00.019Z] [2022-03-20T19:13:00.019Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-20T19:13:00.019Z] === RUN TestTrustedLocation [2022-03-20T19:13:00.019Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-20T19:13:00.019Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-20T19:13:00.019Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-20T19:13:00.019Z] === RUN TestAllowNondistributableArtifacts [2022-03-20T19:13:00.019Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-20T19:13:00.019Z] === RUN TestIsSecureIndex [2022-03-20T19:13:00.019Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-20T19:13:00.019Z] PASS [2022-03-20T19:13:00.019Z] coverage: 52.0% of statements [2022-03-20T19:13:00.019Z] === RUN TestDecodeContainerConfig [2022-03-20T19:13:00.019Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-20T19:13:00.019Z] === RUN TestDecodeContainerConfigIsolation [2022-03-20T19:13:00.019Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-20T19:13:00.019Z] === RUN TestValidatePrivileged [2022-03-20T19:13:00.019Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-20T19:13:00.019Z] PASS [2022-03-20T19:13:00.019Z] coverage: 52.6% of statements [2022-03-20T19:13:00.019Z] ok github.com/docker/docker/registry 0.290s coverage: 52.0% of statements [2022-03-20T19:13:00.019Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.6% of statements [2022-03-20T19:13:00.019Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-20T19:13:00.019Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-20T19:13:00.019Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-20T19:13:00.019Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-20T19:13:00.019Z] PASS [2022-03-20T19:13:00.019Z] coverage: 62.5% of statements [2022-03-20T19:13:00.019Z] ok github.com/docker/docker/testutil 0.042s coverage: 62.5% of statements [2022-03-20T19:13:00.198Z] --- PASS: TestFSDelete (0.02s) [2022-03-20T19:13:00.198Z] === RUN TestFSWalker [2022-03-20T19:13:00.198Z] --- PASS: TestFSWalker (0.02s) [2022-03-20T19:13:00.198Z] === RUN TestFSWalkerStopOnError [2022-03-20T19:13:00.198Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-20T19:13:00.198Z] === RUN TestNewFromJSON [2022-03-20T19:13:00.198Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-20T19:13:00.198Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-20T19:13:00.198Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-20T19:13:00.198Z] === RUN TestMarshalKeyOrder [2022-03-20T19:13:00.198Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-20T19:13:00.198Z] === RUN TestHistoryEqual [2022-03-20T19:13:00.198Z] --- PASS: TestHistoryEqual (0.21s) [2022-03-20T19:13:00.198Z] === RUN TestImage [2022-03-20T19:13:00.198Z] --- PASS: TestImage (0.00s) [2022-03-20T19:13:00.198Z] === RUN TestImageOSNotEmpty [2022-03-20T19:13:00.198Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-20T19:13:00.198Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-20T19:13:00.198Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-20T19:13:00.198Z] === RUN TestCreate [2022-03-20T19:13:00.198Z] --- PASS: TestCreate (0.01s) [2022-03-20T19:13:00.198Z] === RUN TestRestore [2022-03-20T19:13:00.198Z] time="2022-03-20T19:12:59Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-20T19:13:00.198Z] --- PASS: TestRestore (0.06s) [2022-03-20T19:13:00.198Z] === RUN TestAddDelete [2022-03-20T19:13:00.198Z] --- PASS: TestAddDelete (0.03s) [2022-03-20T19:13:00.198Z] === RUN TestSearchAfterDelete [2022-03-20T19:13:00.198Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-20T19:13:00.198Z] === RUN TestParentReset [2022-03-20T19:13:00.198Z] --- PASS: TestParentReset (0.04s) [2022-03-20T19:13:00.198Z] === RUN TestGetAndSetLastUpdated [2022-03-20T19:13:00.198Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-20T19:13:00.198Z] === RUN TestStoreLen [2022-03-20T19:13:00.558Z] +++ /etc/init.d/apparmor stop [2022-03-20T19:13:00.558Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-20T19:13:00.558Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-20T19:13:00.558Z] [2022-03-20T19:13:00.558Z] Unloading profiles will leave already running processes permanently [2022-03-20T19:13:00.558Z] unconfined, which can lead to unexpected situations. [2022-03-20T19:13:00.558Z] [2022-03-20T19:13:00.558Z] To set a process to complain mode, use the command line tool [2022-03-20T19:13:00.558Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-20T19:13:00.558Z] +++ true [2022-03-20T19:13:00.558Z] exiting test-integration [2022-03-20T19:13:00.558Z] ++ exit 0 [2022-03-20T19:13:00.558Z] [2022-03-20T19:13:00.655Z] --- PASS: TestStoreLen (0.11s) [2022-03-20T19:13:00.655Z] PASS [2022-03-20T19:13:00.655Z] coverage: 86.9% of statements [2022-03-20T19:13:00.655Z] ok github.com/docker/docker/image 0.833s coverage: 86.9% of statements [2022-03-20T19:13:00.655Z] === RUN TestMakeV1ConfigFromConfig [2022-03-20T19:13:00.655Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-20T19:13:00.655Z] PASS [2022-03-20T19:13:00.655Z] coverage: 25.0% of statements [2022-03-20T19:13:01.112Z] ok github.com/docker/docker/image/v1 0.089s coverage: 25.0% of statements [2022-03-20T19:13:01.112Z] === RUN TestValidateManifest [2022-03-20T19:13:01.112Z] === RUN TestValidateManifest/nil [2022-03-20T19:13:01.112Z] === RUN TestValidateManifest/non-nil [2022-03-20T19:13:01.112Z] --- PASS: TestValidateManifest (0.00s) [2022-03-20T19:13:01.112Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-20T19:13:01.112Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-20T19:13:01.112Z] PASS [2022-03-20T19:13:01.112Z] coverage: 0.7% of statements [2022-03-20T19:13:01.112Z] ok github.com/docker/docker/image/tarexport 0.086s coverage: 0.7% of statements [2022-03-20T19:13:01.112Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-20T19:13:01.120Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-20T19:13:01.120Z] + for job in $(jobs -p) [2022-03-20T19:13:01.120Z] + wait 15190 [2022-03-20T19:13:01.682Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-20T19:13:01.682Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-20T19:13:02.184Z] === RUN TestGetDriver [2022-03-20T19:13:02.185Z] --- PASS: TestGetDriver (0.00s) [2022-03-20T19:13:02.185Z] === RUN TestVolumeRequestError [2022-03-20T19:13:02.185Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-20T19:13:02.185Z] PASS [2022-03-20T19:13:02.185Z] coverage: 36.1% of statements [2022-03-20T19:13:02.185Z] ok github.com/docker/docker/volume/drivers 0.059s coverage: 36.1% of statements [2022-03-20T19:13:02.185Z] === RUN TestGetAddress [2022-03-20T19:13:02.185Z] --- PASS: TestGetAddress (0.00s) [2022-03-20T19:13:02.185Z] === RUN TestRemove [2022-03-20T19:13:02.185Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-20T19:13:02.185Z] --- SKIP: TestRemove (0.00s) [2022-03-20T19:13:02.185Z] === RUN TestInitializeWithVolumes [2022-03-20T19:13:02.185Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-20T19:13:02.185Z] === RUN TestCreate [2022-03-20T19:13:02.185Z] --- PASS: TestCreate (0.01s) [2022-03-20T19:13:02.185Z] === RUN TestValidateName [2022-03-20T19:13:02.185Z] --- PASS: TestValidateName (0.00s) [2022-03-20T19:13:02.185Z] === RUN TestCreateWithOpts [2022-03-20T19:13:02.185Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-20T19:13:02.185Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-20T19:13:02.185Z] === RUN TestRelaodNoOpts [2022-03-20T19:13:02.185Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-20T19:13:02.185Z] PASS [2022-03-20T19:13:02.185Z] coverage: 41.5% of statements [2022-03-20T19:13:02.185Z] ok github.com/docker/docker/volume/local 0.091s coverage: 41.5% of statements [2022-03-20T19:13:02.246Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-20T19:13:02.246Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-20T19:13:02.246Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRaw [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-20T19:13:02.647Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRaw [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-20T19:13:02.647Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestConvertTmpfsOptions [2022-03-20T19:13:02.647Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-20T19:13:02.647Z] linux_parser_test.go:209: data="ro" [2022-03-20T19:13:02.647Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestParseMountSpec [2022-03-20T19:13:02.647Z] parser_test.go:62: case 0 [2022-03-20T19:13:02.647Z] parser_test.go:62: case 1 [2022-03-20T19:13:02.647Z] parser_test.go:62: case 2 [2022-03-20T19:13:02.647Z] parser_test.go:62: case 3 [2022-03-20T19:13:02.647Z] parser_test.go:62: case 4 [2022-03-20T19:13:02.647Z] parser_test.go:62: case 5 [2022-03-20T19:13:02.647Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestValidateMount [2022-03-20T19:13:02.647Z] --- PASS: TestValidateMount (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRaw [2022-03-20T19:13:02.647Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-20T19:13:02.647Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-20T19:13:02.647Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-20T19:13:02.647Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-20T19:13:02.648Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-20T19:13:02.648Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-20T19:13:02.648Z] PASS [2022-03-20T19:13:02.648Z] coverage: 67.6% of statements [2022-03-20T19:13:02.648Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.6% of statements [2022-03-20T19:13:02.688Z] === RUN TestSerialization [2022-03-20T19:13:02.688Z] --- PASS: TestSerialization (0.02s) [2022-03-20T19:13:02.688Z] PASS [2022-03-20T19:13:02.688Z] coverage: 100.0% of statements [2022-03-20T19:13:02.688Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-03-20T19:13:02.688Z] === RUN TestEmptyLayer [2022-03-20T19:13:02.688Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-20T19:13:02.688Z] === RUN TestCommitFailure [2022-03-20T19:13:02.809Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-20T19:13:03.146Z] --- PASS: TestCommitFailure (0.02s) [2022-03-20T19:13:03.146Z] === RUN TestStartTransactionFailure [2022-03-20T19:13:03.146Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestGetOrphan [2022-03-20T19:13:03.146Z] --- PASS: TestGetOrphan (0.01s) [2022-03-20T19:13:03.146Z] === RUN TestMountAndRegister [2022-03-20T19:13:03.146Z] layer_test.go:258: Layer size: 14 [2022-03-20T19:13:03.146Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-20T19:13:03.146Z] === RUN TestLayerRelease [2022-03-20T19:13:03.146Z] layer_test.go:291: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestStoreRestore [2022-03-20T19:13:03.146Z] layer_test.go:340: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestTarStreamStability [2022-03-20T19:13:03.146Z] layer_test.go:455: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestRegisterExistingLayer [2022-03-20T19:13:03.146Z] --- PASS: TestRegisterExistingLayer (0.30s) [2022-03-20T19:13:03.146Z] === RUN TestTarStreamVerification [2022-03-20T19:13:03.146Z] layer_test.go:684: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestLayerMigration [2022-03-20T19:13:03.146Z] migration_test.go:45: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestLayerMigrationNoTarsplit [2022-03-20T19:13:03.146Z] migration_test.go:181: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestMountInit [2022-03-20T19:13:03.146Z] mount_test.go:17: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestMountInit (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestMountSize [2022-03-20T19:13:03.146Z] mount_test.go:76: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestMountSize (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestMountChanges [2022-03-20T19:13:03.146Z] mount_test.go:125: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestMountChanges (0.00s) [2022-03-20T19:13:03.146Z] === RUN TestMountApply [2022-03-20T19:13:03.146Z] mount_test.go:212: Failing on Windows [2022-03-20T19:13:03.146Z] --- SKIP: TestMountApply (0.00s) [2022-03-20T19:13:03.146Z] PASS [2022-03-20T19:13:03.146Z] coverage: 30.6% of statements [2022-03-20T19:13:03.375Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-20T19:13:03.603Z] ok github.com/docker/docker/layer 0.504s coverage: 30.6% of statements [2022-03-20T19:13:03.603Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-20T19:13:03.633Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-20T19:13:03.633Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-20T19:13:04.062Z] === RUN TestEnvironmentParsing [2022-03-20T19:13:04.063Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-20T19:13:04.063Z] PASS [2022-03-20T19:13:04.063Z] coverage: 1.2% of statements [2022-03-20T19:13:04.063Z] ok github.com/docker/docker/libcontainerd/local 0.102s coverage: 1.2% of statements [2022-03-20T19:13:04.063Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-20T19:13:04.063Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-20T19:13:04.063Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-20T19:13:04.177Z] === RUN TestSetGetMeta [2022-03-20T19:13:04.177Z] === PAUSE TestSetGetMeta [2022-03-20T19:13:04.177Z] === RUN TestRestore [2022-03-20T19:13:04.177Z] === PAUSE TestRestore [2022-03-20T19:13:04.177Z] === RUN TestServiceCreate [2022-03-20T19:13:04.177Z] === PAUSE TestServiceCreate [2022-03-20T19:13:04.177Z] === RUN TestServiceList [2022-03-20T19:13:04.177Z] === PAUSE TestServiceList [2022-03-20T19:13:04.177Z] === RUN TestServiceRemove [2022-03-20T19:13:04.177Z] === PAUSE TestServiceRemove [2022-03-20T19:13:04.177Z] === RUN TestServiceGet [2022-03-20T19:13:04.177Z] === PAUSE TestServiceGet [2022-03-20T19:13:04.177Z] === RUN TestServicePrune [2022-03-20T19:13:04.177Z] === PAUSE TestServicePrune [2022-03-20T19:13:04.177Z] === RUN TestCreate [2022-03-20T19:13:04.177Z] === PAUSE TestCreate [2022-03-20T19:13:04.177Z] === RUN TestRemove [2022-03-20T19:13:04.177Z] === PAUSE TestRemove [2022-03-20T19:13:04.177Z] === RUN TestList [2022-03-20T19:13:04.177Z] === PAUSE TestList [2022-03-20T19:13:04.177Z] === RUN TestFindByDriver [2022-03-20T19:13:04.177Z] === PAUSE TestFindByDriver [2022-03-20T19:13:04.177Z] === RUN TestFindByReferenced [2022-03-20T19:13:04.177Z] === PAUSE TestFindByReferenced [2022-03-20T19:13:04.177Z] === RUN TestDerefMultipleOfSameRef [2022-03-20T19:13:04.177Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-20T19:13:04.177Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:13:04.177Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:13:04.177Z] === RUN TestDefererencePluginOnCreateError [2022-03-20T19:13:04.177Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-20T19:13:04.177Z] === RUN TestRefDerefRemove [2022-03-20T19:13:04.177Z] === PAUSE TestRefDerefRemove [2022-03-20T19:13:04.177Z] === RUN TestGet [2022-03-20T19:13:04.177Z] === PAUSE TestGet [2022-03-20T19:13:04.177Z] === RUN TestGetWithReference [2022-03-20T19:13:04.177Z] === PAUSE TestGetWithReference [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_nil_list [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_empty_list [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_filter_some [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_filter_middle [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:13:04.177Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-20T19:13:04.177Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_nil_list [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_filter_some [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_empty_list [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-20T19:13:04.177Z] === CONT TestFilterFunc/test_filter_middle [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-20T19:13:04.177Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-20T19:13:04.177Z] === CONT TestSetGetMeta [2022-03-20T19:13:04.177Z] === CONT TestList [2022-03-20T19:13:04.177Z] === CONT TestServiceGet [2022-03-20T19:13:04.177Z] === CONT TestServiceList [2022-03-20T19:13:04.177Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-20T19:13:04.177Z] === CONT TestServiceCreate [2022-03-20T19:13:04.177Z] --- PASS: TestList (0.03s) [2022-03-20T19:13:04.177Z] === CONT TestRestore [2022-03-20T19:13:04.177Z] --- PASS: TestRestore (0.02s) [2022-03-20T19:13:04.177Z] === CONT TestRemove [2022-03-20T19:13:04.177Z] --- PASS: TestRemove (0.02s) [2022-03-20T19:13:04.177Z] === CONT TestCreate [2022-03-20T19:13:04.177Z] === CONT TestServicePrune [2022-03-20T19:13:04.177Z] --- PASS: TestCreate (0.02s) [2022-03-20T19:13:04.177Z] --- PASS: TestServiceGet (0.20s) [2022-03-20T19:13:04.177Z] === CONT TestServiceRemove [2022-03-20T19:13:04.177Z] time="2022-03-20T19:13:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:13:04.177Z] --- PASS: TestServiceList (0.21s) [2022-03-20T19:13:04.177Z] === CONT TestGetWithReference [2022-03-20T19:13:04.177Z] --- PASS: TestServiceCreate (0.19s) [2022-03-20T19:13:04.177Z] === CONT TestGet [2022-03-20T19:13:04.177Z] time="2022-03-20T19:13:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:13:04.177Z] time="2022-03-20T19:13:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:13:04.177Z] --- PASS: TestServiceRemove (0.03s) [2022-03-20T19:13:04.177Z] === CONT TestRefDerefRemove [2022-03-20T19:13:04.177Z] time="2022-03-20T19:13:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-20T19:13:04.177Z] --- PASS: TestGet (0.02s) [2022-03-20T19:13:04.177Z] === CONT TestDefererencePluginOnCreateError [2022-03-20T19:13:04.177Z] --- PASS: TestGetWithReference (0.03s) [2022-03-20T19:13:04.177Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:13:04.177Z] time="2022-03-20T19:13:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:13:04.177Z] --- PASS: TestServicePrune (0.15s) [2022-03-20T19:13:04.177Z] === CONT TestDerefMultipleOfSameRef [2022-03-20T19:13:04.177Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-20T19:13:04.177Z] === CONT TestFindByReferenced [2022-03-20T19:13:04.177Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-20T19:13:04.177Z] === CONT TestFindByDriver [2022-03-20T19:13:04.177Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-20T19:13:04.177Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-20T19:13:04.177Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-20T19:13:04.177Z] --- PASS: TestFindByDriver (0.03s) [2022-03-20T19:13:04.177Z] PASS [2022-03-20T19:13:04.177Z] coverage: 69.0% of statements [2022-03-20T19:13:04.177Z] ok github.com/docker/docker/volume/service 0.326s coverage: 69.0% of statements [2022-03-20T19:13:04.519Z] === RUN TestSequenceGetAvailableBit [2022-03-20T19:13:04.519Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSequenceEqual [2022-03-20T19:13:04.519Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSequenceCopy [2022-03-20T19:13:04.519Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestGetFirstAvailable [2022-03-20T19:13:04.519Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestFindSequence [2022-03-20T19:13:04.519Z] --- PASS: TestFindSequence (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestCheckIfAvailable [2022-03-20T19:13:04.519Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestMergeSequences [2022-03-20T19:13:04.519Z] --- PASS: TestMergeSequences (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestPushReservation [2022-03-20T19:13:04.519Z] --- PASS: TestPushReservation (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSerializeDeserialize [2022-03-20T19:13:04.519Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSet [2022-03-20T19:13:04.519Z] --- PASS: TestSet (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSetUnset [2022-03-20T19:13:04.519Z] --- PASS: TestSetUnset (0.01s) [2022-03-20T19:13:04.519Z] === RUN TestOffsetSetUnset [2022-03-20T19:13:04.519Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSetInRange [2022-03-20T19:13:04.519Z] --- PASS: TestSetInRange (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestSetAnyInRange [2022-03-20T19:13:04.519Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestMethods [2022-03-20T19:13:04.519Z] --- PASS: TestMethods (0.00s) [2022-03-20T19:13:04.519Z] === RUN TestRandomAllocateDeallocate [2022-03-20T19:13:04.564Z] === RUN TestDockerSuite/TestInspectImage [2022-03-20T19:13:04.564Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-20T19:13:04.564Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-20T19:13:04.564Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-20T19:13:04.564Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-20T19:13:04.821Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-20T19:13:05.386Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-20T19:13:05.386Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-20T19:13:05.901Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-20T19:13:06.479Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-20T19:13:06.688Z] === RUN TestInvalidConfig [2022-03-20T19:13:06.688Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-20T19:13:06.688Z] === RUN TestConfig [2022-03-20T19:13:06.688Z] --- PASS: TestConfig (0.00s) [2022-03-20T19:13:06.688Z] === RUN TestOptionsLabels [2022-03-20T19:13:06.688Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-20T19:13:06.688Z] === RUN TestValidName [2022-03-20T19:13:06.688Z] --- PASS: TestValidName (0.00s) [2022-03-20T19:13:06.688Z] PASS [2022-03-20T19:13:06.688Z] coverage: 19.7% of statements [2022-03-20T19:13:06.688Z] ok github.com/docker/docker/libnetwork/config 0.097s coverage: 19.7% of statements [2022-03-20T19:13:07.146Z] === RUN TestKey [2022-03-20T19:13:07.146Z] --- PASS: TestKey (0.00s) [2022-03-20T19:13:07.146Z] === RUN TestParseKey [2022-03-20T19:13:07.146Z] --- PASS: TestParseKey (0.00s) [2022-03-20T19:13:07.146Z] === RUN TestInvalidDataStore [2022-03-20T19:13:07.146Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-20T19:13:07.146Z] === RUN TestKVObjectFlatKey [2022-03-20T19:13:07.146Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-20T19:13:07.146Z] === RUN TestAtomicKVObjectFlatKey [2022-03-20T19:13:07.146Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-20T19:13:07.146Z] PASS [2022-03-20T19:13:07.146Z] coverage: 21.9% of statements [2022-03-20T19:13:07.146Z] ok github.com/docker/docker/libnetwork/datastore 0.051s coverage: 21.9% of statements [2022-03-20T19:13:07.146Z] === RUN TestErrorInterfaces [2022-03-20T19:13:07.146Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-20T19:13:07.146Z] === RUN TestNetworkMarshalling [2022-03-20T19:13:07.604Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-03-20T19:13:07.604Z] === RUN TestEndpointMarshalling [2022-03-20T19:13:07.604Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestAuxAddresses [2022-03-20T19:13:07.604Z] time="2022-03-20T19:13:07Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:13:07.604Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-20T19:13:07.604Z] === RUN TestSRVServiceQuery [2022-03-20T19:13:07.604Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-20T19:13:07.604Z] === RUN TestServiceVIPReuse [2022-03-20T19:13:07.604Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-20T19:13:07.604Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-20T19:13:07.604Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestDNSIPQuery [2022-03-20T19:13:07.604Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestDNSProxyServFail [2022-03-20T19:13:07.604Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestSandboxAddEmpty [2022-03-20T19:13:07.604Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestSandboxAddMultiPrio [2022-03-20T19:13:07.604Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestSandboxAddSamePrio [2022-03-20T19:13:07.604Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestCleanupServiceDiscovery [2022-03-20T19:13:07.604Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestDNSOptions [2022-03-20T19:13:07.604Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:07.604Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-20T19:13:07.604Z] === RUN TestMultipleControllersWithSameStore [2022-03-20T19:13:07.604Z] time="2022-03-20T19:13:07Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:13:07.604Z] time="2022-03-20T19:13:07Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:13:07.604Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-20T19:13:07.604Z] PASS [2022-03-20T19:13:07.604Z] coverage: 8.5% of statements [2022-03-20T19:13:07.604Z] ok github.com/docker/docker/libnetwork 0.380s coverage: 8.5% of statements [2022-03-20T19:13:08.057Z] ? github.com/docker/docker/api [no test files] [2022-03-20T19:13:08.061Z] === RUN TestIPDataMarshalling [2022-03-20T19:13:08.061Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-20T19:13:08.061Z] === RUN TestValidateAndIsV6 [2022-03-20T19:13:08.061Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-20T19:13:08.061Z] PASS [2022-03-20T19:13:08.061Z] coverage: 68.9% of statements [2022-03-20T19:13:08.061Z] ok github.com/docker/docker/libnetwork/driverapi 0.043s coverage: 68.9% of statements [2022-03-20T19:13:08.377Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-20T19:13:08.377Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-20T19:13:08.524Z] === RUN TestDriver [2022-03-20T19:13:08.524Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:13:08.524Z] PASS [2022-03-20T19:13:08.524Z] coverage: 34.8% of statements [2022-03-20T19:13:08.524Z] ok github.com/docker/docker/libnetwork/drivers/host 0.048s coverage: 34.8% of statements [2022-03-20T19:13:08.941Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-20T19:13:08.981Z] === RUN TestDriver [2022-03-20T19:13:08.981Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:13:08.981Z] PASS [2022-03-20T19:13:08.981Z] coverage: 34.8% of statements [2022-03-20T19:13:08.981Z] ok github.com/docker/docker/libnetwork/drivers/null 0.051s coverage: 34.8% of statements [2022-03-20T19:13:09.440Z] === RUN TestNetworkAllocateFree [2022-03-20T19:13:09.440Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-20T19:13:09.440Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-20T19:13:09.440Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-20T19:13:09.440Z] PASS [2022-03-20T19:13:09.440Z] coverage: 63.6% of statements [2022-03-20T19:13:09.440Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.056s coverage: 63.6% of statements [2022-03-20T19:13:09.505Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-20T19:13:09.895Z] --- PASS: TestRandomAllocateDeallocate (5.44s) [2022-03-20T19:13:09.895Z] === RUN TestAllocateRandomDeallocate [2022-03-20T19:13:09.895Z] === RUN TestGetEmptyCapabilities [2022-03-20T19:13:09.895Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-20T19:13:09.895Z] === RUN TestGetExtraCapabilities [2022-03-20T19:13:09.895Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-20T19:13:09.895Z] === RUN TestGetInvalidCapabilities [2022-03-20T19:13:09.895Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-20T19:13:09.895Z] === RUN TestRemoteDriver [2022-03-20T19:13:09.895Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-20T19:13:09.895Z] === RUN TestDriverError [2022-03-20T19:13:09.895Z] --- PASS: TestDriverError (0.01s) [2022-03-20T19:13:09.895Z] === RUN TestMissingValues [2022-03-20T19:13:09.895Z] --- PASS: TestMissingValues (0.00s) [2022-03-20T19:13:09.895Z] === RUN TestRollback [2022-03-20T19:13:09.895Z] --- PASS: TestRollback (0.01s) [2022-03-20T19:13:09.895Z] PASS [2022-03-20T19:13:09.895Z] coverage: 57.4% of statements [2022-03-20T19:13:09.895Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.097s coverage: 57.4% of statements [2022-03-20T19:13:10.435Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-20T19:13:10.691Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-20T19:13:10.830Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 15.0% of statements [2022-03-20T19:13:10.830Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-20T19:13:10.830Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-20T19:13:10.858Z] === RUN TestNAT [2022-03-20T19:13:10.858Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-20T19:13:10.858Z] --- SKIP: TestNAT (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestTransparent [2022-03-20T19:13:10.858Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-20T19:13:10.858Z] --- SKIP: TestTransparent (0.00s) [2022-03-20T19:13:10.858Z] PASS [2022-03-20T19:13:10.858Z] coverage: 0.0% of statements [2022-03-20T19:13:10.858Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.055s coverage: 0.0% of statements [2022-03-20T19:13:10.858Z] === RUN TestBuildDefault [2022-03-20T19:13:10.858Z] --- PASS: TestBuildDefault (0.01s) [2022-03-20T19:13:10.858Z] === RUN TestBuildHostnameDomainname [2022-03-20T19:13:10.858Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestBuildHostname [2022-03-20T19:13:10.858Z] --- PASS: TestBuildHostname (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestBuildHostnameFQDN [2022-03-20T19:13:10.858Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestBuildNoIP [2022-03-20T19:13:10.858Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestUpdate [2022-03-20T19:13:10.858Z] --- PASS: TestUpdate (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-20T19:13:10.858Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-20T19:13:10.858Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestAddEmpty [2022-03-20T19:13:10.858Z] --- PASS: TestAddEmpty (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestAdd [2022-03-20T19:13:10.858Z] --- PASS: TestAdd (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestDeleteEmpty [2022-03-20T19:13:10.858Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestDeleteNewline [2022-03-20T19:13:10.858Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-20T19:13:10.858Z] === RUN TestDelete [2022-03-20T19:13:10.858Z] --- PASS: TestDelete (0.00s) [2022-03-20T19:13:11.091Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-20T19:13:11.253Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-20T19:13:11.317Z] === RUN TestConcurrentWrites [2022-03-20T19:13:11.317Z] --- PASS: TestAllocateRandomDeallocate (1.23s) [2022-03-20T19:13:11.317Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-20T19:13:11.317Z] === RUN TestNew [2022-03-20T19:13:11.317Z] --- PASS: TestNew (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestAddDriver [2022-03-20T19:13:11.317Z] --- PASS: TestAddDriver (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestAddDuplicateDriver [2022-03-20T19:13:11.317Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-20T19:13:11.317Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestDriver [2022-03-20T19:13:11.317Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestIPAM [2022-03-20T19:13:11.317Z] --- PASS: TestIPAM (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestWalkIPAMs [2022-03-20T19:13:11.317Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-20T19:13:11.317Z] === RUN TestWalkDrivers [2022-03-20T19:13:11.317Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-20T19:13:11.317Z] PASS [2022-03-20T19:13:11.317Z] coverage: 82.4% of statements [2022-03-20T19:13:11.317Z] ok github.com/docker/docker/libnetwork/drvregistry 0.085s coverage: 82.4% of statements [2022-03-20T19:13:11.317Z] --- PASS: TestConcurrentWrites (0.28s) [2022-03-20T19:13:11.317Z] PASS [2022-03-20T19:13:11.317Z] coverage: 81.2% of statements [2022-03-20T19:13:11.317Z] ok github.com/docker/docker/libnetwork/etchosts 0.356s coverage: 81.2% of statements [2022-03-20T19:13:11.774Z] === RUN TestNew [2022-03-20T19:13:11.774Z] --- PASS: TestNew (0.00s) [2022-03-20T19:13:11.774Z] === RUN TestAllocate [2022-03-20T19:13:11.774Z] --- PASS: TestAllocate (0.00s) [2022-03-20T19:13:11.774Z] === RUN TestUninitialized [2022-03-20T19:13:11.774Z] --- PASS: TestUninitialized (0.00s) [2022-03-20T19:13:11.774Z] === RUN TestAllocateInRange [2022-03-20T19:13:11.774Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-20T19:13:11.774Z] === RUN TestAllocateSerial [2022-03-20T19:13:11.774Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-20T19:13:11.774Z] PASS [2022-03-20T19:13:11.774Z] coverage: 87.5% of statements [2022-03-20T19:13:11.774Z] ok github.com/docker/docker/libnetwork/idm 0.047s coverage: 87.5% of statements [2022-03-20T19:13:11.774Z] === RUN TestCaller [2022-03-20T19:13:11.774Z] --- PASS: TestCaller (0.00s) [2022-03-20T19:13:11.774Z] PASS [2022-03-20T19:13:11.774Z] coverage: 100.0% of statements [2022-03-20T19:13:11.774Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-03-20T19:13:11.814Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-20T19:13:12.035Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-20T19:13:12.035Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-20T19:13:12.071Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-20T19:13:12.232Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.20s) [2022-03-20T19:13:12.232Z] === RUN TestRetrieveFromStore [2022-03-20T19:13:12.296Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/types [no test files] [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-20T19:13:12.558Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-20T19:13:12.632Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-20T19:13:12.692Z] === RUN TestSetSerialInsertDelete [2022-03-20T19:13:12.692Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-20T19:13:12.692Z] === RUN TestSetParallelInsertDelete [2022-03-20T19:13:12.818Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2022-03-20T19:13:12.888Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-20T19:13:12.888Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-20T19:13:13.080Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-20T19:13:13.080Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-20T19:13:13.080Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-03-20T19:13:13.151Z] --- PASS: TestRetrieveFromStore (0.76s) [2022-03-20T19:13:13.151Z] === RUN TestIsCorrupted [2022-03-20T19:13:13.151Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-20T19:13:13.151Z] === RUN TestSetRollover [2022-03-20T19:13:13.342Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-20T19:13:13.342Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-20T19:13:13.610Z] === RUN TestInt2IP2IntConversion [2022-03-20T19:13:14.072Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-03-20T19:13:14.072Z] === RUN TestGetAddressVersion [2022-03-20T19:13:14.072Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-20T19:13:14.072Z] === RUN TestKeyString [2022-03-20T19:13:14.072Z] --- PASS: TestKeyString (0.00s) [2022-03-20T19:13:14.072Z] === RUN TestPoolDataMarshal [2022-03-20T19:13:14.072Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-20T19:13:14.072Z] === RUN TestSubnetsMarshal [2022-03-20T19:13:14.073Z] === RUN TestPoolRequest [2022-03-20T19:13:14.073Z] --- PASS: TestPoolRequest (0.00s) [2022-03-20T19:13:14.073Z] === RUN TestOtherRequests [2022-03-20T19:13:14.073Z] --- PASS: TestOtherRequests (0.00s) [2022-03-20T19:13:14.073Z] PASS [2022-03-20T19:13:14.073Z] coverage: 57.1% of statements [2022-03-20T19:13:14.073Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-20T19:13:14.073Z] === RUN TestAddSubnets [2022-03-20T19:13:14.073Z] ok github.com/docker/docker/libnetwork/ipams/null 0.046s coverage: 57.1% of statements [2022-03-20T19:13:14.261Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-20T19:13:14.530Z] --- PASS: TestAddSubnets (0.06s) [2022-03-20T19:13:14.530Z] === RUN TestDoublePoolRelease [2022-03-20T19:13:14.530Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-20T19:13:14.530Z] === RUN TestAddReleasePoolID [2022-03-20T19:13:14.530Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-20T19:13:14.530Z] === RUN TestPredefinedPool [2022-03-20T19:13:14.530Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-20T19:13:14.530Z] === RUN TestRemoveSubnet [2022-03-20T19:13:14.530Z] --- PASS: TestRemoveSubnet (0.24s) [2022-03-20T19:13:14.530Z] === RUN TestGetSameAddress [2022-03-20T19:13:14.530Z] --- PASS: TestSetRollover (1.63s) [2022-03-20T19:13:14.530Z] === RUN TestSetRolloverSerial [2022-03-20T19:13:14.530Z] --- PASS: TestGetSameAddress (0.04s) [2022-03-20T19:13:14.530Z] === RUN TestPoolAllocationReuse [2022-03-20T19:13:15.192Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-20T19:13:15.496Z] === RUN TestGetCapabilities [2022-03-20T19:13:15.496Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-20T19:13:15.496Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-20T19:13:15.496Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-20T19:13:15.496Z] === RUN TestGetDefaultAddressSpaces [2022-03-20T19:13:15.496Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-20T19:13:15.496Z] === RUN TestRemoteDriver [2022-03-20T19:13:15.496Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-20T19:13:15.496Z] PASS [2022-03-20T19:13:15.496Z] coverage: 47.4% of statements [2022-03-20T19:13:15.496Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.074s coverage: 47.4% of statements [2022-03-20T19:13:15.896Z] ok github.com/docker/docker/builder/remotecontext 0.103s coverage: 13.7% of statements [2022-03-20T19:13:16.122Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-20T19:13:16.159Z] ok github.com/docker/docker/builder/dockerfile 0.262s coverage: 49.3% of statements [2022-03-20T19:13:16.380Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-20T19:13:16.461Z] --- PASS: TestSetRolloverSerial (1.65s) [2022-03-20T19:13:16.461Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-20T19:13:16.461Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-20T19:13:16.461Z] PASS [2022-03-20T19:13:16.461Z] coverage: 84.4% of statements [2022-03-20T19:13:16.461Z] ok github.com/docker/docker/libnetwork/bitseq 12.076s coverage: 84.4% of statements [2022-03-20T19:13:16.461Z] --- PASS: TestPoolAllocationReuse (1.77s) [2022-03-20T19:13:16.461Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-20T19:13:16.461Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-20T19:13:16.461Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-20T19:13:16.461Z] === RUN TestWindowsIPAM [2022-03-20T19:13:16.461Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-20T19:13:16.461Z] PASS [2022-03-20T19:13:16.461Z] coverage: 71.4% of statements [2022-03-20T19:13:16.461Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.045s coverage: 71.4% of statements [2022-03-20T19:13:17.106Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-03-20T19:13:17.313Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-20T19:13:17.430Z] === RUN TestDefaultNetwork [2022-03-20T19:13:17.887Z] --- PASS: TestDefaultNetwork (0.33s) [2022-03-20T19:13:17.887Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-20T19:13:18.051Z] ok github.com/docker/docker/builder/remotecontext/git 1.700s coverage: 86.3% of statements [2022-03-20T19:13:18.051Z] ? github.com/docker/docker/cli [no test files] [2022-03-20T19:13:18.051Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-20T19:13:18.346Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-20T19:13:18.347Z] === RUN TestInitAddressPools [2022-03-20T19:13:18.347Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-20T19:13:18.347Z] PASS [2022-03-20T19:13:18.347Z] coverage: 74.0% of statements [2022-03-20T19:13:18.347Z] ok github.com/docker/docker/libnetwork/ipamutils 0.743s coverage: 74.0% of statements [2022-03-20T19:13:18.633Z] ok github.com/docker/docker/cmd/docker-proxy 0.018s coverage: 67.6% of statements [2022-03-20T19:13:18.684Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-20T19:13:18.814Z] === RUN TestKeyValue [2022-03-20T19:13:18.814Z] --- PASS: TestKeyValue (0.00s) [2022-03-20T19:13:18.814Z] PASS [2022-03-20T19:13:18.814Z] coverage: 60.0% of statements [2022-03-20T19:13:18.814Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-03-20T19:13:19.280Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.58s) [2022-03-20T19:13:19.280Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-20T19:13:20.054Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-20T19:13:20.054Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-20T19:13:21.422Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-20T19:13:21.452Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-20T19:13:21.677Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-20T19:13:21.913Z] === RUN TestNetworkDBSimple [2022-03-20T19:13:22.240Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-20T19:13:22.370Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.32s) [2022-03-20T19:13:22.370Z] === RUN TestGetAddress [2022-03-20T19:13:22.832Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-20T19:13:22.832Z] PASS [2022-03-20T19:13:22.832Z] coverage: 100.0% of statements [2022-03-20T19:13:22.832Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.049s coverage: 100.0% of statements [2022-03-20T19:13:22.832Z] === RUN TestGenerate [2022-03-20T19:13:22.832Z] --- PASS: TestGenerate (0.00s) [2022-03-20T19:13:22.832Z] === RUN TestGeneratePtr [2022-03-20T19:13:22.832Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-20T19:13:22.832Z] === RUN TestGenerateMissingField [2022-03-20T19:13:22.832Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-20T19:13:22.832Z] === RUN TestFieldCannotBeSet [2022-03-20T19:13:22.832Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-20T19:13:22.832Z] === RUN TestTypeMismatchError [2022-03-20T19:13:22.832Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-20T19:13:22.832Z] PASS [2022-03-20T19:13:22.832Z] coverage: 100.0% of statements [2022-03-20T19:13:22.832Z] ok github.com/docker/docker/libnetwork/options 0.041s coverage: 100.0% of statements [2022-03-20T19:13:22.847Z] ok github.com/docker/docker/client 0.205s coverage: 75.7% of statements [2022-03-20T19:13:23.288Z] 2022/03/20 19:13:22 Closing DB instances... [2022-03-20T19:13:23.745Z] testing: warning: no tests to run [2022-03-20T19:13:23.745Z] PASS [2022-03-20T19:13:23.745Z] coverage: 0.0% of statements [2022-03-20T19:13:23.745Z] ok github.com/docker/docker/libnetwork/osl 0.047s coverage: 0.0% of statements [no tests to run] [2022-03-20T19:13:23.745Z] === RUN TestRequestNewPort [2022-03-20T19:13:23.745Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestRequestSpecificPort [2022-03-20T19:13:23.745Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestReleasePort [2022-03-20T19:13:23.745Z] --- PASS: TestReleasePort (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestReuseReleasedPort [2022-03-20T19:13:23.745Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestReleaseUnreadledPort [2022-03-20T19:13:23.745Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestUnknowProtocol [2022-03-20T19:13:23.745Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestAllocateAllPorts [2022-03-20T19:13:23.745Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestPortAllocation [2022-03-20T19:13:23.745Z] --- PASS: TestPortAllocation (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestPortAllocationWithCustomRange [2022-03-20T19:13:23.745Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestNoDuplicateBPR [2022-03-20T19:13:23.745Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-20T19:13:23.745Z] === RUN TestChangePortRange [2022-03-20T19:13:23.745Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-20T19:13:23.745Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-20T19:13:23.745Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-20T19:13:23.745Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-20T19:13:23.745Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-20T19:13:23.745Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-20T19:13:23.745Z] --- PASS: TestChangePortRange (0.00s) [2022-03-20T19:13:23.745Z] PASS [2022-03-20T19:13:23.745Z] coverage: 88.6% of statements [2022-03-20T19:13:23.745Z] ok github.com/docker/docker/libnetwork/portallocator 0.044s coverage: 88.6% of statements [2022-03-20T19:13:24.713Z] testing: warning: no tests to run [2022-03-20T19:13:24.713Z] PASS [2022-03-20T19:13:24.713Z] coverage: 0.0% of statements [2022-03-20T19:13:24.713Z] ok github.com/docker/docker/libnetwork/portmapper 0.044s coverage: 0.0% of statements [no tests to run] [2022-03-20T19:13:24.713Z] === RUN TestHashData [2022-03-20T19:13:24.713Z] --- PASS: TestHashData (0.00s) [2022-03-20T19:13:24.713Z] PASS [2022-03-20T19:13:24.713Z] coverage: 2.8% of statements [2022-03-20T19:13:24.713Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-03-20T19:13:24.713Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-03-20T19:13:24.713Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-20T19:13:25.232Z] 2022/03/20 19:13:21 Closing DB instances... [2022-03-20T19:13:25.232Z] --- PASS: TestNetworkDBGarbageCollection (54.46s) [2022-03-20T19:13:25.232Z] === RUN TestFindNode [2022-03-20T19:13:25.232Z] 2022/03/20 19:13:24 Closing DB instances... [2022-03-20T19:13:25.232Z] --- PASS: TestFindNode (0.02s) [2022-03-20T19:13:25.232Z] === RUN TestChangeNodeState [2022-03-20T19:13:25.232Z] 2022/03/20 19:13:24 Closing DB instances... [2022-03-20T19:13:25.232Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-20T19:13:25.232Z] === RUN TestNodeReincarnation [2022-03-20T19:13:25.232Z] 2022/03/20 19:13:24 Closing DB instances... [2022-03-20T19:13:25.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-20T19:13:25.677Z] === RUN TestErrorConstructors [2022-03-20T19:13:25.677Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-20T19:13:25.677Z] === RUN TestCompareIPMask [2022-03-20T19:13:25.677Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-20T19:13:25.677Z] === RUN TestUtilGetHostPartIP [2022-03-20T19:13:25.677Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-20T19:13:25.677Z] === RUN TestUtilGetBroadcastIP [2022-03-20T19:13:25.677Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-20T19:13:25.677Z] === RUN TestParseCIDR [2022-03-20T19:13:25.677Z] --- PASS: TestParseCIDR (0.00s) [2022-03-20T19:13:25.677Z] PASS [2022-03-20T19:13:25.677Z] coverage: 37.3% of statements [2022-03-20T19:13:25.677Z] ok github.com/docker/docker/libnetwork/types 0.046s coverage: 37.3% of statements [2022-03-20T19:13:26.134Z] 2022/03/20 19:13:25 Closing DB instances... [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-20T19:13:26.134Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-20T19:13:26.134Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-20T19:13:26.135Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-20T19:13:26.135Z] PASS [2022-03-20T19:13:26.135Z] coverage: 50.0% of statements [2022-03-20T19:13:26.135Z] ok github.com/docker/docker/oci 0.059s coverage: 50.0% of statements [2022-03-20T19:13:27.099Z] === RUN TestParseVersion [2022-03-20T19:13:27.099Z] --- PASS: TestParseVersion (0.00s) [2022-03-20T19:13:27.099Z] PASS [2022-03-20T19:13:27.099Z] coverage: 52.9% of statements [2022-03-20T19:13:27.099Z] ok github.com/docker/docker/pkg/aaparser 0.055s coverage: 52.9% of statements [2022-03-20T19:13:27.099Z] === RUN TestAddressPoolOpt [2022-03-20T19:13:27.099Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/a [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/something [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/_=a [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/env1=value1 [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/_env1=value1 [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/PATH [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/=a [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/PATH= [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/PATH=something [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/asd!qwe [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/1asd [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/123 [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/some_space [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/__some_space_before [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/some_space_after__ [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/= [2022-03-20T19:13:27.099Z] === RUN TestValidateEnv/PaTh [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-20T19:13:27.099Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestParseHost [2022-03-20T19:13:27.099Z] --- PASS: TestParseHost (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestParseDockerDaemonHost [2022-03-20T19:13:27.099Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestParseTCP [2022-03-20T19:13:27.099Z] --- PASS: TestParseTCP (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-20T19:13:27.099Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestValidateExtraHosts [2022-03-20T19:13:27.099Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestIpOptString [2022-03-20T19:13:27.099Z] --- PASS: TestIpOptString (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-20T19:13:27.099Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-20T19:13:27.099Z] === RUN TestNewIpOptValidDefaultVal [2022-03-20T19:13:27.100Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestIpOptSetInvalidVal [2022-03-20T19:13:27.100Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestValidateIPAddress [2022-03-20T19:13:27.100Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestMapOpts [2022-03-20T19:13:27.100Z] --- PASS: TestMapOpts (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestListOptsWithoutValidator [2022-03-20T19:13:27.100Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestListOptsWithValidator [2022-03-20T19:13:27.100Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestValidateDNSSearch [2022-03-20T19:13:27.100Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_general_format [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_one_more [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-20T19:13:27.100Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-20T19:13:27.100Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestNamedListOpts [2022-03-20T19:13:27.100Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestNamedMapOpts [2022-03-20T19:13:27.100Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestParseLink [2022-03-20T19:13:27.100Z] --- PASS: TestParseLink (0.00s) [2022-03-20T19:13:27.100Z] === RUN TestUlimitOpt [2022-03-20T19:13:27.100Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-20T19:13:27.100Z] PASS [2022-03-20T19:13:27.100Z] coverage: 66.3% of statements [2022-03-20T19:13:27.100Z] ok github.com/docker/docker/opts 0.081s coverage: 66.3% of statements [2022-03-20T19:13:27.558Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.04s) [2022-03-20T19:13:27.558Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-20T19:13:29.090Z] === RUN TestPeerCertificateMarshalJSON [2022-03-20T19:13:29.090Z] 2022/03/20 19:13:28 Closing DB instances... [2022-03-20T19:13:29.546Z] === RUN TestIsArchivePathDir [2022-03-20T19:13:29.546Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-20T19:13:29.546Z] === RUN TestIsArchivePathInvalidFile [2022-03-20T19:13:29.546Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-20T19:13:29.546Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-20T19:13:29.546Z] --- PASS: TestPeerCertificateMarshalJSON (0.56s) [2022-03-20T19:13:29.546Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-20T19:13:29.546Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-20T19:13:29.546Z] === RUN TestMiddleware [2022-03-20T19:13:29.546Z] --- PASS: TestMiddleware (0.00s) [2022-03-20T19:13:29.547Z] === RUN TestNewResponseModifier [2022-03-20T19:13:29.547Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-20T19:13:29.547Z] PASS [2022-03-20T19:13:29.547Z] coverage: 26.8% of statements [2022-03-20T19:13:29.547Z] ok github.com/docker/docker/pkg/authorization 0.618s coverage: 26.8% of statements [2022-03-20T19:13:29.547Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-03-20T19:13:29.547Z] === RUN TestIsArchivePathTar [2022-03-20T19:13:29.692Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-20T19:13:29.904Z] time="2022-03-20T19:13:29Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-20T19:13:29.904Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-20T19:13:29.904Z] === RUN TestParallelCreate [2022-03-20T19:13:29.904Z] 2022/03/20 19:13:29 Closing DB instances... [2022-03-20T19:13:29.904Z] --- PASS: TestParallelCreate (0.02s) [2022-03-20T19:13:29.904Z] === RUN TestParallelDelete [2022-03-20T19:13:29.904Z] 2022/03/20 19:13:29 Closing DB instances... [2022-03-20T19:13:29.904Z] --- PASS: TestParallelDelete (0.02s) [2022-03-20T19:13:29.904Z] === RUN TestNetworkDBIslands [2022-03-20T19:13:29.904Z] time="2022-03-20T19:13:29Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5f85b4024269 with config:&{NodeID:5f85b4024269 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:29.904Z] time="2022-03-20T19:13:29Z" level=info msg="Node 5f85b4024269/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:29.904Z] time="2022-03-20T19:13:29Z" level=info msg="Node 5f85b4024269/172.23.191.22, added to nodes list" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:610cdc60a755 with config:&{NodeID:610cdc60a755 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="Node 610cdc60a755/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="Node 610cdc60a755/172.23.191.22, added to nodes list" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=debug msg="memberlist: Stream connection from=[::1]:49394" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="Node 610cdc60a755/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="Node 610cdc60a755/172.23.191.22, added to nodes list" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="Node 5f85b4024269/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=info msg="Node 5f85b4024269/172.23.191.22, added to nodes list" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-20T19:13:29.905Z] time="2022-03-20T19:13:29Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49395" [2022-03-20T19:13:29.963Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-20T19:13:30.012Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-03-20T19:13:30.012Z] === RUN TestDecompressStreamGzip [2022-03-20T19:13:30.012Z] --- PASS: TestDecompressStreamGzip (0.16s) [2022-03-20T19:13:30.012Z] === RUN TestDecompressStreamBzip2 [2022-03-20T19:13:30.012Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2022-03-20T19:13:30.012Z] === RUN TestDecompressStreamXz [2022-03-20T19:13:30.012Z] archive_test.go:133: Xz not present in msys2 [2022-03-20T19:13:30.012Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-20T19:13:30.012Z] === RUN TestDecompressStreamZstd [2022-03-20T19:13:30.361Z] time="2022-03-20T19:13:30Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1d4176a3564d with config:&{NodeID:1d4176a3564d Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, added to nodes list" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Stream connection from=[::1]:49396" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, added to nodes list" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 5f85b4024269/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 5f85b4024269/172.23.191.22, added to nodes list" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 610cdc60a755/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=info msg="Node 610cdc60a755/172.23.191.22, added to nodes list" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49397" [2022-03-20T19:13:30.362Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Failed to join 172.23.191.22: dial tcp 172.23.191.22:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-20T19:13:30.469Z] archive_test.go:140: zstd not installed [2022-03-20T19:13:30.469Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-20T19:13:30.469Z] === RUN TestCompressStreamXzUnsupported [2022-03-20T19:13:30.469Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-20T19:13:30.469Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestCompressStreamInvalid [2022-03-20T19:13:30.469Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestExtensionInvalid [2022-03-20T19:13:30.469Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestExtensionUncompressed [2022-03-20T19:13:30.469Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestExtensionBzip2 [2022-03-20T19:13:30.469Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestExtensionGzip [2022-03-20T19:13:30.469Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestExtensionXz [2022-03-20T19:13:30.469Z] --- PASS: TestExtensionXz (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestExtensionZstd [2022-03-20T19:13:30.469Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestCmdStreamLargeStderr [2022-03-20T19:13:30.469Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-20T19:13:30.469Z] === RUN TestCmdStreamBad [2022-03-20T19:13:30.469Z] archive_test.go:252: Failing on Windows CI machines [2022-03-20T19:13:30.469Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestCmdStreamGood [2022-03-20T19:13:30.469Z] === RUN TestUnbuffered [2022-03-20T19:13:30.469Z] --- PASS: TestUnbuffered (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestRaceUnbuffered [2022-03-20T19:13:30.469Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-20T19:13:30.469Z] PASS [2022-03-20T19:13:30.469Z] coverage: 100.0% of statements [2022-03-20T19:13:30.469Z] ok github.com/docker/docker/pkg/broadcaster 0.042s coverage: 100.0% of statements [2022-03-20T19:13:30.469Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-20T19:13:30.469Z] === RUN TestUntarPathWithInvalidDest [2022-03-20T19:13:30.469Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-20T19:13:30.469Z] === RUN TestUntarPathWithInvalidSrc [2022-03-20T19:13:30.469Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-20T19:13:30.469Z] === RUN TestUntarPath [2022-03-20T19:13:30.469Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-03-20T19:13:30.469Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-20T19:13:30.469Z] --- PASS: TestUntarPath (0.17s) [2022-03-20T19:13:30.469Z] === RUN TestUntarPathWithDestinationFile [2022-03-20T19:13:30.818Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:30.818Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, added to nodes list" [2022-03-20T19:13:30.926Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-20T19:13:30.926Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-20T19:13:30.926Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-20T19:13:30.926Z] === RUN TestCopyWithTarInvalidSrc [2022-03-20T19:13:30.926Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-20T19:13:30.926Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-20T19:13:30.926Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-20T19:13:30.926Z] === RUN TestCopyWithTarSrcFile [2022-03-20T19:13:30.926Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-20T19:13:30.926Z] === RUN TestCopyWithTarSrcFolder [2022-03-20T19:13:30.926Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-20T19:13:30.926Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-20T19:13:30.926Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-20T19:13:30.926Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-20T19:13:30.926Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-20T19:13:30.926Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-20T19:13:30.926Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-03-20T19:13:30.926Z] === RUN TestCopyFileWithTarSrcFile [2022-03-20T19:13:30.926Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-20T19:13:30.926Z] === RUN TestTarFiles [2022-03-20T19:13:30.926Z] === RUN TestMatch [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[foo]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[foo_bar]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[]#01 [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[qux]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-20T19:13:30.926Z] === RUN TestMatch/[[foo_baz]] [2022-03-20T19:13:30.926Z] --- PASS: TestMatch (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-20T19:13:30.926Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-20T19:13:30.926Z] PASS [2022-03-20T19:13:30.926Z] coverage: 87.5% of statements [2022-03-20T19:13:30.926Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:120264508ea4 with config:&{NodeID:120264508ea4 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Stream connection from=[::1]:49399" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 610cdc60a755/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 610cdc60a755/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 1d4176a3564d/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 5f85b4024269/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=info msg="Node 5f85b4024269/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:30Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49400" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:065f06eaf529 with config:&{NodeID:065f06eaf529 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49401" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 5f85b4024269/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 5f85b4024269/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 1d4176a3564d/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 1d4176a3564d/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 610cdc60a755/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 610cdc60a755/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49402" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.274Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:31.731Z] networkdb_test.go:835: Re-joining: 3 [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=info msg="The new bootstrap node list is:[172.23.191.22:10033 172.23.191.22:10034 172.23.191.22:10035]" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10033" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49403" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10034" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49404" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10035" [2022-03-20T19:13:31.731Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49405" [2022-03-20T19:13:31.875Z] docker_api_swarm_service_test.go:395: [dfc9f8c09b03c] joining swarm manager [d1ae91338a485]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:13:31.875Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-20T19:13:32.187Z] networkdb_test.go:835: Re-joining: 4 [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=info msg="The new bootstrap node list is:[172.23.191.22:10033 172.23.191.22:10034 172.23.191.22:10035]" [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10033" [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49406" [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10034" [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49407" [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49408" [2022-03-20T19:13:32.187Z] time="2022-03-20T19:13:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10035" [2022-03-20T19:13:32.437Z] docker_api_swarm_service_test.go:395: [d826543a7c9b0] joining swarm manager [d1ae91338a485]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:13:32.457Z] === RUN TestChrootTarUntar [2022-03-20T19:13:32.457Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-20T19:13:32.457Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootUntarEmptyArchive [2022-03-20T19:13:32.457Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootTarUntarWithSymlink [2022-03-20T19:13:32.457Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootCopyWithTar [2022-03-20T19:13:32.457Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootCopyFileWithTar [2022-03-20T19:13:32.457Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootUntarPath [2022-03-20T19:13:32.457Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-20T19:13:32.457Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-20T19:13:32.457Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:13:32.457Z] === RUN TestChrootApplyDotDotFile [2022-03-20T19:13:32.457Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:32.457Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-20T19:13:32.457Z] PASS [2022-03-20T19:13:32.457Z] coverage: 15.1% of statements [2022-03-20T19:13:32.457Z] ok github.com/docker/docker/pkg/chrootarchive 0.099s coverage: 15.1% of statements [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="node 0 leaving" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269 change state NodeActive --> NodeLeft" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="node5(065f06eaf529): Node leave event for 5f85b4024269/172.23.191.22" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269 change state NodeActive --> NodeLeft" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="node3(1d4176a3564d): Node leave event for 5f85b4024269/172.23.191.22" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=debug msg="memberlist: Failed to join 172.23.191.22: dial tcp 172.23.191.22:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269 change state NodeActive --> NodeLeft" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="node2(610cdc60a755): Node leave event for 5f85b4024269/172.23.191.22" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269 change state NodeActive --> NodeLeft" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="node4(120264508ea4): Node leave event for 5f85b4024269/172.23.191.22" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269/172.23.191.22, left gossip cluster" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269 change state NodeActive --> NodeFailed" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269/172.23.191.22, added to failed nodes list" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=error msg="node: 5f85b4024269 is unknown to memberlist" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269/172.23.191.22, left gossip cluster" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269/172.23.191.22, left gossip cluster" [2022-03-20T19:13:32.642Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269/172.23.191.22, left gossip cluster" [2022-03-20T19:13:32.923Z] 2022/03/20 19:13:32 Closing DB instances... [2022-03-20T19:13:33.000Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="Node 5f85b4024269/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="node 1 leaving" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="Node 610cdc60a755 change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="node5(065f06eaf529): Node leave event for 610cdc60a755/172.23.191.22" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="Node 610cdc60a755 change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="node3(1d4176a3564d): Node leave event for 610cdc60a755/172.23.191.22" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="Node 610cdc60a755 change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="node4(120264508ea4): Node leave event for 610cdc60a755/172.23.191.22" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="Node 610cdc60a755 change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:32Z" level=info msg="node2(610cdc60a755): Node leave event for 610cdc60a755/172.23.191.22" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:33Z" level=info msg="Node 610cdc60a755/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:33Z" level=info msg="Node 610cdc60a755/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:33Z" level=info msg="Node 610cdc60a755/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.097Z] time="2022-03-20T19:13:33Z" level=info msg="Node 610cdc60a755/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.191Z] === RUN TestMiddlewares [2022-03-20T19:13:33.191Z] --- PASS: TestMiddlewares (0.00s) [2022-03-20T19:13:33.191Z] PASS [2022-03-20T19:13:33.191Z] coverage: 9.0% of statements [2022-03-20T19:13:33.191Z] ok github.com/docker/docker/api/server 0.069s coverage: 9.0% of statements [2022-03-20T19:13:33.379Z] === RUN TestEnsureRemoveAllNotExist [2022-03-20T19:13:33.379Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-20T19:13:33.379Z] === RUN TestEnsureRemoveAllWithDir [2022-03-20T19:13:33.379Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-20T19:13:33.379Z] === RUN TestEnsureRemoveAllWithFile [2022-03-20T19:13:33.379Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-20T19:13:33.379Z] PASS [2022-03-20T19:13:33.379Z] coverage: 0.0% of statements [2022-03-20T19:13:33.379Z] ok github.com/docker/docker/pkg/containerfs 0.048s coverage: 0.0% of statements [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="node 2 leaving" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1d4176a3564d change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="node4(120264508ea4): Node leave event for 1d4176a3564d/172.23.191.22" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1d4176a3564d change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="node5(065f06eaf529): Node leave event for 1d4176a3564d/172.23.191.22" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1d4176a3564d change state NodeActive --> NodeLeft" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="node3(1d4176a3564d): Node leave event for 1d4176a3564d/172.23.191.22" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1d4176a3564d/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1d4176a3564d/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.553Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1d4176a3564d/172.23.191.22, left gossip cluster" [2022-03-20T19:13:33.564Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=debug msg="memberlist: Failed ping: 1d4176a3564d (timeout reached)" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.191.22:10037: use of closed network connection" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.191.22:10036: use of closed network connection" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49410" [2022-03-20T19:13:34.009Z] networkdb_test.go:867: node4: OK [2022-03-20T19:13:34.009Z] networkdb_test.go:867: node5: OK [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="node 0 coming back" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:013db47d3bfc with config:&{NodeID:013db47d3bfc Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="Node 013db47d3bfc/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="Node 013db47d3bfc/172.23.191.22, added to nodes list" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="node 1 coming back" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9524bb365856 with config:&{NodeID:9524bb365856 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="Node 9524bb365856/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="Node 9524bb365856/172.23.191.22, added to nodes list" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="node 2 coming back" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1eba08afde10 with config:&{NodeID:1eba08afde10 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1eba08afde10/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:34.009Z] time="2022-03-20T19:13:33Z" level=info msg="Node 1eba08afde10/172.23.191.22, added to nodes list" [2022-03-20T19:13:34.346Z] === RUN TestSizeEmpty [2022-03-20T19:13:34.346Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestSizeEmptyFile [2022-03-20T19:13:34.346Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestSizeNonemptyFile [2022-03-20T19:13:34.346Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-20T19:13:34.346Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-20T19:13:34.346Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-20T19:13:34.346Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestMoveToSubdir [2022-03-20T19:13:34.346Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-20T19:13:34.346Z] === RUN TestSizeNonExistingDirectory [2022-03-20T19:13:34.346Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-20T19:13:34.346Z] PASS [2022-03-20T19:13:34.346Z] coverage: 80.0% of statements [2022-03-20T19:13:34.346Z] ok github.com/docker/docker/pkg/directory 0.056s coverage: 80.0% of statements [2022-03-20T19:13:34.465Z] time="2022-03-20T19:13:34Z" level=warning msg="memberlist: Was able to connect to 1d4176a3564d but other probes failed, network may be misconfigured" [2022-03-20T19:13:34.465Z] time="2022-03-20T19:13:34Z" level=debug msg="memberlist: Failed to join 172.23.191.22: dial tcp 172.23.191.22:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-20T19:13:35.307Z] --- PASS: TestNetworkDBCRUDTableEntry (4.47s) [2022-03-20T19:13:35.307Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-20T19:13:35.307Z] === RUN TestPollerAddRemove [2022-03-20T19:13:35.307Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-20T19:13:35.307Z] === RUN TestPollerEvent [2022-03-20T19:13:35.307Z] poller_test.go:40: No chmod on Windows [2022-03-20T19:13:35.307Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-20T19:13:35.307Z] === RUN TestPollerClose [2022-03-20T19:13:35.307Z] --- PASS: TestPollerClose (0.00s) [2022-03-20T19:13:35.307Z] PASS [2022-03-20T19:13:35.307Z] coverage: 36.2% of statements [2022-03-20T19:13:35.307Z] ok github.com/docker/docker/pkg/filenotify 0.053s coverage: 36.2% of statements [2022-03-20T19:13:36.084Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-20T19:13:36.084Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-20T19:13:36.084Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-20T19:13:36.084Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-20T19:13:36.084Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-20T19:13:36.630Z] time="2022-03-20T19:13:36Z" level=debug msg="memberlist: Failed to join 172.23.191.22: dial tcp 172.23.191.22:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-20T19:13:36.838Z] === RUN TestCopyFileWithInvalidSrc [2022-03-20T19:13:36.838Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-20T19:13:36.838Z] === RUN TestCopyFileWithInvalidDest [2022-03-20T19:13:36.838Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:13:36.838Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-20T19:13:36.838Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-20T19:13:36.838Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-20T19:13:36.838Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-20T19:13:36.838Z] === RUN TestCopyFile [2022-03-20T19:13:36.838Z] --- PASS: TestCopyFile (0.00s) [2022-03-20T19:13:36.838Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-20T19:13:36.838Z] fileutils_test.go:133: Needs porting to Windows [2022-03-20T19:13:36.838Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-20T19:13:36.838Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-20T19:13:36.838Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-20T19:13:36.838Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-20T19:13:36.838Z] fileutils_test.go:179: Needs porting to Windows [2022-03-20T19:13:36.839Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestWildcardMatches [2022-03-20T19:13:36.839Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestPatternMatches [2022-03-20T19:13:36.839Z] --- PASS: TestPatternMatches (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-20T19:13:36.839Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestPatternMatchesFolderExclusions [2022-03-20T19:13:36.839Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-20T19:13:36.839Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-20T19:13:36.839Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-20T19:13:36.839Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-20T19:13:36.839Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestSingleExclamationError [2022-03-20T19:13:36.839Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestMatchesWithNoPatterns [2022-03-20T19:13:36.839Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestMatchesWithMalformedPatterns [2022-03-20T19:13:36.839Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestMatches [2022-03-20T19:13:36.839Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-20T19:13:36.839Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-20T19:13:36.839Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-20T19:13:36.839Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-20T19:13:36.839Z] --- PASS: TestMatches (0.01s) [2022-03-20T19:13:36.839Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-20T19:13:36.839Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-20T19:13:36.839Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-20T19:13:36.839Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCleanPatterns [2022-03-20T19:13:36.839Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-20T19:13:36.839Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCleanPatternsExceptionFlag [2022-03-20T19:13:36.839Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-20T19:13:36.839Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-20T19:13:36.839Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCleanPatternsErrorSingleException [2022-03-20T19:13:36.839Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCreateIfNotExistsDir [2022-03-20T19:13:36.839Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCreateIfNotExistsFile [2022-03-20T19:13:36.839Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-20T19:13:36.839Z] === RUN TestMatch [2022-03-20T19:13:36.839Z] --- PASS: TestMatch (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestCompile [2022-03-20T19:13:36.839Z] === RUN TestCompile/slash [2022-03-20T19:13:36.839Z] === RUN TestCompile/backslash [2022-03-20T19:13:36.839Z] --- PASS: TestCompile (0.00s) [2022-03-20T19:13:36.839Z] --- PASS: TestCompile/slash (0.00s) [2022-03-20T19:13:36.839Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-20T19:13:36.839Z] PASS [2022-03-20T19:13:36.839Z] coverage: 84.7% of statements [2022-03-20T19:13:36.839Z] ok github.com/docker/docker/pkg/fileutils 0.088s coverage: 84.7% of statements [2022-03-20T19:13:36.839Z] --- PASS: TestTarFiles (6.00s) [2022-03-20T19:13:36.839Z] === RUN TestDetectCompressionZstd [2022-03-20T19:13:36.839Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestTarUntar [2022-03-20T19:13:36.839Z] --- PASS: TestTarUntar (0.05s) [2022-03-20T19:13:36.839Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-20T19:13:36.839Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestTarWithOptions [2022-03-20T19:13:36.839Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-20T19:13:36.839Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-20T19:13:36.839Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-20T19:13:36.839Z] === RUN TestUntarUstarGnuConflict [2022-03-20T19:13:36.839Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-03-20T19:13:36.839Z] === RUN TestUntarInvalidFilenames [2022-03-20T19:13:36.839Z] 2022/03/20 19:13:36 Closing DB instances... [2022-03-20T19:13:37.017Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-20T19:13:37.086Z] time="2022-03-20T19:13:36Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.191.22:10033 172.23.191.22:10034 172.23.191.22:10035]" [2022-03-20T19:13:37.297Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3582075554\\dest" [2022-03-20T19:13:37.297Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-20T19:13:37.297Z] === RUN TestUntarHardlinkToSymlink [2022-03-20T19:13:37.297Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-20T19:13:37.297Z] === RUN TestUntarInvalidHardlink [2022-03-20T19:13:37.297Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4203075837\\victim\\hello" -> "../victim/hello" [2022-03-20T19:13:37.297Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1498984543\\victim\\hello" -> "/../victim/hello" [2022-03-20T19:13:37.297Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4257544208\\victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1324364689\\victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2310278681\\victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1068841339\\victim" -> "../victim" [2022-03-20T19:13:37.297Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-20T19:13:37.297Z] === RUN TestUntarInvalidSymlink [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3672289582\\dest\\dotdot" -> "../victim/hello" [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1255547823\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3879242816\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink854428649\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink517622792\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1495510314\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:37.297Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1667329181\\dest\\dir\\loophole" -> "../../victim" [2022-03-20T19:13:37.297Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-20T19:13:37.297Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-20T19:13:37.297Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-20T19:13:37.297Z] === RUN TestXGlobalNoParent [2022-03-20T19:13:37.297Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-20T19:13:37.297Z] === RUN TestReplaceFileTarWrapper [2022-03-20T19:13:37.297Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-03-20T19:13:37.297Z] === RUN TestPrefixHeaderReadable [2022-03-20T19:13:37.297Z] === RUN TestGet [2022-03-20T19:13:37.297Z] --- PASS: TestGet (0.00s) [2022-03-20T19:13:37.297Z] === RUN TestGetShortcutString [2022-03-20T19:13:37.297Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-20T19:13:37.297Z] PASS [2022-03-20T19:13:37.297Z] coverage: 42.9% of statements [2022-03-20T19:13:37.297Z] ok github.com/docker/docker/pkg/homedir 0.038s coverage: 42.9% of statements [2022-03-20T19:13:37.297Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-20T19:13:37.297Z] === RUN TestDisablePigz [2022-03-20T19:13:37.297Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-20T19:13:37.542Z] time="2022-03-20T19:13:37Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.191.22:10033 172.23.191.22:10034 172.23.191.22:10035]" [2022-03-20T19:13:37.580Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-20T19:13:37.754Z] --- PASS: TestDisablePigz (0.14s) [2022-03-20T19:13:37.754Z] === RUN TestPigz [2022-03-20T19:13:37.754Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-20T19:13:37.754Z] --- PASS: TestPigz (0.20s) [2022-03-20T19:13:37.754Z] === RUN TestNosysFileInfo [2022-03-20T19:13:37.754Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestCopyFileWithInvalidDest [2022-03-20T19:13:37.754Z] archive_windows_test.go:16: Currently fails [2022-03-20T19:13:37.754Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestCanonicalTarNameForPath [2022-03-20T19:13:37.754Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestCanonicalTarName [2022-03-20T19:13:37.754Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChmodTarEntry [2022-03-20T19:13:37.754Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestHardLinkOrder [2022-03-20T19:13:37.754Z] --- PASS: TestHardLinkOrder (0.10s) [2022-03-20T19:13:37.754Z] === RUN TestChangeString [2022-03-20T19:13:37.754Z] --- PASS: TestChangeString (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesWithNoChanges [2022-03-20T19:13:37.754Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-20T19:13:37.754Z] === RUN TestChangesWithChanges [2022-03-20T19:13:37.754Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-20T19:13:37.754Z] === RUN TestChangesWithChangesGH13590 [2022-03-20T19:13:37.754Z] changes_test.go:195: needs more investigation [2022-03-20T19:13:37.754Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesDirsEmpty [2022-03-20T19:13:37.754Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:13:37.754Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesDirsMutated [2022-03-20T19:13:37.754Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:13:37.754Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestApplyLayer [2022-03-20T19:13:37.754Z] changes_test.go:432: needs further investigation [2022-03-20T19:13:37.754Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesSizeWithHardlinks [2022-03-20T19:13:37.754Z] changes_test.go:468: needs further investigation [2022-03-20T19:13:37.754Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesSizeWithNoChanges [2022-03-20T19:13:37.754Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-20T19:13:37.754Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-20T19:13:37.754Z] === RUN TestChangesSize [2022-03-20T19:13:37.754Z] --- PASS: TestChangesSize (0.01s) [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10033" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49413" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, is the new incarnation of the shutdown node 5f85b4024269/172.23.191.22" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10034" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49414" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, is the new incarnation of the shutdown node 610cdc60a755/172.23.191.22" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10035" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49415" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 065f06eaf529/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 120264508ea4/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, is the new incarnation of the shutdown node 1d4176a3564d/172.23.191.22" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 120264508ea4/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, is the new incarnation of the shutdown node 610cdc60a755/172.23.191.22" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 9524bb365856/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, is the new incarnation of the shutdown node 5f85b4024269/172.23.191.22" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 013db47d3bfc/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, is the new incarnation of the shutdown node 1d4176a3564d/172.23.191.22" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, added to nodes list" [2022-03-20T19:13:37.999Z] time="2022-03-20T19:13:37Z" level=info msg="Node 1eba08afde10/172.23.191.22, added to nodes list" [2022-03-20T19:13:38.215Z] === RUN TestApplyLayerInvalidFilenames [2022-03-20T19:13:38.216Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames624830962\\dest" [2022-03-20T19:13:38.216Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-20T19:13:38.216Z] === RUN TestApplyLayerInvalidHardlink [2022-03-20T19:13:38.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3301184046\\victim\\hello" -> "../victim/hello" [2022-03-20T19:13:38.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink11087982\\victim\\hello" -> "/../victim/hello" [2022-03-20T19:13:38.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3541618980\\victim" -> "../victim" [2022-03-20T19:13:38.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3222661604\\victim" -> "../victim" [2022-03-20T19:13:38.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2598928239\\victim" -> "../victim" [2022-03-20T19:13:38.216Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2909874545\\victim" -> "../victim" [2022-03-20T19:13:38.216Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-20T19:13:38.216Z] === RUN TestApplyLayerInvalidSymlink [2022-03-20T19:13:38.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink539322863\\dest\\dotdot" -> "../victim/hello" [2022-03-20T19:13:38.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2164841095\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-20T19:13:38.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4103998089\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:38.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1021885234\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:38.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1963472387\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:38.216Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink681310730\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:13:38.216Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-03-20T19:13:38.216Z] === RUN TestApplyLayerWhiteouts [2022-03-20T19:13:38.216Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-20T19:13:38.216Z] === RUN TestGenerateEmptyFile [2022-03-20T19:13:38.216Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-20T19:13:38.216Z] === RUN TestGenerateWithContent [2022-03-20T19:13:38.216Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-20T19:13:38.216Z] PASS [2022-03-20T19:13:38.216Z] coverage: 62.0% of statements [2022-03-20T19:13:38.216Z] ok github.com/docker/docker/pkg/archive 8.731s coverage: 62.0% of statements [2022-03-20T19:13:38.216Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-03-20T19:13:38.216Z] === RUN TestNetworkDBNodeLeave [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=info msg="Node 1eba08afde10/172.23.191.22, joined gossip cluster" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=info msg="Node 1eba08afde10/172.23.191.22, added to nodes list" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10033" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49416" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10034" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49417" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.191.22:10035" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Stream connection from=172.23.191.22:49418" [2022-03-20T19:13:38.455Z] time="2022-03-20T19:13:38Z" level=debug msg="memberlist: Failed to join 172.23.191.22: dial tcp 172.23.191.22:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-20T19:13:38.673Z] === RUN TestCreateIDMapOrder [2022-03-20T19:13:38.673Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-20T19:13:38.673Z] PASS [2022-03-20T19:13:38.673Z] coverage: 7.2% of statements [2022-03-20T19:13:38.673Z] ok github.com/docker/docker/pkg/idtools 0.061s coverage: 7.2% of statements [2022-03-20T19:13:39.418Z] 2022/03/20 19:13:38 Closing DB instances... [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="node3(1eba08afde10): Node leave event for 013db47d3bfc/172.23.191.22" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="node5(065f06eaf529): Node leave event for 013db47d3bfc/172.23.191.22" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="node2(9524bb365856): Node leave event for 013db47d3bfc/172.23.191.22" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="node1(013db47d3bfc): Node leave event for 013db47d3bfc/172.23.191.22" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="node4(120264508ea4): Node leave event for 013db47d3bfc/172.23.191.22" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.418Z] time="2022-03-20T19:13:39Z" level=info msg="Node 013db47d3bfc/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=warning msg="memberlist: Failed to send gossip to 172.23.191.22:10034: write udp [::]:10033->172.23.191.22:10034: use of closed network connection" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856 change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="node4(120264508ea4): Node leave event for 9524bb365856/172.23.191.22" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856 change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="node3(1eba08afde10): Node leave event for 9524bb365856/172.23.191.22" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856 change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="node2(9524bb365856): Node leave event for 9524bb365856/172.23.191.22" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856 change state NodeActive --> NodeLeft" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="node5(065f06eaf529): Node leave event for 9524bb365856/172.23.191.22" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856/172.23.191.22, left gossip cluster" [2022-03-20T19:13:39.875Z] time="2022-03-20T19:13:39Z" level=info msg="Node 9524bb365856/172.23.191.22, left gossip cluster" [2022-03-20T19:13:40.206Z] === RUN TestFixedBufferCap [2022-03-20T19:13:40.207Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestFixedBufferLen [2022-03-20T19:13:40.207Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestFixedBufferString [2022-03-20T19:13:40.207Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestFixedBufferWrite [2022-03-20T19:13:40.207Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestFixedBufferRead [2022-03-20T19:13:40.207Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestBytesPipeRead [2022-03-20T19:13:40.207Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestBytesPipeWrite [2022-03-20T19:13:40.207Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-20T19:13:40.207Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:39Z" level=info msg="Node 1eba08afde10 change state NodeActive --> NodeLeft" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:39Z" level=info msg="node5(065f06eaf529): Node leave event for 1eba08afde10/172.23.191.22" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:39Z" level=info msg="Node 1eba08afde10 change state NodeActive --> NodeLeft" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:39Z" level=info msg="node4(120264508ea4): Node leave event for 1eba08afde10/172.23.191.22" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:40Z" level=info msg="Node 1eba08afde10 change state NodeActive --> NodeLeft" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:40Z" level=info msg="node3(1eba08afde10): Node leave event for 1eba08afde10/172.23.191.22" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:40Z" level=info msg="Node 1eba08afde10/172.23.191.22, left gossip cluster" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:40Z" level=info msg="Node 1eba08afde10/172.23.191.22, left gossip cluster" [2022-03-20T19:13:40.331Z] time="2022-03-20T19:13:40Z" level=info msg="Node 1eba08afde10/172.23.191.22, left gossip cluster" [2022-03-20T19:13:40.663Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-03-20T19:13:40.663Z] === RUN TestAtomicWriteToFile [2022-03-20T19:13:40.663Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-20T19:13:40.663Z] === RUN TestAtomicWriteSetCommit [2022-03-20T19:13:40.663Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-20T19:13:40.663Z] === RUN TestAtomicWriteSetCancel [2022-03-20T19:13:40.663Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-20T19:13:40.663Z] === RUN TestReadCloserWrapperClose [2022-03-20T19:13:40.663Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-20T19:13:40.663Z] === RUN TestReaderErrWrapperReadOnError [2022-03-20T19:13:40.663Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-20T19:13:40.663Z] === RUN TestReaderErrWrapperRead [2022-03-20T19:13:40.663Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-20T19:13:40.663Z] === RUN TestCancelReadCloser [2022-03-20T19:13:40.663Z] --- PASS: TestCancelReadCloser (0.11s) [2022-03-20T19:13:40.663Z] === RUN TestWriteCloserWrapperClose [2022-03-20T19:13:40.663Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-20T19:13:40.663Z] === RUN TestNopWriteCloser [2022-03-20T19:13:40.663Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-20T19:13:40.663Z] === RUN TestNopWriter [2022-03-20T19:13:40.663Z] --- PASS: TestNopWriter (0.00s) [2022-03-20T19:13:40.663Z] === RUN TestWriteCounter [2022-03-20T19:13:40.663Z] --- PASS: TestWriteCounter (0.00s) [2022-03-20T19:13:40.663Z] PASS [2022-03-20T19:13:40.663Z] coverage: 70.5% of statements [2022-03-20T19:13:40.663Z] ok github.com/docker/docker/pkg/ioutils 0.689s coverage: 70.5% of statements [2022-03-20T19:13:40.787Z] time="2022-03-20T19:13:40Z" level=debug msg="memberlist: Failed to join 172.23.191.22: dial tcp 172.23.191.22:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-20T19:13:40.787Z] time="2022-03-20T19:13:40Z" level=info msg="Node 120264508ea4 change state NodeActive --> NodeLeft" [2022-03-20T19:13:40.787Z] time="2022-03-20T19:13:40Z" level=info msg="node5(065f06eaf529): Node leave event for 120264508ea4/172.23.191.22" [2022-03-20T19:13:40.853Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-20T19:13:41.120Z] --- PASS: TestNetworkDBNodeLeave (2.93s) [2022-03-20T19:13:41.120Z] === RUN TestNetworkDBWatch [2022-03-20T19:13:41.243Z] time="2022-03-20T19:13:40Z" level=info msg="Node 120264508ea4 change state NodeActive --> NodeLeft" [2022-03-20T19:13:41.244Z] time="2022-03-20T19:13:40Z" level=info msg="node4(120264508ea4): Node leave event for 120264508ea4/172.23.191.22" [2022-03-20T19:13:41.417Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-20T19:13:41.576Z] === RUN TestError [2022-03-20T19:13:41.576Z] --- PASS: TestError (0.00s) [2022-03-20T19:13:41.576Z] === RUN TestProgressString [2022-03-20T19:13:41.576Z] === RUN TestProgressString/no_progress [2022-03-20T19:13:41.576Z] === RUN TestProgressString/progress_1 [2022-03-20T19:13:41.576Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-20T19:13:41.576Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-20T19:13:41.576Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-20T19:13:41.576Z] === RUN TestProgressString/with_units [2022-03-20T19:13:41.576Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-20T19:13:41.576Z] === RUN TestProgressString/hide_counts [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-20T19:13:41.576Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-20T19:13:41.576Z] === RUN TestJSONMessageDisplay [2022-03-20T19:13:41.701Z] time="2022-03-20T19:13:41Z" level=info msg="Node 120264508ea4/172.23.191.22, left gossip cluster" [2022-03-20T19:13:41.701Z] time="2022-03-20T19:13:41Z" level=info msg="Node 120264508ea4/172.23.191.22, left gossip cluster" [2022-03-20T19:13:42.033Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-03-20T19:13:42.033Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-20T19:13:42.033Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-20T19:13:42.033Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-20T19:13:42.033Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-20T19:13:42.033Z] === RUN TestDisplayJSONMessagesStream [2022-03-20T19:13:42.033Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-20T19:13:42.033Z] PASS [2022-03-20T19:13:42.033Z] coverage: 91.7% of statements [2022-03-20T19:13:42.033Z] ok github.com/docker/docker/pkg/jsonmessage 0.246s coverage: 91.7% of statements [2022-03-20T19:13:42.505Z] === RUN TestStandardLongPath [2022-03-20T19:13:42.505Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-20T19:13:42.505Z] === RUN TestUNCLongPath [2022-03-20T19:13:42.505Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-20T19:13:42.505Z] PASS [2022-03-20T19:13:42.505Z] coverage: 100.0% of statements [2022-03-20T19:13:42.505Z] ok github.com/docker/docker/pkg/longpath 0.047s coverage: 100.0% of statements [2022-03-20T19:13:42.664Z] time="2022-03-20T19:13:42Z" level=error msg="node4(120264508ea4) Could not close DB: timeout waiting for leave broadcast" [2022-03-20T19:13:42.664Z] time="2022-03-20T19:13:42Z" level=info msg="Node 065f06eaf529/172.23.191.22, left gossip cluster" [2022-03-20T19:13:42.664Z] time="2022-03-20T19:13:42Z" level=info msg="Node 065f06eaf529 change state NodeActive --> NodeFailed" [2022-03-20T19:13:42.664Z] time="2022-03-20T19:13:42Z" level=info msg="Node 065f06eaf529/172.23.191.22, added to failed nodes list" [2022-03-20T19:13:42.664Z] --- PASS: TestNetworkDBIslands (13.06s) [2022-03-20T19:13:42.664Z] PASS [2022-03-20T19:13:42.664Z] coverage: 60.5% of statements [2022-03-20T19:13:42.664Z] ok github.com/docker/docker/libnetwork/networkdb 105.787s coverage: 60.5% of statements [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/quota [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/rootless [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/volume [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-20T19:13:42.664Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-20T19:13:42.965Z] 2022/03/20 19:13:42 Closing DB instances... [2022-03-20T19:13:43.421Z] === RUN TestNameFormat [2022-03-20T19:13:43.421Z] --- PASS: TestNameFormat (0.00s) [2022-03-20T19:13:43.421Z] === RUN TestNameRetries [2022-03-20T19:13:43.421Z] --- PASS: TestNameRetries (0.00s) [2022-03-20T19:13:43.421Z] PASS [2022-03-20T19:13:43.421Z] coverage: 85.7% of statements [2022-03-20T19:13:43.421Z] ok github.com/docker/docker/pkg/namesgenerator 0.046s coverage: 85.7% of statements [2022-03-20T19:13:44.386Z] --- PASS: TestNetworkDBWatch (3.09s) [2022-03-20T19:13:44.386Z] === RUN TestNetworkDBBulkSync [2022-03-20T19:13:44.386Z] === RUN TestParseKeyValueOpt [2022-03-20T19:13:44.386Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-20T19:13:44.386Z] === RUN TestParseUintList [2022-03-20T19:13:44.386Z] --- PASS: TestParseUintList (0.00s) [2022-03-20T19:13:44.386Z] === RUN TestParseUintListMaximumLimits [2022-03-20T19:13:44.386Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-20T19:13:44.386Z] PASS [2022-03-20T19:13:44.386Z] coverage: 97.0% of statements [2022-03-20T19:13:44.386Z] ok github.com/docker/docker/pkg/parsers 0.087s coverage: 97.0% of statements [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === Skipped [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-20T19:13:45.557Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-20T19:13:45.557Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-20T19:13:45.557Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-20T19:13:45.557Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-20T19:13:45.557Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-03-20T19:13:45.557Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-20T19:13:45.557Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-20T19:13:45.557Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-20T19:13:45.557Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-20T19:13:45.557Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-20T19:13:45.557Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-20T19:13:45.557Z] daemon_test.go:145: root required [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-20T19:13:45.557Z] reload_test.go:342: root required [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-20T19:13:45.557Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-20T19:13:45.557Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-20T19:13:45.557Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-20T19:13:45.557Z] download_test.go:267: Needs fixing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-20T19:13:45.557Z] layer_test.go:291: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-20T19:13:45.557Z] layer_test.go:340: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-20T19:13:45.557Z] layer_test.go:455: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-20T19:13:45.557Z] layer_test.go:684: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-20T19:13:45.557Z] migration_test.go:45: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-20T19:13:45.557Z] migration_test.go:181: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-20T19:13:45.557Z] mount_test.go:17: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-20T19:13:45.557Z] mount_test.go:76: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-20T19:13:45.557Z] mount_test.go:125: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-20T19:13:45.557Z] mount_test.go:212: Failing on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-20T19:13:45.557Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-20T19:13:45.557Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-20T19:13:45.557Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-20T19:13:45.557Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-20T19:13:45.557Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-20T19:13:45.557Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-20T19:13:45.557Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-20T19:13:45.557Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-20T19:13:45.557Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-20T19:13:45.557Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-20T19:13:45.557Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-20T19:13:45.557Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:13:45.557Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:13:45.557Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:13:45.557Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:13:45.557Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:13:45.557Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:133: Xz not present in msys2 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-20T19:13:45.557Z] archive_test.go:140: zstd not installed [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:252: Failing on Windows CI machines [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:13:45.557Z] archive_windows_test.go:16: Currently fails [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-20T19:13:45.557Z] changes_test.go:195: needs more investigation [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-20T19:13:45.557Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-20T19:13:45.557Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-20T19:13:45.557Z] changes_test.go:432: needs further investigation [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-20T19:13:45.557Z] changes_test.go:468: needs further investigation [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.02s) [2022-03-20T19:13:45.557Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-20T19:13:45.557Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-20T19:13:45.557Z] poller_test.go:40: No chmod on Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-20T19:13:45.557Z] fileutils_test.go:133: Needs porting to Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-20T19:13:45.557Z] fileutils_test.go:179: Needs porting to Windows [2022-03-20T19:13:45.557Z] [2022-03-20T19:13:45.557Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-20T19:13:45.557Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.558Z] [2022-03-20T19:13:45.558Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-20T19:13:45.558Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.558Z] [2022-03-20T19:13:45.558Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-20T19:13:45.558Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:13:45.558Z] [2022-03-20T19:13:45.558Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-20T19:13:45.558Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-20T19:13:45.558Z] [2022-03-20T19:13:45.558Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-20T19:13:45.558Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-20T19:13:45.558Z] [2022-03-20T19:13:45.558Z] DONE 2091 tests, 70 skipped in 296.247s [2022-03-20T19:13:45.558Z] INFO: make.ps1 ended at 03/20/2022 19:13:45 [2022-03-20T19:13:45.918Z] 2022/03/20 19:13:45 Closing DB instances... [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-03-20T19:13:46.375Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-03-20T19:13:46.375Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-03-20T19:13:46.375Z] PASS [2022-03-20T19:13:46.375Z] coverage: 36.4% of statements [2022-03-20T19:13:46.375Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.187s coverage: 36.4% of statements [2022-03-20T19:13:46.666Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-20T19:13:46.666Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-20T19:13:46.666Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-20T19:13:46.922Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-20T19:13:47.340Z] --- PASS: TestNetworkDBBulkSync (2.92s) [2022-03-20T19:13:47.340Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-20T19:13:47.726Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-20T19:13:47.726Z] INFO: Unit tests ended at 03/20/2022 19:13:47. Duration:00:05:11.9369131 [2022-03-20T19:13:47.726Z] INFO: Building busybox [2022-03-20T19:13:47.726Z] Sending build context to Docker daemon 5.12kB [2022-03-20T19:13:47.726Z] [2022-03-20T19:13:47.726Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-20T19:13:47.726Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-20T19:13:47.726Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-20T19:13:47.726Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-20T19:13:47.726Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-20T19:13:47.726Z] ---> 02f938cacc3b [2022-03-20T19:13:47.726Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-20T19:13:47.726Z] ---> Running in eb5f4ac15ae6 [2022-03-20T19:13:47.859Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-20T19:13:47.859Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-20T19:13:48.309Z] === RUN TestNewAndRemove [2022-03-20T19:13:48.309Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-20T19:13:48.309Z] === RUN TestRemoveInvalidPath [2022-03-20T19:13:48.309Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-20T19:13:48.309Z] PASS [2022-03-20T19:13:48.309Z] coverage: 82.6% of statements [2022-03-20T19:13:48.309Z] ok github.com/docker/docker/pkg/pidfile 0.083s coverage: 82.6% of statements [2022-03-20T19:13:48.793Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-20T19:13:49.725Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-20T19:13:49.982Z] docker_api_swarm_service_test.go:343: [d798628422b5f] joining swarm manager [d957f70c71ed0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:13:50.548Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-20T19:13:50.806Z] docker_api_swarm_service_test.go:343: [d99dc920cac43] joining swarm manager [d957f70c71ed0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:13:52.037Z] 2022/03/20 19:13:51 Closing DB instances... [2022-03-20T19:13:52.037Z] time="2022-03-20T19:13:51Z" level=error msg="node: 5030fa4368a0 is unknown to memberlist" [2022-03-20T19:13:52.037Z] time="2022-03-20T19:13:51Z" level=error msg="node: 5030fa4368a0 is unknown to memberlist" [2022-03-20T19:13:52.037Z] time="2022-03-20T19:13:51Z" level=error msg="node: 5030fa4368a0 is unknown to memberlist" [2022-03-20T19:13:53.003Z] === RUN TestFailedConnection [2022-03-20T19:13:53.333Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-20T19:13:53.460Z] --- PASS: TestGetAddress (30.80s) [2022-03-20T19:13:53.460Z] === RUN TestRequestSyntaxCheck [2022-03-20T19:13:53.460Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-20T19:13:53.460Z] === RUN TestRequest [2022-03-20T19:13:53.505Z] Removing intermediate container eb5f4ac15ae6 [2022-03-20T19:13:53.505Z] ---> a305eab01587 [2022-03-20T19:13:53.505Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-20T19:13:53.505Z] ---> Running in 41cd12a3308f [2022-03-20T19:13:53.505Z] Removing intermediate container 41cd12a3308f [2022-03-20T19:13:53.505Z] ---> c842fb4ae237 [2022-03-20T19:13:53.505Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-20T19:13:53.505Z] ---> Running in 98c1b4d266ed [2022-03-20T19:13:53.896Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-20T19:13:53.962Z] Removing intermediate container 98c1b4d266ed [2022-03-20T19:13:53.962Z] ---> f7e64a1a9c3b [2022-03-20T19:13:53.962Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-20T19:13:54.425Z] --- PASS: TestNetworkDBCRUDMediumCluster (7.22s) [2022-03-20T19:13:54.425Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-20T19:13:54.828Z] === RUN TestDockerSuite/TestLogsSince [2022-03-20T19:13:54.881Z] --- PASS: TestFailedConnection (2.16s) [2022-03-20T19:13:54.881Z] === RUN TestFailOnce [2022-03-20T19:13:55.338Z] 2022/03/20 19:13:54 http: panic serving 127.0.0.1:49302: Plugin not ready [2022-03-20T19:13:55.338Z] goroutine 34 [running]: [2022-03-20T19:13:55.338Z] net/http.(*conn).serve.func1() [2022-03-20T19:13:55.338Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-20T19:13:55.338Z] panic({0x693700, 0x7dd030}) [2022-03-20T19:13:55.338Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-20T19:13:55.338Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001a7a70?) [2022-03-20T19:13:55.338Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-20T19:13:55.338Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x7e2838?, 0xc0001b2000?}, 0x5eda46?) [2022-03-20T19:13:55.338Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-20T19:13:55.338Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x7e2838, 0xc0001b2000}, 0xc00019e100) [2022-03-20T19:13:55.338Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-03-20T19:13:55.338Z] net/http.serverHandler.ServeHTTP({0x7e0e58?}, {0x7e2838, 0xc0001b2000}, 0xc00019e100) [2022-03-20T19:13:55.338Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-20T19:13:55.338Z] net/http.(*conn).serve(0xc0000a6000, {0x7e2d38, 0xc0000880c0}) [2022-03-20T19:13:55.338Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-20T19:13:55.338Z] created by net/http.(*Server).Serve [2022-03-20T19:13:55.338Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-20T19:13:55.338Z] time="2022-03-20T19:13:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.FailOnce: Post \"http://127.0.0.1:49301/Test.FailOnce\": EOF, retrying in 1s" [2022-03-20T19:13:55.338Z] 2022/03/20 19:13:55 Closing DB instances... [2022-03-20T19:13:55.489Z] [2022-03-20T19:13:55.489Z] ---> 13bd976be819 [2022-03-20T19:13:55.489Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-20T19:13:55.945Z] ---> Running in 006f2e159df6 [2022-03-20T19:13:56.302Z] --- PASS: TestFailOnce (1.24s) [2022-03-20T19:13:56.302Z] === RUN TestEchoInputOutput [2022-03-20T19:13:56.302Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-20T19:13:56.302Z] === RUN TestBackoff [2022-03-20T19:13:56.302Z] --- PASS: TestBackoff (0.00s) [2022-03-20T19:13:56.302Z] === RUN TestAbortRetry [2022-03-20T19:13:56.302Z] --- PASS: TestAbortRetry (0.00s) [2022-03-20T19:13:56.302Z] === RUN TestClientScheme [2022-03-20T19:13:56.302Z] --- PASS: TestClientScheme (0.00s) [2022-03-20T19:13:56.302Z] === RUN TestNewClientWithTimeout [2022-03-20T19:13:56.758Z] time="2022-03-20T19:13:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-20T19:13:57.215Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-03-20T19:13:57.215Z] === RUN TestNetworkDBGarbageCollection [2022-03-20T19:13:58.177Z] time="2022-03-20T19:13:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-20T19:14:01.076Z] time="2022-03-20T19:14:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-20T19:14:01.381Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-20T19:14:03.245Z] --- PASS: TestRequest (9.66s) [2022-03-20T19:14:03.245Z] === RUN TestOverlappingRequests [2022-03-20T19:14:03.245Z] --- PASS: TestOverlappingRequests (0.45s) [2022-03-20T19:14:03.245Z] === RUN TestRelease [2022-03-20T19:14:04.785Z] --- PASS: TestRelease (1.57s) [2022-03-20T19:14:04.785Z] === RUN TestAllocateRandomDeallocate [2022-03-20T19:14:05.242Z] time="2022-03-20T19:14:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-20T19:14:05.555Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-20T19:14:06.238Z] Removing intermediate container 006f2e159df6 [2022-03-20T19:14:06.238Z] ---> 4b3663feac85 [2022-03-20T19:14:06.238Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-20T19:14:06.238Z] ---> Running in 9b3c5eaf9ed8 [2022-03-20T19:14:06.922Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-20T19:14:06.922Z] docker_api_swarm_service_test.go:490: [dd46cc7d851ac] joining swarm manager [dff899dc53bae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:14:07.178Z] === RUN TestDockerSuite/TestLogsTail [2022-03-20T19:14:07.199Z] [2022-03-20T19:14:07.199Z] SUCCESS: Specified value was saved. [2022-03-20T19:14:07.740Z] docker_api_swarm_service_test.go:490: [d377c25b412aa] joining swarm manager [dff899dc53bae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:14:07.740Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-20T19:14:08.137Z] === RUN TestParseEmptyInterface [2022-03-20T19:14:08.137Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-20T19:14:08.137Z] === RUN TestParseNonInterfaceType [2022-03-20T19:14:08.137Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-20T19:14:08.137Z] === RUN TestParseWithOneFunction [2022-03-20T19:14:08.137Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-20T19:14:08.137Z] === RUN TestParseWithMultipleFuncs [2022-03-20T19:14:08.137Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-20T19:14:08.137Z] === RUN TestParseWithUnnamedReturn [2022-03-20T19:14:08.138Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-20T19:14:08.138Z] === RUN TestEmbeddedInterface [2022-03-20T19:14:08.138Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-20T19:14:08.138Z] === RUN TestParsedImports [2022-03-20T19:14:08.138Z] --- PASS: TestParsedImports (0.00s) [2022-03-20T19:14:08.138Z] === RUN TestAliasedImports [2022-03-20T19:14:08.138Z] --- PASS: TestAliasedImports (0.00s) [2022-03-20T19:14:08.138Z] PASS [2022-03-20T19:14:08.138Z] coverage: 56.8% of statements [2022-03-20T19:14:08.138Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.056s coverage: 56.8% of statements [2022-03-20T19:14:08.670Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-20T19:14:09.234Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-20T19:14:09.490Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-20T19:14:09.589Z] ok github.com/docker/docker/cmd/dockerd 0.091s coverage: 29.3% of statements [2022-03-20T19:14:09.589Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-03-20T19:14:09.589Z] ok github.com/docker/docker/cmd/dockerd/trap 2.519s coverage: 0.0% of statements [2022-03-20T19:14:09.589Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-20T19:14:09.589Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-20T19:14:09.589Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-20T19:14:09.589Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-20T19:14:09.589Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-20T19:14:09.762Z] === RUN TestHTTPTransport [2022-03-20T19:14:09.762Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-20T19:14:09.762Z] PASS [2022-03-20T19:14:09.762Z] coverage: 85.7% of statements [2022-03-20T19:14:09.762Z] ok github.com/docker/docker/pkg/plugins/transport 0.055s coverage: 85.7% of statements [2022-03-20T19:14:09.762Z] --- PASS: TestAllocateRandomDeallocate (4.79s) [2022-03-20T19:14:09.762Z] === RUN TestRetrieveFromStore [2022-03-20T19:14:10.055Z] === RUN TestDockerSuite/TestNetHostname [2022-03-20T19:14:10.097Z] Removing intermediate container 9b3c5eaf9ed8 [2022-03-20T19:14:10.097Z] ---> 08cb59c8ff9a [2022-03-20T19:14:10.097Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-20T19:14:10.097Z] ---> Running in 8fceada5fee9 [2022-03-20T19:14:10.228Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-20T19:14:10.228Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-20T19:14:10.228Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-20T19:14:10.228Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-20T19:14:10.228Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-20T19:14:10.228Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-20T19:14:10.228Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-20T19:14:10.228Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-20T19:14:10.228Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-20T19:14:10.228Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-20T19:14:10.228Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-20T19:14:10.228Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-20T19:14:10.228Z] === RUN TestBufferPoolPutAndGet [2022-03-20T19:14:10.228Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-20T19:14:10.228Z] PASS [2022-03-20T19:14:10.228Z] coverage: 88.2% of statements [2022-03-20T19:14:10.228Z] ok github.com/docker/docker/pkg/pools 0.065s coverage: 88.2% of statements [2022-03-20T19:14:11.192Z] === RUN TestOutputOnPrematureClose [2022-03-20T19:14:11.192Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-20T19:14:11.192Z] === RUN TestCompleteSilently [2022-03-20T19:14:11.192Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-20T19:14:11.192Z] PASS [2022-03-20T19:14:11.192Z] coverage: 75.9% of statements [2022-03-20T19:14:11.192Z] ok github.com/docker/docker/pkg/progress 0.049s coverage: 75.9% of statements [2022-03-20T19:14:11.192Z] --- PASS: TestRetrieveFromStore (1.65s) [2022-03-20T19:14:11.192Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-20T19:14:11.192Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-20T19:14:11.192Z] === RUN TestParallelPredefinedRequest1 [2022-03-20T19:14:11.192Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-20T19:14:11.192Z] === RUN TestParallelPredefinedRequest2 [2022-03-20T19:14:11.192Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-20T19:14:11.192Z] === RUN TestParallelPredefinedRequest3 [2022-03-20T19:14:11.192Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-20T19:14:11.192Z] === RUN TestParallelPredefinedRequest4 [2022-03-20T19:14:11.192Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-20T19:14:11.192Z] === RUN TestParallelPredefinedRequest5 [2022-03-20T19:14:11.192Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-20T19:14:11.192Z] === RUN TestDebug [2022-03-20T19:14:11.192Z] --- PASS: TestDebug (0.00s) [2022-03-20T19:14:11.192Z] === RUN TestRequestPoolParallel [2022-03-20T19:14:11.424Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-20T19:14:11.650Z] === RUN TestSendToOneSub [2022-03-20T19:14:11.650Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-20T19:14:11.650Z] === RUN TestSendToMultipleSubs [2022-03-20T19:14:11.650Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-20T19:14:11.651Z] === RUN TestEvictOneSub [2022-03-20T19:14:11.651Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-20T19:14:11.651Z] === RUN TestClosePublisher [2022-03-20T19:14:11.651Z] --- PASS: TestClosePublisher (0.00s) [2022-03-20T19:14:11.651Z] === RUN TestPubSubRace [2022-03-20T19:14:11.682Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-20T19:14:12.108Z] --- PASS: TestRequestPoolParallel (0.51s) [2022-03-20T19:14:12.108Z] === RUN TestFullAllocateRelease [2022-03-20T19:14:12.565Z] --- PASS: TestFullAllocateRelease (0.48s) [2022-03-20T19:14:12.565Z] === RUN TestOddAllocateRelease [2022-03-20T19:14:12.565Z] --- PASS: TestOddAllocateRelease (0.28s) [2022-03-20T19:14:12.565Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-20T19:14:12.565Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-20T19:14:12.565Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-20T19:14:12.565Z] --- PASS: TestPubSubRace (1.07s) [2022-03-20T19:14:12.565Z] PASS [2022-03-20T19:14:12.565Z] coverage: 75.0% of statements [2022-03-20T19:14:12.565Z] ok github.com/docker/docker/pkg/pubsub 1.120s coverage: 75.0% of statements [2022-03-20T19:14:13.021Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-20T19:14:13.021Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-20T19:14:13.021Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest1 [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest4 [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest3 [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest1 [2022-03-20T19:14:13.021Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest4 [2022-03-20T19:14:13.021Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest5 [2022-03-20T19:14:13.021Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:14:13.021Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest2 [2022-03-20T19:14:13.021Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:14:13.021Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:14:13.021Z] === CONT TestParallelPredefinedRequest3 [2022-03-20T19:14:13.021Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:14:13.021Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:14:13.021Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:14:13.021Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:14:13.021Z] PASS [2022-03-20T19:14:13.021Z] coverage: 85.3% of statements [2022-03-20T19:14:13.021Z] ok github.com/docker/docker/libnetwork/ipam 59.274s coverage: 85.3% of statements [2022-03-20T19:14:13.479Z] === RUN TestRegister [2022-03-20T19:14:13.479Z] --- PASS: TestRegister (0.00s) [2022-03-20T19:14:13.479Z] === RUN TestCommand [2022-03-20T19:14:13.479Z] --- PASS: TestCommand (0.03s) [2022-03-20T19:14:13.479Z] === RUN TestNaiveSelf [2022-03-20T19:14:13.479Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-20T19:14:13.479Z] PASS [2022-03-20T19:14:13.479Z] coverage: 82.4% of statements [2022-03-20T19:14:13.479Z] ok github.com/docker/docker/pkg/reexec 0.110s coverage: 82.4% of statements [2022-03-20T19:14:13.808Z] ok github.com/docker/docker/daemon/cluster 0.081s coverage: 0.5% of statements [2022-03-20T19:14:13.936Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-20T19:14:13.936Z] === RUN TestClientStream [2022-03-20T19:14:13.936Z] --- PASS: TestClientStream (0.01s) [2022-03-20T19:14:13.936Z] === RUN TestClientSendFile [2022-03-20T19:14:13.936Z] --- PASS: TestClientSendFile (0.00s) [2022-03-20T19:14:13.936Z] === RUN TestClientWithRequestTimeout [2022-03-20T19:14:13.936Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-20T19:14:13.936Z] === RUN TestFileSpecPlugin [2022-03-20T19:14:13.936Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-20T19:14:13.936Z] === RUN TestFileJSONSpecPlugin [2022-03-20T19:14:13.936Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-20T19:14:13.936Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-20T19:14:13.936Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-20T19:14:13.936Z] === RUN TestPluginAddHandler [2022-03-20T19:14:13.936Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-20T19:14:13.936Z] === RUN TestPluginWaitBadPlugin [2022-03-20T19:14:13.936Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-20T19:14:13.936Z] === RUN TestGet [2022-03-20T19:14:13.936Z] time="2022-03-20T19:14:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-20T19:14:14.393Z] === RUN TestDump [2022-03-20T19:14:14.393Z] goroutine 35 [running]: [2022-03-20T19:14:14.393Z] github.com/docker/docker/pkg/stack.dump(0x1f2d57?) [2022-03-20T19:14:14.393Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-20T19:14:14.393Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-20T19:14:14.393Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-20T19:14:14.393Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-03-20T19:14:14.393Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-20T19:14:14.393Z] testing.tRunner(0xc0001451e0, 0x3ba498) [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:14:14.393Z] created by testing.(*T).Run [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-20T19:14:14.393Z] [2022-03-20T19:14:14.393Z] goroutine 1 [chan receive]: [2022-03-20T19:14:14.393Z] testing.(*T).Run(0xc000145040, {0x3a913c?, 0x1cc1f3?}, 0x3ba498) [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-20T19:14:14.393Z] testing.runTests.func1(0xc000132810?) [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-20T19:14:14.393Z] testing.tRunner(0xc000145040, 0xc00013dca0) [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:14:14.393Z] testing.runTests(0xc000110500?, {0x53e400, 0x3, 0x3}, {0x1b51d870a28?, 0x40?, 0x5434a0?}) [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-20T19:14:14.393Z] testing.(*M).Run(0xc000110500) [2022-03-20T19:14:14.393Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-20T19:14:14.393Z] main.main() [2022-03-20T19:14:14.393Z] _testmain.go:99 +0x255 [2022-03-20T19:14:14.393Z] --- PASS: TestDump (0.00s) [2022-03-20T19:14:14.393Z] === RUN TestDumpToFile [2022-03-20T19:14:14.804Z] Cannot create a file when that file already exists. [2022-03-20T19:14:14.853Z] --- PASS: TestDumpToFile (0.22s) [2022-03-20T19:14:14.853Z] === RUN TestDumpToFileWithEmptyInput [2022-03-20T19:14:14.853Z] goroutine 3 [running]: [2022-03-20T19:14:14.853Z] github.com/docker/docker/pkg/stack.dump(0x26ecd3?) [2022-03-20T19:14:14.853Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-20T19:14:14.853Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x26eca0?}) [2022-03-20T19:14:14.853Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-03-20T19:14:14.853Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0?) [2022-03-20T19:14:14.853Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-20T19:14:14.853Z] testing.tRunner(0xc000030b60, 0x3ba488) [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:14:14.853Z] created by testing.(*T).Run [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-20T19:14:14.853Z] [2022-03-20T19:14:14.853Z] goroutine 1 [chan receive]: [2022-03-20T19:14:14.853Z] testing.(*T).Run(0xc000145040, {0x3b0713?, 0x1cc1f3?}, 0x3ba488) [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-20T19:14:14.853Z] testing.runTests.func1(0xc000132810?) [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-20T19:14:14.853Z] testing.tRunner(0xc000145040, 0xc00013dca0) [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:14:14.853Z] testing.runTests(0xc000110500?, {0x53e400, 0x3, 0x3}, {0x1b51d870a28?, 0x40?, 0x5434a0?}) [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-20T19:14:14.853Z] testing.(*M).Run(0xc000110500) [2022-03-20T19:14:14.853Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-20T19:14:14.853Z] main.main() [2022-03-20T19:14:14.853Z] _testmain.go:99 +0x255 [2022-03-20T19:14:14.853Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-20T19:14:14.853Z] PASS [2022-03-20T19:14:14.853Z] coverage: 90.9% of statements [2022-03-20T19:14:14.853Z] ok github.com/docker/docker/pkg/stack 0.269s coverage: 90.9% of statements [2022-03-20T19:14:14.853Z] time="2022-03-20T19:14:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-20T19:14:15.198Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.021s coverage: 65.3% of statements [2022-03-20T19:14:15.311Z] === RUN TestNewStdWriter [2022-03-20T19:14:15.311Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-20T19:14:15.311Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestWriteWithNilBytes [2022-03-20T19:14:15.311Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestWrite [2022-03-20T19:14:15.311Z] --- PASS: TestWrite (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestWriteWithWriterError [2022-03-20T19:14:15.311Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-20T19:14:15.311Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyWriteAndRead [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-20T19:14:15.311Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-20T19:14:15.311Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-20T19:14:15.311Z] PASS [2022-03-20T19:14:15.311Z] coverage: 100.0% of statements [2022-03-20T19:14:15.311Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2022-03-20T19:14:16.144Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-03-20T19:14:16.277Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-20T19:14:16.277Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-20T19:14:16.277Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestFormatStatus [2022-03-20T19:14:16.277Z] --- PASS: TestFormatStatus (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestFormatError [2022-03-20T19:14:16.277Z] --- PASS: TestFormatError (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestFormatJSONError [2022-03-20T19:14:16.277Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-20T19:14:16.277Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-20T19:14:16.277Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestNewJSONProgressOutput [2022-03-20T19:14:16.277Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestAuxFormatterEmit [2022-03-20T19:14:16.277Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestStreamWriterStdout [2022-03-20T19:14:16.277Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-20T19:14:16.277Z] === RUN TestStreamWriterStderr [2022-03-20T19:14:16.277Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-20T19:14:16.277Z] PASS [2022-03-20T19:14:16.277Z] coverage: 66.2% of statements [2022-03-20T19:14:16.277Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2022-03-20T19:14:16.735Z] === RUN TestGenerateRandomID [2022-03-20T19:14:16.735Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-20T19:14:16.735Z] === RUN TestShortenId [2022-03-20T19:14:16.735Z] --- PASS: TestShortenId (0.00s) [2022-03-20T19:14:16.735Z] === RUN TestShortenSha256Id [2022-03-20T19:14:16.735Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-20T19:14:16.735Z] === RUN TestShortenIdEmpty [2022-03-20T19:14:16.735Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-20T19:14:16.735Z] === RUN TestShortenIdInvalid [2022-03-20T19:14:16.735Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-20T19:14:16.735Z] === RUN TestIsShortIDNonHex [2022-03-20T19:14:16.735Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-20T19:14:16.735Z] === RUN TestIsShortIDNotCorrectSize [2022-03-20T19:14:16.735Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-20T19:14:16.735Z] PASS [2022-03-20T19:14:16.735Z] coverage: 70.6% of statements [2022-03-20T19:14:16.735Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2022-03-20T19:14:17.191Z] time="2022-03-20T19:14:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-20T19:14:17.646Z] === RUN TestIsCpusetListAvailable [2022-03-20T19:14:17.646Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-20T19:14:17.646Z] PASS [2022-03-20T19:14:17.646Z] coverage: 39.4% of statements [2022-03-20T19:14:17.647Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 39.4% of statements [2022-03-20T19:14:18.235Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-20T19:14:18.491Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-20T19:14:18.746Z] === RUN TestDockerSuite/TestPluginActive [2022-03-20T19:14:19.814Z] === RUN TestChtimes [2022-03-20T19:14:19.814Z] --- PASS: TestChtimes (0.01s) [2022-03-20T19:14:19.814Z] === RUN TestChtimesWindows [2022-03-20T19:14:19.814Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-20T19:14:19.814Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-20T19:14:19.814Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-20T19:14:19.814Z] PASS [2022-03-20T19:14:19.814Z] coverage: 13.0% of statements [2022-03-20T19:14:19.814Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 13.0% of statements [2022-03-20T19:14:20.271Z] === RUN TestTailFile [2022-03-20T19:14:20.271Z] --- PASS: TestTailFile (0.00s) [2022-03-20T19:14:20.271Z] === RUN TestTailFileManyLines [2022-03-20T19:14:20.271Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-20T19:14:20.271Z] === RUN TestTailEmptyFile [2022-03-20T19:14:20.271Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-20T19:14:20.271Z] === RUN TestTailNegativeN [2022-03-20T19:14:20.271Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader [2022-03-20T19:14:20.271Z] === CONT TestNewTailReader [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/no_delimiter [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-20T19:14:20.271Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/truncated_last_line [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-20T19:14:20.271Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.272Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.272Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.272Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.273Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.273Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.594Z] Removing intermediate container 8fceada5fee9 [2022-03-20T19:14:20.594Z] ---> 47fc77f7396b [2022-03-20T19:14:20.594Z] Step 13/13 : CMD ["sh"] [2022-03-20T19:14:20.594Z] ---> Running in c04cc8bff3f2 [2022-03-20T19:14:20.594Z] Removing intermediate container c04cc8bff3f2 [2022-03-20T19:14:20.594Z] ---> 046ece8ee0fa [2022-03-20T19:14:20.594Z] Successfully built 046ece8ee0fa [2022-03-20T19:14:20.594Z] Successfully tagged busybox:latest [2022-03-20T19:14:20.594Z] INFO: Docker images of the daemon under test [2022-03-20T19:14:20.594Z] [2022-03-20T19:14:20.594Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-20T19:14:20.594Z] busybox latest 046ece8ee0fa Less than a second ago 5.01GB [2022-03-20T19:14:20.594Z] microsoft/windowsservercore latest 02f938cacc3b 2 weeks ago 4.96GB [2022-03-20T19:14:20.594Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 2 weeks ago 4.96GB [2022-03-20T19:14:20.594Z] [2022-03-20T19:14:20.594Z] INFO: Running integration tests at 03/20/2022 19:14:20... [2022-03-20T19:14:20.594Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-20T19:14:20.594Z] INFO: Integration API tests being run from the host: [2022-03-20T19:14:20.594Z] INFO: make.ps1 starting at 03/20/2022 19:14:20 [2022-03-20T19:14:20.636Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-20T19:14:20.636Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-20T19:14:20.732Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.732Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.732Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:14:20.732Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.732Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.732Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.733Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.733Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.733Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.734Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:20.736Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:14:21.199Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.199Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:14:21.200Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.201Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:14:21.202Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:14:21.202Z] PASS [2022-03-20T19:14:21.202Z] coverage: 88.6% of statements [2022-03-20T19:14:21.202Z] ok github.com/docker/docker/pkg/tailfile 0.269s coverage: 88.6% of statements [2022-03-20T19:14:21.202Z] time="2022-03-20T19:14:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-20T19:14:22.129Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-20T19:14:22.166Z] === RUN TestTarSumRemoveNonExistent [2022-03-20T19:14:22.166Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-20T19:14:22.166Z] === RUN TestTarSumRemove [2022-03-20T19:14:22.166Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestSortFileInfoSums [2022-03-20T19:14:22.166Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestNewTarSumForLabelInvalid [2022-03-20T19:14:22.166Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestNewTarSumForLabel [2022-03-20T19:14:22.166Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestEmptyTar [2022-03-20T19:14:22.166Z] --- PASS: TestEmptyTar (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestTarSumsReadSize [2022-03-20T19:14:22.166Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-20T19:14:22.166Z] === RUN TestTarSums [2022-03-20T19:14:22.166Z] --- PASS: TestTarSums (0.08s) [2022-03-20T19:14:22.166Z] === RUN TestIteration [2022-03-20T19:14:22.166Z] --- PASS: TestIteration (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestVersionLabelForChecksum [2022-03-20T19:14:22.166Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestVersion [2022-03-20T19:14:22.166Z] --- PASS: TestVersion (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestGetVersion [2022-03-20T19:14:22.166Z] --- PASS: TestGetVersion (0.00s) [2022-03-20T19:14:22.166Z] === RUN TestGetVersions [2022-03-20T19:14:22.166Z] --- PASS: TestGetVersions (0.00s) [2022-03-20T19:14:22.166Z] PASS [2022-03-20T19:14:22.166Z] coverage: 89.3% of statements [2022-03-20T19:14:22.166Z] ok github.com/docker/docker/pkg/tarsum 0.143s coverage: 89.3% of statements [2022-03-20T19:14:22.622Z] === RUN TestTruncIndex [2022-03-20T19:14:23.079Z] --- PASS: TestTruncIndex (0.10s) [2022-03-20T19:14:23.079Z] PASS [2022-03-20T19:14:23.079Z] coverage: 91.5% of statements [2022-03-20T19:14:23.079Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2022-03-20T19:14:23.536Z] === RUN TestIsGIT [2022-03-20T19:14:23.536Z] --- PASS: TestIsGIT (0.00s) [2022-03-20T19:14:23.536Z] === RUN TestIsTransport [2022-03-20T19:14:23.536Z] --- PASS: TestIsTransport (0.00s) [2022-03-20T19:14:23.536Z] PASS [2022-03-20T19:14:23.536Z] coverage: 100.0% of statements [2022-03-20T19:14:23.536Z] ok github.com/docker/docker/pkg/urlutil 0.044s coverage: 100.0% of statements [2022-03-20T19:14:23.993Z] === RUN TestVersionInfo [2022-03-20T19:14:23.993Z] --- PASS: TestVersionInfo (0.00s) [2022-03-20T19:14:23.993Z] === RUN TestAppendVersions [2022-03-20T19:14:23.993Z] --- PASS: TestAppendVersions (0.00s) [2022-03-20T19:14:23.993Z] PASS [2022-03-20T19:14:24.288Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-03-20T19:14:24.288Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.0% of statements [2022-03-20T19:14:24.452Z] coverage: 88.9% of statements [2022-03-20T19:14:24.452Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2022-03-20T19:14:24.861Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-20T19:14:25.440Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-20T19:14:25.440Z] ok github.com/docker/docker/daemon 10.172s coverage: 17.1% of statements [2022-03-20T19:14:25.440Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-20T19:14:25.440Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-20T19:14:25.440Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-20T19:14:25.440Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-20T19:14:26.625Z] === RUN TestValidatePrivileges [2022-03-20T19:14:26.625Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-20T19:14:26.625Z] === RUN TestFilterByCapNeg [2022-03-20T19:14:26.625Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-20T19:14:26.625Z] === RUN TestFilterByCapPos [2022-03-20T19:14:26.625Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-20T19:14:26.625Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-20T19:14:26.625Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-20T19:14:26.625Z] PASS [2022-03-20T19:14:26.625Z] coverage: 12.0% of statements [2022-03-20T19:14:26.625Z] ok github.com/docker/docker/plugin 0.058s coverage: 12.0% of statements [2022-03-20T19:14:27.081Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-20T19:14:27.081Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-20T19:14:27.081Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-20T19:14:27.081Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-20T19:14:27.190Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-20T19:14:27.363Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.799s coverage: 74.6% of statements [2022-03-20T19:14:27.447Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-20T19:14:27.447Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-20T19:14:27.447Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-20T19:14:27.540Z] === RUN TestNewSettable [2022-03-20T19:14:27.540Z] --- PASS: TestNewSettable (0.00s) [2022-03-20T19:14:27.540Z] === RUN TestIsSettable [2022-03-20T19:14:27.540Z] --- PASS: TestIsSettable (0.00s) [2022-03-20T19:14:27.540Z] === RUN TestUpdateSettingsEnv [2022-03-20T19:14:27.540Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-20T19:14:27.540Z] PASS [2022-03-20T19:14:27.540Z] coverage: 20.0% of statements [2022-03-20T19:14:27.540Z] ok github.com/docker/docker/plugin/v2 0.054s coverage: 20.0% of statements [2022-03-20T19:14:27.940Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-03-20T19:14:27.999Z] === RUN TestLoad [2022-03-20T19:14:27.999Z] --- PASS: TestLoad (0.00s) [2022-03-20T19:14:27.999Z] === RUN TestSave [2022-03-20T19:14:27.999Z] --- PASS: TestSave (0.03s) [2022-03-20T19:14:27.999Z] === RUN TestAddDeleteGet [2022-03-20T19:14:27.999Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-20T19:14:27.999Z] === RUN TestInvalidTags [2022-03-20T19:14:27.999Z] --- PASS: TestInvalidTags (0.01s) [2022-03-20T19:14:27.999Z] PASS [2022-03-20T19:14:27.999Z] coverage: 84.4% of statements [2022-03-20T19:14:27.999Z] ok github.com/docker/docker/reference 0.117s coverage: 84.4% of statements [2022-03-20T19:14:28.203Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.248s coverage: 56.2% of statements [2022-03-20T19:14:28.826Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-20T19:14:28.961Z] --- PASS: TestGet (15.01s) [2022-03-20T19:14:28.961Z] === RUN TestPluginWithNoManifest [2022-03-20T19:14:28.961Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-20T19:14:28.961Z] === RUN TestGetAll [2022-03-20T19:14:28.961Z] --- PASS: TestGetAll (0.01s) [2022-03-20T19:14:28.961Z] PASS [2022-03-20T19:14:28.961Z] coverage: 73.2% of statements [2022-03-20T19:14:28.961Z] ok github.com/docker/docker/pkg/plugins 36.129s coverage: 73.2% of statements [2022-03-20T19:14:29.082Z] docker_api_swarm_service_test.go:128: [d23ce36486a79] joining swarm manager [dd1e7392000b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:14:29.588Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestReaderWithReadError [2022-03-20T19:14:29.931Z] === RUN TestResolveAuthConfigIndexServer [2022-03-20T19:14:29.931Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestResolveAuthConfigFullURL [2022-03-20T19:14:29.931Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-20T19:14:29.931Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestValidateMirror [2022-03-20T19:14:29.931Z] --- PASS: TestValidateMirror (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestLoadInsecureRegistries [2022-03-20T19:14:29.931Z] time="2022-03-20T19:14:29Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestReaderWithReadError (0.23s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestReader [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-20T19:14:29.931Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-20T19:14:29.931Z] PASS [2022-03-20T19:14:29.931Z] coverage: 100.0% of statements [2022-03-20T19:14:29.931Z] ok github.com/docker/docker/registry/resumable 0.307s coverage: 100.0% of statements [2022-03-20T19:14:29.931Z] time="2022-03-20T19:14:29Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-20T19:14:29.931Z] time="2022-03-20T19:14:29Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-20T19:14:29.931Z] time="2022-03-20T19:14:29Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-20T19:14:29.931Z] --- PASS: TestLoadInsecureRegistries (0.24s) [2022-03-20T19:14:29.931Z] === RUN TestNewServiceConfig [2022-03-20T19:14:29.931Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestValidateIndexName [2022-03-20T19:14:29.931Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestValidateIndexNameWithError [2022-03-20T19:14:29.931Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestEndpointParse [2022-03-20T19:14:29.931Z] --- PASS: TestEndpointParse (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestEndpointParseInvalid [2022-03-20T19:14:29.931Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestValidateEndpoint [2022-03-20T19:14:29.931Z] === RUN TestRestartManagerTimeout [2022-03-20T19:14:29.931Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestRestartManagerTimeoutReset [2022-03-20T19:14:29.931Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-20T19:14:29.931Z] PASS [2022-03-20T19:14:29.931Z] coverage: 45.3% of statements [2022-03-20T19:14:29.931Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-20T19:14:29.931Z] === RUN TestPing [2022-03-20T19:14:29.931Z] --- PASS: TestPing (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestPingRegistryEndpoint [2022-03-20T19:14:29.931Z] ok github.com/docker/docker/restartmanager 0.050s coverage: 45.3% of statements [2022-03-20T19:14:29.931Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:29.931Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-20T19:14:29.931Z] === RUN TestEndpoint [2022-03-20T19:14:29.931Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:29.931Z] --- SKIP: TestEndpoint (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestParseRepositoryInfo [2022-03-20T19:14:29.931Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestNewIndexInfo [2022-03-20T19:14:29.931Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestMirrorEndpointLookup [2022-03-20T19:14:29.931Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:29.931Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestSearchRepositories [2022-03-20T19:14:29.931Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-20T19:14:29.931Z] Host: 127.0.0.1:49338 [2022-03-20T19:14:29.931Z] User-Agent: docker test client [2022-03-20T19:14:29.931Z] Authorization: Token fake-token [2022-03-20T19:14:29.931Z] X-Docker-Token: true [2022-03-20T19:14:29.931Z] Accept-Encoding: gzip [2022-03-20T19:14:29.931Z] [2022-03-20T19:14:29.931Z] [2022-03-20T19:14:29.931Z] registry_test.go:731: HTTP/1.1 200 OK [2022-03-20T19:14:29.931Z] Connection: close [2022-03-20T19:14:29.931Z] Content-Length: 144 [2022-03-20T19:14:29.931Z] Cache-Control: no-cache [2022-03-20T19:14:29.931Z] Content-Type: application/json [2022-03-20T19:14:29.931Z] Date: Sun, 20 Mar 2022 19:14:29 GMT [2022-03-20T19:14:29.931Z] Expires: -1 [2022-03-20T19:14:29.931Z] Pragma: no-cache [2022-03-20T19:14:29.931Z] Server: docker-tests/mock [2022-03-20T19:14:29.931Z] X-Docker-Registry-Config: mock [2022-03-20T19:14:29.931Z] X-Docker-Registry-Version: 0.0.0 [2022-03-20T19:14:29.931Z] [2022-03-20T19:14:29.931Z] [2022-03-20T19:14:29.931Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-20T19:14:29.931Z] === RUN TestTrustedLocation [2022-03-20T19:14:29.931Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-20T19:14:29.931Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestAllowNondistributableArtifacts [2022-03-20T19:14:29.931Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-20T19:14:29.931Z] === RUN TestIsSecureIndex [2022-03-20T19:14:29.931Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-20T19:14:29.931Z] PASS [2022-03-20T19:14:29.931Z] coverage: 52.0% of statements [2022-03-20T19:14:29.931Z] ok github.com/docker/docker/registry 0.349s coverage: 52.0% of statements [2022-03-20T19:14:30.010Z] docker_api_swarm_service_test.go:129: [d3b2e5e668aa6] joining swarm manager [dd1e7392000b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:14:30.894Z] === RUN TestDecodeContainerConfig [2022-03-20T19:14:30.894Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-20T19:14:30.894Z] === RUN TestDecodeContainerConfigIsolation [2022-03-20T19:14:30.894Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-20T19:14:30.894Z] === RUN TestValidatePrivileged [2022-03-20T19:14:30.894Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-20T19:14:30.894Z] PASS [2022-03-20T19:14:30.894Z] coverage: 52.6% of statements [2022-03-20T19:14:30.894Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.6% of statements [2022-03-20T19:14:30.894Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-20T19:14:30.894Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-20T19:14:30.894Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-20T19:14:30.894Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-20T19:14:30.894Z] PASS [2022-03-20T19:14:30.894Z] coverage: 62.5% of statements [2022-03-20T19:14:30.894Z] ok github.com/docker/docker/testutil 0.057s coverage: 62.5% of statements [2022-03-20T19:14:31.503Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.306s coverage: 50.5% of statements [2022-03-20T19:14:31.902Z] docker_api_swarm_service_test.go:137: [dcba91c146f0f] joining swarm manager [dd1e7392000b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-20T19:14:31.902Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-20T19:14:32.450Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.284s coverage: 46.2% of statements [2022-03-20T19:14:32.450Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-20T19:14:32.467Z] docker_api_swarm_service_test.go:138: [df318ac57447e] joining swarm manager [dd1e7392000b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-20T19:14:33.065Z] === RUN TestGetAddress [2022-03-20T19:14:33.065Z] --- PASS: TestGetAddress (0.00s) [2022-03-20T19:14:33.065Z] === RUN TestRemove [2022-03-20T19:14:33.065Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-20T19:14:33.065Z] --- SKIP: TestRemove (0.00s) [2022-03-20T19:14:33.065Z] === RUN TestInitializeWithVolumes [2022-03-20T19:14:33.065Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-20T19:14:33.065Z] === RUN TestCreate [2022-03-20T19:14:33.065Z] === RUN TestGetDriver [2022-03-20T19:14:33.065Z] --- PASS: TestGetDriver (0.00s) [2022-03-20T19:14:33.065Z] === RUN TestVolumeRequestError [2022-03-20T19:14:33.065Z] --- PASS: TestCreate (0.01s) [2022-03-20T19:14:33.065Z] === RUN TestValidateName [2022-03-20T19:14:33.065Z] --- PASS: TestValidateName (0.00s) [2022-03-20T19:14:33.065Z] === RUN TestCreateWithOpts [2022-03-20T19:14:33.065Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-20T19:14:33.065Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-20T19:14:33.065Z] === RUN TestRelaodNoOpts [2022-03-20T19:14:33.065Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-20T19:14:33.065Z] PASS [2022-03-20T19:14:33.065Z] coverage: 36.1% of statements [2022-03-20T19:14:33.065Z] ok github.com/docker/docker/volume/drivers 0.057s coverage: 36.1% of statements [2022-03-20T19:14:33.065Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-20T19:14:33.065Z] PASS [2022-03-20T19:14:33.065Z] coverage: 41.5% of statements [2022-03-20T19:14:33.065Z] ok github.com/docker/docker/volume/local 0.092s coverage: 41.5% of statements [2022-03-20T19:14:33.397Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.752s coverage: 58.0% of statements [2022-03-20T19:14:33.397Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-20T19:14:33.397Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-20T19:14:33.397Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRaw [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-20T19:14:33.522Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRaw [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-20T19:14:33.522Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestConvertTmpfsOptions [2022-03-20T19:14:33.522Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-20T19:14:33.522Z] linux_parser_test.go:209: data="ro" [2022-03-20T19:14:33.522Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestParseMountSpec [2022-03-20T19:14:33.522Z] parser_test.go:62: case 0 [2022-03-20T19:14:33.522Z] parser_test.go:62: case 1 [2022-03-20T19:14:33.522Z] parser_test.go:62: case 2 [2022-03-20T19:14:33.522Z] parser_test.go:62: case 3 [2022-03-20T19:14:33.522Z] parser_test.go:62: case 4 [2022-03-20T19:14:33.522Z] parser_test.go:62: case 5 [2022-03-20T19:14:33.522Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestValidateMount [2022-03-20T19:14:33.522Z] --- PASS: TestValidateMount (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestWindowsParseMountRaw [2022-03-20T19:14:33.522Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-20T19:14:33.522Z] === RUN TestWindowsParseMountRawSplit [2022-03-20T19:14:33.522Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-20T19:14:33.522Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-20T19:14:33.522Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-20T19:14:33.522Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-20T19:14:33.838Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-20T19:14:33.979Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-20T19:14:33.979Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-20T19:14:33.980Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-20T19:14:33.980Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-20T19:14:33.980Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-20T19:14:33.980Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-20T19:14:33.980Z] PASS [2022-03-20T19:14:33.980Z] coverage: 67.6% of statements [2022-03-20T19:14:33.980Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.6% of statements [2022-03-20T19:14:34.787Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 2.9% of statements [2022-03-20T19:14:34.943Z] === RUN TestSetGetMeta [2022-03-20T19:14:34.943Z] === PAUSE TestSetGetMeta [2022-03-20T19:14:34.943Z] === RUN TestRestore [2022-03-20T19:14:34.943Z] === PAUSE TestRestore [2022-03-20T19:14:34.943Z] === RUN TestServiceCreate [2022-03-20T19:14:34.943Z] === PAUSE TestServiceCreate [2022-03-20T19:14:34.943Z] === RUN TestServiceList [2022-03-20T19:14:34.943Z] === PAUSE TestServiceList [2022-03-20T19:14:34.943Z] === RUN TestServiceRemove [2022-03-20T19:14:34.943Z] === PAUSE TestServiceRemove [2022-03-20T19:14:34.943Z] === RUN TestServiceGet [2022-03-20T19:14:34.943Z] === PAUSE TestServiceGet [2022-03-20T19:14:34.943Z] === RUN TestServicePrune [2022-03-20T19:14:34.943Z] === PAUSE TestServicePrune [2022-03-20T19:14:34.943Z] === RUN TestCreate [2022-03-20T19:14:34.943Z] === PAUSE TestCreate [2022-03-20T19:14:34.943Z] === RUN TestRemove [2022-03-20T19:14:34.943Z] === PAUSE TestRemove [2022-03-20T19:14:34.943Z] === RUN TestList [2022-03-20T19:14:34.943Z] === PAUSE TestList [2022-03-20T19:14:34.943Z] === RUN TestFindByDriver [2022-03-20T19:14:34.943Z] === PAUSE TestFindByDriver [2022-03-20T19:14:34.943Z] === RUN TestFindByReferenced [2022-03-20T19:14:34.943Z] === PAUSE TestFindByReferenced [2022-03-20T19:14:34.943Z] === RUN TestDerefMultipleOfSameRef [2022-03-20T19:14:34.943Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-20T19:14:34.943Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:14:34.943Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:14:34.943Z] === RUN TestDefererencePluginOnCreateError [2022-03-20T19:14:34.943Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-20T19:14:34.943Z] === RUN TestRefDerefRemove [2022-03-20T19:14:34.943Z] === PAUSE TestRefDerefRemove [2022-03-20T19:14:34.943Z] === RUN TestGet [2022-03-20T19:14:34.943Z] === PAUSE TestGet [2022-03-20T19:14:34.943Z] === RUN TestGetWithReference [2022-03-20T19:14:34.943Z] === PAUSE TestGetWithReference [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_nil_list [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_empty_list [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_filter_some [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_filter_middle [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:14:34.943Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-20T19:14:34.943Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_nil_list [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_filter_some [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_empty_list [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-20T19:14:34.943Z] === CONT TestFilterFunc/test_filter_middle [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-20T19:14:34.943Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-20T19:14:34.943Z] === CONT TestSetGetMeta [2022-03-20T19:14:34.943Z] === CONT TestList [2022-03-20T19:14:34.943Z] === CONT TestDefererencePluginOnCreateError [2022-03-20T19:14:34.943Z] === CONT TestServiceGet [2022-03-20T19:14:34.943Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-20T19:14:34.943Z] === CONT TestRemove [2022-03-20T19:14:34.943Z] --- PASS: TestList (0.03s) [2022-03-20T19:14:34.943Z] === CONT TestCreate [2022-03-20T19:14:34.943Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-20T19:14:34.943Z] === CONT TestServicePrune [2022-03-20T19:14:34.943Z] --- PASS: TestRemove (0.03s) [2022-03-20T19:14:34.943Z] === CONT TestDerefMultipleOfSameRef [2022-03-20T19:14:34.943Z] --- PASS: TestCreate (0.03s) [2022-03-20T19:14:34.943Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:14:34.943Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-20T19:14:34.943Z] === CONT TestFindByReferenced [2022-03-20T19:14:34.943Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-20T19:14:34.943Z] === CONT TestFindByDriver [2022-03-20T19:14:34.943Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-20T19:14:34.943Z] === CONT TestServiceList [2022-03-20T19:14:34.943Z] --- PASS: TestFindByDriver (0.02s) [2022-03-20T19:14:34.943Z] === CONT TestServiceRemove [2022-03-20T19:14:35.050Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-03-20T19:14:35.400Z] --- PASS: TestServiceGet (0.20s) [2022-03-20T19:14:35.400Z] === CONT TestGet [2022-03-20T19:14:35.400Z] time="2022-03-20T19:14:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:14:35.400Z] --- PASS: TestServiceRemove (0.11s) [2022-03-20T19:14:35.400Z] === CONT TestGetWithReference [2022-03-20T19:14:35.400Z] --- PASS: TestServiceList (0.12s) [2022-03-20T19:14:35.400Z] === CONT TestRefDerefRemove [2022-03-20T19:14:35.400Z] time="2022-03-20T19:14:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:14:35.400Z] time="2022-03-20T19:14:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:14:35.400Z] --- PASS: TestGet (0.02s) [2022-03-20T19:14:35.400Z] === CONT TestServiceCreate [2022-03-20T19:14:35.400Z] time="2022-03-20T19:14:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-20T19:14:35.400Z] --- PASS: TestGetWithReference (0.02s) [2022-03-20T19:14:35.400Z] === CONT TestRestore [2022-03-20T19:14:35.400Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-20T19:14:35.400Z] time="2022-03-20T19:14:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:14:35.400Z] --- PASS: TestServicePrune (0.20s) [2022-03-20T19:14:35.400Z] --- PASS: TestServiceCreate (0.02s) [2022-03-20T19:14:35.400Z] --- PASS: TestRestore (0.02s) [2022-03-20T19:14:35.400Z] PASS [2022-03-20T19:14:35.400Z] coverage: 69.0% of statements [2022-03-20T19:14:35.400Z] ok github.com/docker/docker/volume/service 0.297s coverage: 69.0% of statements [2022-03-20T19:14:35.998Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 6.6% of statements [2022-03-20T19:14:35.998Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-20T19:14:35.998Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-20T19:14:36.359Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-20T19:14:36.943Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.0% of statements [2022-03-20T19:14:37.518Z] ok github.com/docker/docker/daemon/logger/awslogs 0.150s coverage: 79.9% of statements [2022-03-20T19:14:37.780Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 33.6% of statements [2022-03-20T19:14:37.780Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-20T19:14:38.358Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2022-03-20T19:14:38.619Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-03-20T19:14:39.193Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-03-20T19:14:39.193Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 69.9% of statements [2022-03-20T19:14:40.138Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 78.7% of statements [2022-03-20T19:14:40.138Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-20T19:14:40.399Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 54.9% of statements [2022-03-20T19:14:40.972Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.042s coverage: 31.5% of statements [2022-03-20T19:14:41.612Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-20T19:14:41.914Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-03-20T19:14:42.486Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2022-03-20T19:14:42.540Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-20T19:14:42.747Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-03-20T19:14:43.320Z] ok github.com/docker/docker/daemon/logger/splunk 1.636s coverage: 82.5% of statements [2022-03-20T19:14:43.320Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-20T19:14:43.320Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-20T19:14:43.473Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-20T19:14:44.037Z] === RUN TestDockerSuite/TestPortList [2022-03-20T19:14:44.738Z] ok github.com/docker/docker/distribution/metadata 0.046s coverage: 48.2% of statements [2022-03-20T19:14:45.312Z] ok github.com/docker/docker/distribution 0.613s coverage: 28.4% of statements [2022-03-20T19:14:45.312Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-20T19:14:45.542Z] === RUN TestBoolValue [2022-03-20T19:14:45.542Z] --- PASS: TestBoolValue (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestBoolValueOrDefault [2022-03-20T19:14:45.542Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestInt64ValueOrZero [2022-03-20T19:14:45.542Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestInt64ValueOrDefault [2022-03-20T19:14:45.542Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-20T19:14:45.542Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestJsonContentType [2022-03-20T19:14:45.542Z] --- PASS: TestJsonContentType (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 15.0% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/server/httputils 0.063s coverage: 15.0% of statements [2022-03-20T19:14:45.542Z] === RUN TestMaskSecretKeys [2022-03-20T19:14:45.542Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-20T19:14:45.542Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-20T19:14:45.542Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-20T19:14:45.542Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestVersionMiddlewareVersion [2022-03-20T19:14:45.542Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-20T19:14:45.542Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 37.7% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/server/middleware 0.058s coverage: 37.7% of statements [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-20T19:14:45.542Z] === RUN TestStrSliceMarshalJSON [2022-03-20T19:14:45.542Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestStrSliceUnmarshalJSON [2022-03-20T19:14:45.542Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestStrSliceUnmarshalString [2022-03-20T19:14:45.542Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestStrSliceUnmarshalSlice [2022-03-20T19:14:45.542Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 90.0% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/types/strslice 0.053s coverage: 90.0% of statements [2022-03-20T19:14:45.542Z] === RUN TestToJSON [2022-03-20T19:14:45.542Z] --- PASS: TestToJSON (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestToParamWithVersion [2022-03-20T19:14:45.542Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestFromJSON [2022-03-20T19:14:45.542Z] --- PASS: TestFromJSON (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestEmpty [2022-03-20T19:14:45.542Z] --- PASS: TestEmpty (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestArgsMatchKVListEmptySources [2022-03-20T19:14:45.542Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestArgsMatchKVList [2022-03-20T19:14:45.542Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestArgsMatch [2022-03-20T19:14:45.542Z] --- PASS: TestArgsMatch (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestAdd [2022-03-20T19:14:45.542Z] --- PASS: TestAdd (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestDel [2022-03-20T19:14:45.542Z] --- PASS: TestDel (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestLen [2022-03-20T19:14:45.542Z] --- PASS: TestLen (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestExactMatch [2022-03-20T19:14:45.542Z] --- PASS: TestExactMatch (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestOnlyOneExactMatch [2022-03-20T19:14:45.542Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestContains [2022-03-20T19:14:45.542Z] --- PASS: TestContains (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestValidate [2022-03-20T19:14:45.542Z] --- PASS: TestValidate (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestWalkValues [2022-03-20T19:14:45.542Z] --- PASS: TestWalkValues (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestFuzzyMatch [2022-03-20T19:14:45.542Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestClone [2022-03-20T19:14:45.542Z] --- PASS: TestClone (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 92.2% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/types/filters 0.066s coverage: 92.2% of statements [2022-03-20T19:14:45.542Z] === RUN TestDurationToSecondsString [2022-03-20T19:14:45.542Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestGetTimestamp [2022-03-20T19:14:45.542Z] === RUN TestAdjustForAPIVersion [2022-03-20T19:14:45.542Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 5.7% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/server/router/swarm 0.067s coverage: 5.7% of statements [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-20T19:14:45.542Z] === RUN TestCompareVersion [2022-03-20T19:14:45.542Z] --- PASS: TestCompareVersion (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 77.3% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 77.3% of statements [2022-03-20T19:14:45.542Z] --- PASS: TestGetTimestamp (0.20s) [2022-03-20T19:14:45.542Z] === RUN TestParseTimestamps [2022-03-20T19:14:45.542Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-20T19:14:45.542Z] PASS [2022-03-20T19:14:45.542Z] coverage: 100.0% of statements [2022-03-20T19:14:45.542Z] ok github.com/docker/docker/api/types/time 0.251s coverage: 100.0% of statements [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-20T19:14:45.542Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-20T19:14:45.542Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-20T19:14:45.542Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestCloneArgsSmartHttp [2022-03-20T19:14:45.542Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-20T19:14:45.542Z] === RUN TestCloneArgsDumbHttp [2022-03-20T19:14:45.542Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestCloneArgsGit [2022-03-20T19:14:45.542Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-20T19:14:45.542Z] === RUN TestCheckoutGit [2022-03-20T19:14:45.575Z] ok github.com/docker/docker/errdefs 0.004s coverage: 64.4% of statements [2022-03-20T19:14:46.514Z] === RUN TestEnable [2022-03-20T19:14:46.514Z] --- PASS: TestEnable (0.00s) [2022-03-20T19:14:46.514Z] === RUN TestDisable [2022-03-20T19:14:46.514Z] --- PASS: TestDisable (0.00s) [2022-03-20T19:14:46.514Z] === RUN TestEnabled [2022-03-20T19:14:46.514Z] --- PASS: TestEnabled (0.00s) [2022-03-20T19:14:46.514Z] PASS [2022-03-20T19:14:46.514Z] coverage: 100.0% of statements [2022-03-20T19:14:46.514Z] ok github.com/docker/docker/cli/debug 0.170s coverage: 100.0% of statements [2022-03-20T19:14:46.521Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-03-20T19:14:46.783Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-20T19:14:46.974Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-20T19:14:46.974Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestProcessNoDockerignore [2022-03-20T19:14:46.974Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-20T19:14:46.974Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestDetectContentType [2022-03-20T19:14:46.974Z] --- PASS: TestDetectContentType (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestSelectAcceptableMIME [2022-03-20T19:14:46.974Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestInspectEmptyResponse [2022-03-20T19:14:46.974Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestInspectResponseBinary [2022-03-20T19:14:46.974Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestResponseUnsupportedContentType [2022-03-20T19:14:46.974Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestInspectResponseTextSimple [2022-03-20T19:14:46.974Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestInspectResponseEmptyContentType [2022-03-20T19:14:46.974Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestUnknownContentLength [2022-03-20T19:14:46.974Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestDownloadRemote [2022-03-20T19:14:46.974Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-20T19:14:46.974Z] === RUN TestGetWithStatusError [2022-03-20T19:14:46.974Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestCloseRootDirectory [2022-03-20T19:14:46.974Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:46.974Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-20T19:14:46.974Z] === RUN TestHashFile [2022-03-20T19:14:46.975Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:46.975Z] --- SKIP: TestHashFile (0.00s) [2022-03-20T19:14:46.975Z] === RUN TestHashSubdir [2022-03-20T19:14:46.975Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:46.975Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-20T19:14:46.975Z] === RUN TestRemoveDirectory [2022-03-20T19:14:46.975Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:14:46.975Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-20T19:14:46.975Z] PASS [2022-03-20T19:14:46.975Z] coverage: 9.3% of statements [2022-03-20T19:14:46.975Z] ok github.com/docker/docker/builder/remotecontext 0.333s coverage: 9.3% of statements [2022-03-20T19:14:47.356Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 85.4% of statements [2022-03-20T19:14:47.357Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-20T19:14:47.357Z] ? github.com/docker/docker/errdefs/adapter [no test files] [2022-03-20T19:14:47.357Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.7% of statements [2022-03-20T19:14:47.931Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2022-03-20T19:14:47.931Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-20T19:14:47.940Z] === RUN TestGetAllAllowed [2022-03-20T19:14:47.941Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestGetAllMeta [2022-03-20T19:14:47.941Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-20T19:14:47.941Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestIsUnreferencedBuiltin [2022-03-20T19:14:47.941Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestIsExistingDirectory [2022-03-20T19:14:47.941Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-20T19:14:47.941Z] === RUN TestGetFilenameForDownload [2022-03-20T19:14:47.941Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestEnv2Variables [2022-03-20T19:14:47.941Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-20T19:14:47.941Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestMaintainer [2022-03-20T19:14:47.941Z] --- PASS: TestMaintainer (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestLabel [2022-03-20T19:14:47.941Z] --- PASS: TestLabel (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestFromScratch [2022-03-20T19:14:47.941Z] --- PASS: TestFromScratch (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestFromWithArg [2022-03-20T19:14:47.941Z] --- PASS: TestFromWithArg (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-20T19:14:47.941Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestFromWithUndefinedArg [2022-03-20T19:14:47.941Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestFromMultiStageWithNamedStage [2022-03-20T19:14:47.941Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestOnbuild [2022-03-20T19:14:47.941Z] --- PASS: TestOnbuild (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestWorkdir [2022-03-20T19:14:47.941Z] --- PASS: TestWorkdir (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestCmd [2022-03-20T19:14:47.941Z] --- PASS: TestCmd (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestHealthcheckNone [2022-03-20T19:14:47.941Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestHealthcheckCmd [2022-03-20T19:14:47.941Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestEntrypoint [2022-03-20T19:14:47.941Z] --- PASS: TestEntrypoint (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestExpose [2022-03-20T19:14:47.941Z] --- PASS: TestExpose (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestUser [2022-03-20T19:14:47.941Z] --- PASS: TestUser (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestVolume [2022-03-20T19:14:47.941Z] --- PASS: TestVolume (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestStopSignal [2022-03-20T19:14:47.941Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-20T19:14:47.941Z] --- SKIP: TestStopSignal (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestArg [2022-03-20T19:14:47.941Z] --- PASS: TestArg (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestShell [2022-03-20T19:14:47.941Z] --- PASS: TestShell (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestPrependEnvOnCmd [2022-03-20T19:14:47.941Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestRunWithBuildArgs [2022-03-20T19:14:47.941Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestRunIgnoresHealthcheck [2022-03-20T19:14:47.941Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestDispatchUnsupportedOptions [2022-03-20T19:14:47.941Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-20T19:14:47.941Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-20T19:14:47.941Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-20T19:14:47.941Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestNormalizeWorkdir [2022-03-20T19:14:47.941Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestDispatch [2022-03-20T19:14:47.941Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-20T19:14:47.941Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-20T19:14:47.941Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-20T19:14:47.941Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-20T19:14:47.941Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-20T19:14:47.941Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-20T19:14:47.941Z] === RUN TestDispatch/COPY_url [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch (0.08s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-20T19:14:47.941Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestAddScratchImageAddsToMounts [2022-03-20T19:14:47.941Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-20T19:14:47.941Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-20T19:14:47.941Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-20T19:14:47.941Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestImageSourceGetAddsToMounts [2022-03-20T19:14:47.941Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestEmptyDockerfile [2022-03-20T19:14:47.941Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-20T19:14:47.941Z] === RUN TestSymlinkDockerfile [2022-03-20T19:14:47.941Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-20T19:14:47.941Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-20T19:14:47.941Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-03-20T19:14:47.941Z] === RUN TestNonExistingDockerfile [2022-03-20T19:14:47.941Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestCopyRunConfig [2022-03-20T19:14:47.941Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestDeepCopyRunConfig [2022-03-20T19:14:47.941Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestExportImage [2022-03-20T19:14:47.941Z] --- PASS: TestExportImage (0.00s) [2022-03-20T19:14:47.941Z] === RUN TestNormalizeDest [2022-03-20T19:14:47.941Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-20T19:14:47.941Z] PASS [2022-03-20T19:14:47.941Z] coverage: 46.7% of statements [2022-03-20T19:14:47.941Z] ok github.com/docker/docker/builder/dockerfile 0.263s coverage: 46.7% of statements [2022-03-20T19:14:48.193Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2022-03-20T19:14:48.908Z] === RUN TestTCP4Proxy [2022-03-20T19:14:48.908Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-20T19:14:48.908Z] === RUN TestTCP4ProxyHalfClose [2022-03-20T19:14:48.908Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestTCP6Proxy [2022-03-20T19:14:48.908Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:14:48.908Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestTCPDualStackProxy [2022-03-20T19:14:48.908Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:14:48.908Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestUDP4Proxy [2022-03-20T19:14:48.908Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestUDP6Proxy [2022-03-20T19:14:48.908Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:14:48.908Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestUDPWriteError [2022-03-20T19:14:48.908Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestSCTP4Proxy [2022-03-20T19:14:48.908Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-20T19:14:48.908Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-20T19:14:48.908Z] === RUN TestSCTP6Proxy [2022-03-20T19:14:48.908Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:14:48.908Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-20T19:14:48.908Z] PASS [2022-03-20T19:14:48.908Z] coverage: 49.4% of statements [2022-03-20T19:14:48.908Z] ok github.com/docker/docker/cmd/docker-proxy 0.074s coverage: 49.4% of statements [2022-03-20T19:14:49.139Z] ok github.com/docker/docker/oci 0.015s coverage: 43.3% of statements [2022-03-20T19:14:49.713Z] ok github.com/docker/docker/opts 0.021s coverage: 66.3% of statements [2022-03-20T19:14:49.713Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-20T19:14:50.193Z] 2022/03/20 19:14:49 Closing DB instances... [2022-03-20T19:14:50.590Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-20T19:14:51.152Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-20T19:14:51.156Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-03-20T19:14:51.156Z] === RUN TestFindNode [2022-03-20T19:14:51.156Z] 2022/03/20 19:14:51 Closing DB instances... [2022-03-20T19:14:51.156Z] --- PASS: TestFindNode (0.02s) [2022-03-20T19:14:51.156Z] === RUN TestChangeNodeState [2022-03-20T19:14:51.612Z] 2022/03/20 19:14:51 Closing DB instances... [2022-03-20T19:14:51.612Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-20T19:14:51.612Z] === RUN TestNodeReincarnation [2022-03-20T19:14:51.612Z] 2022/03/20 19:14:51 Closing DB instances... [2022-03-20T19:14:51.631Z] ok github.com/docker/docker/pkg/archive 0.301s coverage: 82.5% of statements [2022-03-20T19:14:52.202Z] ok github.com/docker/docker/pkg/authorization 0.125s coverage: 68.3% of statements [2022-03-20T19:14:52.202Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-20T19:14:52.462Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-03-20T19:14:54.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-20T19:14:55.765Z] ok github.com/docker/docker/pkg/chrootarchive 2.475s coverage: 43.5% of statements [2022-03-20T19:14:55.765Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-20T19:14:55.765Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-20T19:14:56.026Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-20T19:14:56.292Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-20T19:14:56.292Z] === RUN TestParallelCreate [2022-03-20T19:14:56.292Z] 2022/03/20 19:14:56 Closing DB instances... [2022-03-20T19:14:56.292Z] --- PASS: TestParallelCreate (0.02s) [2022-03-20T19:14:56.292Z] === RUN TestParallelDelete [2022-03-20T19:14:56.292Z] 2022/03/20 19:14:56 Closing DB instances... [2022-03-20T19:14:56.292Z] --- PASS: TestParallelDelete (0.02s) [2022-03-20T19:14:56.292Z] === RUN TestNetworkDBIslands [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1b0a4d9f9a51 with config:&{NodeID:1b0a4d9f9a51 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, added to nodes list" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:169cb5030edb with config:&{NodeID:169cb5030edb Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 169cb5030edb/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 169cb5030edb/172.22.111.162, added to nodes list" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 169cb5030edb/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 169cb5030edb/172.22.111.162, added to nodes list" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, added to nodes list" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-20T19:14:56.292Z] time="2022-03-20T19:14:56Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-03-20T19:14:56.959Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-20T19:14:56.970Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-20T19:14:57.216Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-20T19:14:57.216Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-20T19:14:57.217Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-20T19:14:57.232Z] ok github.com/docker/docker/layer 7.987s coverage: 69.0% of statements [2022-03-20T19:14:57.232Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-20T19:14:57.232Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-20T19:14:57.232Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-20T19:14:57.232Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-20T19:14:57.232Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-20T19:14:57.232Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9512bf4d8571 with config:&{NodeID:9512bf4d8571 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 169cb5030edb/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 169cb5030edb/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.256Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.494Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 87.2% of statements [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:32a3ec1c9c8b with config:&{NodeID:32a3ec1c9c8b Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 169cb5030edb/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 169cb5030edb/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:57.720Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:14:57.756Z] ok github.com/docker/docker/pkg/fsutils 0.164s coverage: 85.1% of statements [2022-03-20T19:14:57.756Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-20T19:14:57.782Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-20T19:14:57.782Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-20T19:14:57.833Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:14:57.833Z] INFO: Testing against a local daemon [2022-03-20T19:14:57.833Z] === RUN TestBuildWithSession [2022-03-20T19:14:57.833Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:14:57.833Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T19:14:57.833Z] === RUN TestBuildSquashParent [2022-03-20T19:14:57.833Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:14:57.833Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-20T19:14:57.833Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T19:14:57.833Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:14:57.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:14:57.833Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:14:57.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:14:57.833Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:14:57.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:14:57.834Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:14:57.834Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:14:57.834Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:14:57.834Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:14:57.834Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:14:57.834Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:14:57.834Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:14:57.834Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:14:57.834Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:14:57.834Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:d41d6924f0ff with config:&{NodeID:d41d6924f0ff Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 169cb5030edb/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 169cb5030edb/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 9512bf4d8571/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:58Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:58Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:58Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.177Z] time="2022-03-20T19:14:58Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.348Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-20T19:14:58.348Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:14:58.633Z] networkdb_test.go:835: Re-joining: 3 [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=info msg="The new bootstrap node list is:[172.22.111.162:10033 172.22.111.162:10034 172.22.111.162:10035]" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10033" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49369" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49370" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10034" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10035" [2022-03-20T19:14:58.633Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49371" [2022-03-20T19:14:58.633Z] networkdb_test.go:835: Re-joining: 4 [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=info msg="The new bootstrap node list is:[172.22.111.162:10033 172.22.111.162:10034 172.22.111.162:10035]" [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10033" [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49372" [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10034" [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49373" [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10035" [2022-03-20T19:14:58.634Z] time="2022-03-20T19:14:58Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49374" [2022-03-20T19:14:58.914Z] docker_api_swarm_service_test.go:304: [d5d31aa32e3be] joining swarm manager [df5289108fc77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:14:58.914Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="node 0 leaving" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="Node 1b0a4d9f9a51 change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="Node 1b0a4d9f9a51 change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="node3(9512bf4d8571): Node leave event for 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="Node 1b0a4d9f9a51 change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="node5(d41d6924f0ff): Node leave event for 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="Node 1b0a4d9f9a51 change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="node1(1b0a4d9f9a51): Node leave event for 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="Node 1b0a4d9f9a51 change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.090Z] time="2022-03-20T19:14:58Z" level=info msg="node2(169cb5030edb): Node leave event for 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:14:59.091Z] time="2022-03-20T19:14:58Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.091Z] time="2022-03-20T19:14:59Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.091Z] time="2022-03-20T19:14:59Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.091Z] time="2022-03-20T19:14:59Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.091Z] time="2022-03-20T19:14:59Z" level=info msg="Node 1b0a4d9f9a51/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.147Z] ok github.com/docker/docker/pkg/idtools 0.505s coverage: 69.5% of statements [2022-03-20T19:14:59.147Z] ok github.com/docker/docker/pkg/ioutils 0.448s coverage: 70.1% of statements [2022-03-20T19:14:59.147Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-20T19:14:59.171Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-20T19:14:59.408Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2022-03-20T19:14:59.408Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-20T19:14:59.408Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="node 1 leaving" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="node3(9512bf4d8571): Node leave event for 169cb5030edb/172.22.111.162" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 169cb5030edb/172.22.111.162" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb change state NodeActive --> NodeFailed" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb/172.22.111.162, added to failed nodes list" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb change state NodeActive --> NodeLeft" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="node5(d41d6924f0ff): Node leave event for 169cb5030edb/172.22.111.162" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=error msg="node: 169cb5030edb is unknown to memberlist" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.547Z] time="2022-03-20T19:14:59Z" level=info msg="Node 169cb5030edb/172.22.111.162, left gossip cluster" [2022-03-20T19:14:59.671Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-03-20T19:14:59.738Z] docker_api_swarm_service_test.go:304: [d4a78abfab90a] joining swarm manager [df5289108fc77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:14:59.933Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-03-20T19:14:59.995Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-20T19:14:59.995Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="node 2 leaving" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="Node 9512bf4d8571 change state NodeActive --> NodeLeft" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="node5(d41d6924f0ff): Node leave event for 9512bf4d8571/172.22.111.162" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="Node 9512bf4d8571 change state NodeActive --> NodeLeft" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 9512bf4d8571/172.22.111.162" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="Node 9512bf4d8571 change state NodeActive --> NodeLeft" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="node3(9512bf4d8571): Node leave event for 9512bf4d8571/172.22.111.162" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=debug msg="memberlist: Failed ping: 9512bf4d8571 (timeout reached)" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.111.162:10037: use of closed network connection" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.111.162:10034: use of closed network connection" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.111.162:10036: use of closed network connection" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49375" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="Node 9512bf4d8571/172.22.111.162, left gossip cluster" [2022-03-20T19:15:00.004Z] time="2022-03-20T19:14:59Z" level=info msg="Node 9512bf4d8571/172.22.111.162, left gossip cluster" [2022-03-20T19:15:00.195Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-03-20T19:15:00.195Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-20T19:15:00.195Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-20T19:15:00.195Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-20T19:15:00.461Z] networkdb_test.go:867: node4: OK [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 9512bf4d8571/172.22.111.162, left gossip cluster" [2022-03-20T19:15:00.461Z] networkdb_test.go:867: node5: OK [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="node 0 coming back" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8ff63647d918 with config:&{NodeID:8ff63647d918 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 8ff63647d918/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 8ff63647d918/172.22.111.162, added to nodes list" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="node 1 coming back" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2f0819b64d8e with config:&{NodeID:2f0819b64d8e Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, added to nodes list" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="node 2 coming back" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:45b3bccf5c29 with config:&{NodeID:45b3bccf5c29 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, added to nodes list" [2022-03-20T19:15:00.461Z] time="2022-03-20T19:15:00Z" level=warning msg="memberlist: Was able to connect to 9512bf4d8571 but other probes failed, network may be misconfigured" [2022-03-20T19:15:00.771Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2022-03-20T19:15:01.280Z] === RUN TestCheckpointCreateError [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestCheckpointCreate [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestCheckpointDeleteError [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestCheckpointDelete [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestCheckpointListError [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestCheckpointList [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointList (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestCheckpointListContainerNotFound [2022-03-20T19:15:01.280Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNewClientWithOpsFromEnv [2022-03-20T19:15:01.280Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-20T19:15:01.280Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestGetAPIPath [2022-03-20T19:15:01.280Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestParseHostURL [2022-03-20T19:15:01.280Z] --- PASS: TestParseHostURL (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-20T19:15:01.280Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersion [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPVersionOverride [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-20T19:15:01.280Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestClientRedirect [2022-03-20T19:15:01.280Z] === RUN TestClientRedirect/GET [2022-03-20T19:15:01.280Z] === RUN TestClientRedirect/POST [2022-03-20T19:15:01.280Z] === RUN TestClientRedirect/PUT [2022-03-20T19:15:01.280Z] === RUN TestClientRedirect/DELETE [2022-03-20T19:15:01.280Z] --- PASS: TestClientRedirect (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-03-20T19:15:01.280Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestConfigCreateUnsupported [2022-03-20T19:15:01.280Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-20T19:15:01.280Z] === RUN TestConfigCreateError [2022-03-20T19:15:01.280Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigCreate [2022-03-20T19:15:01.281Z] --- PASS: TestConfigCreate (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigInspectNotFound [2022-03-20T19:15:01.281Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigInspectWithEmptyID [2022-03-20T19:15:01.281Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigInspectUnsupported [2022-03-20T19:15:01.281Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigInspectError [2022-03-20T19:15:01.281Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigInspectConfigNotFound [2022-03-20T19:15:01.281Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigInspect [2022-03-20T19:15:01.281Z] --- PASS: TestConfigInspect (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigListUnsupported [2022-03-20T19:15:01.281Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigListError [2022-03-20T19:15:01.281Z] --- PASS: TestConfigListError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigList [2022-03-20T19:15:01.281Z] --- PASS: TestConfigList (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigRemoveUnsupported [2022-03-20T19:15:01.281Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigRemoveError [2022-03-20T19:15:01.281Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigRemove [2022-03-20T19:15:01.281Z] --- PASS: TestConfigRemove (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigUpdateUnsupported [2022-03-20T19:15:01.281Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigUpdateError [2022-03-20T19:15:01.281Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestConfigUpdate [2022-03-20T19:15:01.281Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestContainerCommitError [2022-03-20T19:15:01.281Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestContainerCommit [2022-03-20T19:15:01.281Z] --- PASS: TestContainerCommit (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestContainerStatPathError [2022-03-20T19:15:01.281Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestContainerStatPathNotFoundError [2022-03-20T19:15:01.281Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestContainerStatPathNoHeaderError [2022-03-20T19:15:01.281Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestContainerStatPath [2022-03-20T19:15:01.281Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyToContainerError [2022-03-20T19:15:01.281Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyToContainerNotFoundError [2022-03-20T19:15:01.281Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-20T19:15:01.281Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyToContainer [2022-03-20T19:15:01.281Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyFromContainerError [2022-03-20T19:15:01.281Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyFromContainerNotFoundError [2022-03-20T19:15:01.281Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-20T19:15:01.281Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-20T19:15:01.281Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-20T19:15:01.345Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-20T19:15:01.607Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-20T19:15:01.607Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-20T19:15:01.738Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-20T19:15:01.738Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestCopyFromContainer [2022-03-20T19:15:01.738Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerCreateError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerCreateImageNotFound [2022-03-20T19:15:01.738Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerCreateWithName [2022-03-20T19:15:01.738Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerCreateAutoRemove [2022-03-20T19:15:01.738Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerDiffError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerDiff [2022-03-20T19:15:01.738Z] --- PASS: TestContainerDiff (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecCreateError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecCreate [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecStartError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecStart [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecInspectError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecInspect [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExportError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExportError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExport [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExport (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerInspectError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerInspectContainerNotFound [2022-03-20T19:15:01.738Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerInspectWithEmptyID [2022-03-20T19:15:01.738Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerInspect [2022-03-20T19:15:01.738Z] --- PASS: TestContainerInspect (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerInspectNode [2022-03-20T19:15:01.738Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerKillError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerKillError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerKill [2022-03-20T19:15:01.738Z] --- PASS: TestContainerKill (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerListError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerListError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerList [2022-03-20T19:15:01.738Z] --- PASS: TestContainerList (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerLogsNotFoundError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerLogsError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerLogs [2022-03-20T19:15:01.738Z] --- PASS: TestContainerLogs (0.24s) [2022-03-20T19:15:01.738Z] === RUN TestContainerPauseError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerPause [2022-03-20T19:15:01.738Z] --- PASS: TestContainerPause (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainersPruneError [2022-03-20T19:15:01.738Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainersPrune [2022-03-20T19:15:01.738Z] --- PASS: TestContainersPrune (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRemoveError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRemoveNotFoundError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRemove [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRemove (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRenameError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRename [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRename (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerResizeError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecResizeError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerResize [2022-03-20T19:15:01.738Z] --- PASS: TestContainerResize (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerExecResize [2022-03-20T19:15:01.738Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRestartError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRestartError (0.01s) [2022-03-20T19:15:01.738Z] === RUN TestContainerRestart [2022-03-20T19:15:01.738Z] --- PASS: TestContainerRestart (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerStartError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerStartError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerStart [2022-03-20T19:15:01.738Z] --- PASS: TestContainerStart (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerStatsError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerStats [2022-03-20T19:15:01.738Z] --- PASS: TestContainerStats (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerStopError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerStopError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerStop [2022-03-20T19:15:01.738Z] --- PASS: TestContainerStop (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerTopError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerTopError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerTop [2022-03-20T19:15:01.738Z] --- PASS: TestContainerTop (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerUnpauseError [2022-03-20T19:15:01.738Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerUnpause [2022-03-20T19:15:01.738Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-20T19:15:01.738Z] === RUN TestContainerUpdateError [2022-03-20T19:15:01.739Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestContainerUpdate [2022-03-20T19:15:01.739Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestContainerWaitError [2022-03-20T19:15:01.739Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestContainerWait [2022-03-20T19:15:01.739Z] --- PASS: TestContainerWait (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestDiskUsageError [2022-03-20T19:15:01.739Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestDiskUsage [2022-03-20T19:15:01.739Z] --- PASS: TestDiskUsage (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestDistributionInspectUnsupported [2022-03-20T19:15:01.739Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestDistributionInspectWithEmptyID [2022-03-20T19:15:01.739Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestEventsErrorInOptions [2022-03-20T19:15:01.739Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestEventsErrorFromServer [2022-03-20T19:15:01.739Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestEvents [2022-03-20T19:15:01.739Z] --- PASS: TestEvents (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestTLSCloseWriter [2022-03-20T19:15:01.739Z] === PAUSE TestTLSCloseWriter [2022-03-20T19:15:01.739Z] === RUN TestImageBuildError [2022-03-20T19:15:01.739Z] --- PASS: TestImageBuildError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageBuild [2022-03-20T19:15:01.739Z] --- PASS: TestImageBuild (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestGetDockerOS [2022-03-20T19:15:01.739Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageCreateError [2022-03-20T19:15:01.739Z] --- PASS: TestImageCreateError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageCreate [2022-03-20T19:15:01.739Z] --- PASS: TestImageCreate (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageHistoryError [2022-03-20T19:15:01.739Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageHistory [2022-03-20T19:15:01.739Z] --- PASS: TestImageHistory (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageImportError [2022-03-20T19:15:01.739Z] --- PASS: TestImageImportError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageImport [2022-03-20T19:15:01.739Z] --- PASS: TestImageImport (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageInspectError [2022-03-20T19:15:01.739Z] --- PASS: TestImageInspectError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageInspectImageNotFound [2022-03-20T19:15:01.739Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageInspectWithEmptyID [2022-03-20T19:15:01.739Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageInspect [2022-03-20T19:15:01.739Z] --- PASS: TestImageInspect (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageListError [2022-03-20T19:15:01.739Z] --- PASS: TestImageListError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageList [2022-03-20T19:15:01.739Z] --- PASS: TestImageList (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageListApiBefore125 [2022-03-20T19:15:01.739Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageLoadError [2022-03-20T19:15:01.739Z] --- PASS: TestImageLoadError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageLoad [2022-03-20T19:15:01.739Z] --- PASS: TestImageLoad (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagesPruneError [2022-03-20T19:15:01.739Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagesPrune [2022-03-20T19:15:01.739Z] --- PASS: TestImagesPrune (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullReferenceParseError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullAnyError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePullWithoutErrors [2022-03-20T19:15:01.739Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushReferenceError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushAnyError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithoutErrors [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-20T19:15:01.739Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-20T19:15:01.739Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageRemoveError [2022-03-20T19:15:01.739Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageRemoveImageNotFound [2022-03-20T19:15:01.739Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageRemove [2022-03-20T19:15:01.739Z] --- PASS: TestImageRemove (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSaveError [2022-03-20T19:15:01.739Z] --- PASS: TestImageSaveError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSave [2022-03-20T19:15:01.739Z] --- PASS: TestImageSave (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSearchAnyError [2022-03-20T19:15:01.739Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-20T19:15:01.739Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-20T19:15:01.739Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-20T19:15:01.739Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-20T19:15:01.739Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageSearchWithoutErrors [2022-03-20T19:15:01.739Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageTagError [2022-03-20T19:15:01.739Z] --- PASS: TestImageTagError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageTagInvalidReference [2022-03-20T19:15:01.739Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageTagInvalidSourceImageName [2022-03-20T19:15:01.739Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageTagHexSource [2022-03-20T19:15:01.739Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestImageTag [2022-03-20T19:15:01.739Z] --- PASS: TestImageTag (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestInfoServerError [2022-03-20T19:15:01.739Z] --- PASS: TestInfoServerError (0.00s) [2022-03-20T19:15:01.739Z] === RUN TestInfoInvalidResponseJSONError [2022-03-20T19:15:02.197Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestInfo [2022-03-20T19:15:02.197Z] --- PASS: TestInfo (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkConnectError [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkConnect [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkCreateError [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkCreate [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkDisconnectError [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkDisconnect [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect/empty_ID [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect/no_options [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect/verbose [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect/global_scope [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect/unknown_network [2022-03-20T19:15:02.197Z] === RUN TestNetworkInspect/server_error [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkListError [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkListError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkList [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkList (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworksPruneError [2022-03-20T19:15:02.197Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworksPrune [2022-03-20T19:15:02.197Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkRemoveError [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNetworkRemove [2022-03-20T19:15:02.197Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeInspectError [2022-03-20T19:15:02.197Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeInspectNodeNotFound [2022-03-20T19:15:02.197Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeInspectWithEmptyID [2022-03-20T19:15:02.197Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeInspect [2022-03-20T19:15:02.197Z] --- PASS: TestNodeInspect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeListError [2022-03-20T19:15:02.197Z] --- PASS: TestNodeListError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeList [2022-03-20T19:15:02.197Z] --- PASS: TestNodeList (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeRemoveError [2022-03-20T19:15:02.197Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeRemove [2022-03-20T19:15:02.197Z] --- PASS: TestNodeRemove (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeUpdateError [2022-03-20T19:15:02.197Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestNodeUpdate [2022-03-20T19:15:02.197Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestOptionWithHostFromEnv [2022-03-20T19:15:02.197Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestOptionWithTimeout [2022-03-20T19:15:02.197Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestOptionWithVersionFromEnv [2022-03-20T19:15:02.197Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPingFail [2022-03-20T19:15:02.197Z] --- PASS: TestPingFail (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPingWithError [2022-03-20T19:15:02.197Z] 2022/03/20 19:15:01 RoundTripper returned a response & error; ignoring response [2022-03-20T19:15:02.197Z] 2022/03/20 19:15:01 RoundTripper returned a response & error; ignoring response [2022-03-20T19:15:02.197Z] --- PASS: TestPingWithError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPingSuccess [2022-03-20T19:15:02.197Z] --- PASS: TestPingSuccess (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPingHeadFallback [2022-03-20T19:15:02.197Z] === RUN TestPingHeadFallback/OK [2022-03-20T19:15:02.197Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-20T19:15:02.197Z] === RUN TestPingHeadFallback/Not_Found [2022-03-20T19:15:02.197Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-20T19:15:02.197Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-20T19:15:02.197Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginDisableError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginDisable [2022-03-20T19:15:02.197Z] --- PASS: TestPluginDisable (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginEnableError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginEnable [2022-03-20T19:15:02.197Z] --- PASS: TestPluginEnable (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginInspectError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginInspectWithEmptyID [2022-03-20T19:15:02.197Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginInspect [2022-03-20T19:15:02.197Z] --- PASS: TestPluginInspect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginListError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginListError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginList [2022-03-20T19:15:02.197Z] --- PASS: TestPluginList (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginPushError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginPushError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginPush [2022-03-20T19:15:02.197Z] --- PASS: TestPluginPush (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginRemoveError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginRemove [2022-03-20T19:15:02.197Z] --- PASS: TestPluginRemove (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginSetError [2022-03-20T19:15:02.197Z] --- PASS: TestPluginSetError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPluginSet [2022-03-20T19:15:02.197Z] --- PASS: TestPluginSet (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSetHostHeader [2022-03-20T19:15:02.197Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestPlainTextError [2022-03-20T19:15:02.197Z] --- PASS: TestPlainTextError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestInfiniteError [2022-03-20T19:15:02.197Z] --- PASS: TestInfiniteError (0.02s) [2022-03-20T19:15:02.197Z] === RUN TestCanceledContext [2022-03-20T19:15:02.197Z] 2022/03/20 19:15:01 RoundTripper returned a response & error; ignoring response [2022-03-20T19:15:02.197Z] --- PASS: TestCanceledContext (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestDeadlineExceededContext [2022-03-20T19:15:02.197Z] 2022/03/20 19:15:01 RoundTripper returned a response & error; ignoring response [2022-03-20T19:15:02.197Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretCreateUnsupported [2022-03-20T19:15:02.197Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretCreateError [2022-03-20T19:15:02.197Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretCreate [2022-03-20T19:15:02.197Z] --- PASS: TestSecretCreate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretInspectUnsupported [2022-03-20T19:15:02.197Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretInspectError [2022-03-20T19:15:02.197Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretInspectSecretNotFound [2022-03-20T19:15:02.197Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretInspectWithEmptyID [2022-03-20T19:15:02.197Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretInspect [2022-03-20T19:15:02.197Z] --- PASS: TestSecretInspect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretListUnsupported [2022-03-20T19:15:02.197Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretListError [2022-03-20T19:15:02.197Z] --- PASS: TestSecretListError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretList [2022-03-20T19:15:02.197Z] --- PASS: TestSecretList (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretRemoveUnsupported [2022-03-20T19:15:02.197Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretRemoveError [2022-03-20T19:15:02.197Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretRemove [2022-03-20T19:15:02.197Z] --- PASS: TestSecretRemove (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretUpdateUnsupported [2022-03-20T19:15:02.197Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretUpdateError [2022-03-20T19:15:02.197Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSecretUpdate [2022-03-20T19:15:02.197Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceCreateError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceCreate [2022-03-20T19:15:02.197Z] --- PASS: TestServiceCreate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-20T19:15:02.197Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceCreateDigestPinning [2022-03-20T19:15:02.197Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceInspectError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceInspectServiceNotFound [2022-03-20T19:15:02.197Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceInspectWithEmptyID [2022-03-20T19:15:02.197Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceInspect [2022-03-20T19:15:02.197Z] --- PASS: TestServiceInspect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceListError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceListError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceList [2022-03-20T19:15:02.197Z] --- PASS: TestServiceList (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceLogsError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceLogs [2022-03-20T19:15:02.197Z] --- PASS: TestServiceLogs (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceRemoveError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceRemoveNotFoundError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceRemove [2022-03-20T19:15:02.197Z] --- PASS: TestServiceRemove (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceUpdateError [2022-03-20T19:15:02.197Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestServiceUpdate [2022-03-20T19:15:02.197Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmGetUnlockKeyError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmGetUnlockKey [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmInitError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmInit [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmInit (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmInspectError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmInspect [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmJoinError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmJoin [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmLeaveError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmLeave [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmUnlockError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmUnlock [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmUpdateError [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestSwarmUpdate [2022-03-20T19:15:02.197Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestTaskInspectError [2022-03-20T19:15:02.197Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestTaskInspectWithEmptyID [2022-03-20T19:15:02.197Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestTaskInspect [2022-03-20T19:15:02.197Z] --- PASS: TestTaskInspect (0.00s) [2022-03-20T19:15:02.197Z] === RUN TestTaskListError [2022-03-20T19:15:02.197Z] --- PASS: TestTaskListError (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestTaskList [2022-03-20T19:15:02.198Z] --- PASS: TestTaskList (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeCreateError [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeCreate [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeInspectError [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeInspectNotFound [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeInspectWithEmptyID [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeInspect [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeListError [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeListError (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeList [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeList (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeRemoveError [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-20T19:15:02.198Z] === RUN TestVolumeRemove [2022-03-20T19:15:02.198Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-20T19:15:02.198Z] === CONT TestTLSCloseWriter [2022-03-20T19:15:02.198Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-20T19:15:02.198Z] PASS [2022-03-20T19:15:02.198Z] coverage: 75.2% of statements [2022-03-20T19:15:02.198Z] ok github.com/docker/docker/client 0.519s coverage: 75.2% of statements [2022-03-20T19:15:02.519Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-20T19:15:03.010Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2022-03-20T19:15:03.271Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-20T19:15:03.447Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-20T19:15:03.532Z] ok github.com/docker/docker/pkg/stack 0.005s coverage: 90.9% of statements [2022-03-20T19:15:03.532Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-20T19:15:03.793Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-20T19:15:04.008Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-20T19:15:04.008Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-20T19:15:04.054Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-20T19:15:04.185Z] time="2022-03-20T19:15:03Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.111.162:10033 172.22.111.162:10034 172.22.111.162:10035]" [2022-03-20T19:15:04.185Z] time="2022-03-20T19:15:03Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.111.162:10033 172.22.111.162:10034 172.22.111.162:10035]" [2022-03-20T19:15:04.625Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10033" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49376" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, is the new incarnation of the shutdown node 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10034" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49377" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, is the new incarnation of the shutdown node 169cb5030edb/172.22.111.162" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49378" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10035" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node d41d6924f0ff/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, is the new incarnation of the shutdown node 9512bf4d8571/172.22.111.162" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, is the new incarnation of the shutdown node 169cb5030edb/172.22.111.162" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, is the new incarnation of the shutdown node 1b0a4d9f9a51/172.22.111.162" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 8ff63647d918/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, is the new incarnation of the shutdown node 9512bf4d8571/172.22.111.162" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, joined gossip cluster" [2022-03-20T19:15:04.641Z] time="2022-03-20T19:15:04Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, added to nodes list" [2022-03-20T19:15:04.885Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-20T19:15:05.097Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10033" [2022-03-20T19:15:05.097Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49379" [2022-03-20T19:15:05.097Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10034" [2022-03-20T19:15:05.097Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49380" [2022-03-20T19:15:05.097Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Stream connection from=172.22.111.162:49381" [2022-03-20T19:15:05.097Z] time="2022-03-20T19:15:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.111.162:10035" [2022-03-20T19:15:05.146Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2022-03-20T19:15:05.553Z] 2022/03/20 19:15:05 Closing DB instances... [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918 change state NodeActive --> NodeLeft" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="node5(d41d6924f0ff): Node leave event for 8ff63647d918/172.22.111.162" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918 change state NodeActive --> NodeLeft" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="node3(45b3bccf5c29): Node leave event for 8ff63647d918/172.22.111.162" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918 change state NodeActive --> NodeLeft" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 8ff63647d918/172.22.111.162" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918 change state NodeActive --> NodeLeft" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="node2(2f0819b64d8e): Node leave event for 8ff63647d918/172.22.111.162" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918 change state NodeActive --> NodeLeft" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="node1(8ff63647d918): Node leave event for 8ff63647d918/172.22.111.162" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918/172.22.111.162, left gossip cluster" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918/172.22.111.162, left gossip cluster" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918/172.22.111.162, left gossip cluster" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918/172.22.111.162, left gossip cluster" [2022-03-20T19:15:05.553Z] time="2022-03-20T19:15:05Z" level=info msg="Node 8ff63647d918/172.22.111.162, left gossip cluster" [2022-03-20T19:15:05.717Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-03-20T19:15:05.899Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-20T19:15:05.980Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="node3(45b3bccf5c29): Node leave event for 2f0819b64d8e/172.22.111.162" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 2f0819b64d8e/172.22.111.162" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="node5(d41d6924f0ff): Node leave event for 2f0819b64d8e/172.22.111.162" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="node2(2f0819b64d8e): Node leave event for 2f0819b64d8e/172.22.111.162" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.009Z] time="2022-03-20T19:15:05Z" level=info msg="Node 2f0819b64d8e/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.242Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-20T19:15:06.242Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-20T19:15:06.465Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-20T19:15:06.465Z] time="2022-03-20T19:15:06Z" level=info msg="Node 45b3bccf5c29 change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.465Z] time="2022-03-20T19:15:06Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 45b3bccf5c29/172.22.111.162" [2022-03-20T19:15:06.465Z] time="2022-03-20T19:15:06Z" level=info msg="Node 45b3bccf5c29 change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.465Z] time="2022-03-20T19:15:06Z" level=info msg="node5(d41d6924f0ff): Node leave event for 45b3bccf5c29/172.22.111.162" [2022-03-20T19:15:06.465Z] time="2022-03-20T19:15:06Z" level=info msg="Node 45b3bccf5c29 change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.466Z] time="2022-03-20T19:15:06Z" level=info msg="node3(45b3bccf5c29): Node leave event for 45b3bccf5c29/172.22.111.162" [2022-03-20T19:15:06.466Z] time="2022-03-20T19:15:06Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.466Z] time="2022-03-20T19:15:06Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=info msg="Node 45b3bccf5c29/172.22.111.162, left gossip cluster" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=debug msg="memberlist: Failed ping: 45b3bccf5c29 (timeout reached)" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.111.162:10037: use of closed network connection" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.111.162:10036: use of closed network connection" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=info msg="Node 32a3ec1c9c8b change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=info msg="node5(d41d6924f0ff): Node leave event for 32a3ec1c9c8b/172.22.111.162" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=info msg="Node 32a3ec1c9c8b change state NodeActive --> NodeLeft" [2022-03-20T19:15:06.927Z] time="2022-03-20T19:15:06Z" level=info msg="node4(32a3ec1c9c8b): Node leave event for 32a3ec1c9c8b/172.22.111.162" [2022-03-20T19:15:07.384Z] time="2022-03-20T19:15:07Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, left gossip cluster" [2022-03-20T19:15:07.384Z] time="2022-03-20T19:15:07Z" level=info msg="memberlist: Suspect 45b3bccf5c29 has failed, no acks received" [2022-03-20T19:15:07.384Z] time="2022-03-20T19:15:07Z" level=info msg="Node 32a3ec1c9c8b/172.22.111.162, left gossip cluster" [2022-03-20T19:15:07.843Z] time="2022-03-20T19:15:07Z" level=info msg="Node d41d6924f0ff/172.22.111.162, left gossip cluster" [2022-03-20T19:15:07.843Z] time="2022-03-20T19:15:07Z" level=info msg="Node d41d6924f0ff change state NodeActive --> NodeFailed" [2022-03-20T19:15:07.843Z] time="2022-03-20T19:15:07Z" level=info msg="Node d41d6924f0ff/172.22.111.162, added to failed nodes list" [2022-03-20T19:15:07.843Z] --- PASS: TestNetworkDBIslands (11.49s) [2022-03-20T19:15:07.843Z] PASS [2022-03-20T19:15:07.843Z] coverage: 60.6% of statements [2022-03-20T19:15:07.843Z] ok github.com/docker/docker/libnetwork/networkdb 105.940s coverage: 60.6% of statements [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/quota [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/rootless [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/volume [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-20T19:15:07.843Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-20T19:15:08.163Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-03-20T19:15:08.425Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-20T19:15:08.988Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-20T19:15:09.001Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-03-20T19:15:10.392Z] ok github.com/docker/docker/quota 0.250s coverage: 71.4% of statements [2022-03-20T19:15:10.392Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-20T19:15:11.339Z] ok github.com/docker/docker/registry 0.053s coverage: 58.5% of statements [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === Skipped [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-20T19:15:11.609Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-20T19:15:11.609Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-20T19:15:11.609Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-20T19:15:11.609Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-20T19:15:11.609Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-20T19:15:11.609Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-20T19:15:11.609Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-20T19:15:11.609Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-20T19:15:11.609Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-03-20T19:15:11.609Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-20T19:15:11.609Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-20T19:15:11.609Z] daemon_test.go:145: root required [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-20T19:15:11.609Z] reload_test.go:342: root required [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-20T19:15:11.609Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-20T19:15:11.609Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-20T19:15:11.609Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-20T19:15:11.609Z] download_test.go:267: Needs fixing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-20T19:15:11.609Z] layer_test.go:291: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-20T19:15:11.609Z] layer_test.go:340: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-20T19:15:11.609Z] layer_test.go:455: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-20T19:15:11.609Z] layer_test.go:684: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-20T19:15:11.609Z] migration_test.go:45: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-20T19:15:11.609Z] migration_test.go:181: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-20T19:15:11.609Z] mount_test.go:17: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-20T19:15:11.609Z] mount_test.go:76: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-20T19:15:11.609Z] mount_test.go:125: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-20T19:15:11.609Z] mount_test.go:212: Failing on Windows [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-20T19:15:11.609Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-20T19:15:11.609Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.609Z] [2022-03-20T19:15:11.609Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-20T19:15:11.610Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-20T19:15:11.610Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-20T19:15:11.610Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-20T19:15:11.610Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-20T19:15:11.610Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-20T19:15:11.610Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-20T19:15:11.610Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-20T19:15:11.610Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-20T19:15:11.610Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-20T19:15:11.610Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:15:11.610Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:15:11.610Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:15:11.610Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:15:11.610Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:15:11.610Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:133: Xz not present in msys2 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-20T19:15:11.610Z] archive_test.go:140: zstd not installed [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:252: Failing on Windows CI machines [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:15:11.610Z] archive_windows_test.go:16: Currently fails [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-20T19:15:11.610Z] changes_test.go:195: needs more investigation [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-20T19:15:11.610Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-20T19:15:11.610Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-20T19:15:11.610Z] changes_test.go:432: needs further investigation [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-20T19:15:11.610Z] changes_test.go:468: needs further investigation [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-20T19:15:11.610Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-20T19:15:11.610Z] poller_test.go:40: No chmod on Windows [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-20T19:15:11.610Z] fileutils_test.go:133: Needs porting to Windows [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-20T19:15:11.610Z] fileutils_test.go:179: Needs porting to Windows [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-20T19:15:11.610Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-20T19:15:11.610Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-20T19:15:11.610Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-20T19:15:11.610Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-20T19:15:11.610Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-20T19:15:11.610Z] [2022-03-20T19:15:11.610Z] DONE 2091 tests, 70 skipped in 314.653s [2022-03-20T19:15:11.610Z] INFO: make.ps1 ended at 03/20/2022 19:15:11 [2022-03-20T19:15:11.913Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-20T19:15:11.913Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-20T19:15:12.267Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-20T19:15:12.268Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-20T19:15:12.487Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-20T19:15:12.749Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-20T19:15:13.297Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-20T19:15:13.297Z] INFO: Unit tests ended at 03/20/2022 19:15:13. Duration:00:05:31.9007821 [2022-03-20T19:15:13.297Z] INFO: Building busybox [2022-03-20T19:15:13.297Z] Sending build context to Docker daemon 5.12kB [2022-03-20T19:15:13.297Z] [2022-03-20T19:15:13.297Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-20T19:15:13.297Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-20T19:15:13.297Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-20T19:15:13.297Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-20T19:15:13.297Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-20T19:15:13.297Z] ---> 02f938cacc3b [2022-03-20T19:15:13.297Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-20T19:15:13.753Z] ---> Running in fd16bb6d544b [2022-03-20T19:15:14.161Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-20T19:15:14.667Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-20T19:15:14.927Z] ok github.com/docker/docker/volume/local 0.099s coverage: 76.4% of statements [2022-03-20T19:15:15.499Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-03-20T19:15:15.678Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:15:15.678Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:15:16.441Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-03-20T19:15:19.407Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-20T19:15:20.777Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-20T19:15:20.809Z] Removing intermediate container fd16bb6d544b [2022-03-20T19:15:20.809Z] ---> c024768644ba [2022-03-20T19:15:20.809Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-20T19:15:20.809Z] ---> Running in 7716c95f6444 [2022-03-20T19:15:20.809Z] Removing intermediate container 7716c95f6444 [2022-03-20T19:15:20.809Z] ---> a687e8a95420 [2022-03-20T19:15:20.809Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-20T19:15:20.809Z] ---> Running in e268ed7cea88 [2022-03-20T19:15:21.265Z] Removing intermediate container e268ed7cea88 [2022-03-20T19:15:21.265Z] ---> cb606b64c7fb [2022-03-20T19:15:21.265Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-20T19:15:21.707Z] docker_api_swarm_service_test.go:100: [da5f3c6c47a80] joining swarm manager [db84cee016c68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:15:21.964Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-20T19:15:22.537Z] docker_api_swarm_service_test.go:101: [dc85fb68f28f7] joining swarm manager [db84cee016c68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:15:22.795Z] [2022-03-20T19:15:23.252Z] ---> 42b304e9640a [2022-03-20T19:15:23.253Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-20T19:15:23.253Z] ---> Running in 177153449aa3 [2022-03-20T19:15:23.469Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.04s) [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.91s) [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (18.21s) [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (20.68s) [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.01s) [2022-03-20T19:15:24.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.00s) [2022-03-20T19:15:24.224Z] === RUN TestBuildMultiStageCopy [2022-03-20T19:15:24.224Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T19:15:24.840Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-20T19:15:26.734Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-20T19:15:27.490Z] --- PASS: TestCheckoutGit (39.20s) [2022-03-20T19:15:27.490Z] === RUN TestValidGitTransport [2022-03-20T19:15:27.490Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-20T19:15:27.490Z] === RUN TestGitInvalidRef [2022-03-20T19:15:27.490Z] --- PASS: TestGitInvalidRef (0.27s) [2022-03-20T19:15:27.490Z] PASS [2022-03-20T19:15:27.490Z] coverage: 86.3% of statements [2022-03-20T19:15:27.490Z] ok github.com/docker/docker/builder/remotecontext/git 39.529s coverage: 86.3% of statements [2022-03-20T19:15:27.490Z] ? github.com/docker/docker/cli [no test files] [2022-03-20T19:15:27.490Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-20T19:15:28.103Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-20T19:15:29.478Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-20T19:15:30.411Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-20T19:15:30.668Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-20T19:15:31.232Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-20T19:15:32.605Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-20T19:15:34.507Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-20T19:15:34.512Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T19:15:34.512Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T19:15:34.764Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-20T19:15:34.764Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-20T19:15:34.764Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-20T19:15:35.022Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-20T19:15:35.022Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-20T19:15:35.022Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-20T19:15:35.476Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T19:15:35.588Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-20T19:15:35.610Z] Removing intermediate container 177153449aa3 [2022-03-20T19:15:35.610Z] ---> f88db4a4c152 [2022-03-20T19:15:35.610Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-20T19:15:35.610Z] ---> Running in 6a81ba192c06 [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-20T19:15:36.068Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestConfigureDaemonLogs [2022-03-20T19:15:36.068Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestCommonOptionsInstallFlags [2022-03-20T19:15:36.068Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-20T19:15:36.068Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-20T19:15:36.068Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-20T19:15:36.068Z] PASS [2022-03-20T19:15:36.068Z] coverage: 19.0% of statements [2022-03-20T19:15:36.068Z] ok github.com/docker/docker/cmd/dockerd 0.275s coverage: 19.0% of statements [2022-03-20T19:15:36.068Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-20T19:15:36.068Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-20T19:15:36.518Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-20T19:15:36.580Z] [2022-03-20T19:15:36.580Z] SUCCESS: Specified value was saved. [2022-03-20T19:15:37.004Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T19:15:37.032Z] === RUN TestContainerStopSignal [2022-03-20T19:15:37.032Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestContainerStopTimeout [2022-03-20T19:15:37.032Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-20T19:15:37.032Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-20T19:15:37.032Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-20T19:15:37.032Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestReplaceAndAppendEnvVars [2022-03-20T19:15:37.032Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-20T19:15:37.032Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestNewMemoryStore [2022-03-20T19:15:37.032Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestAddContainers [2022-03-20T19:15:37.032Z] --- PASS: TestAddContainers (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestGetContainer [2022-03-20T19:15:37.032Z] --- PASS: TestGetContainer (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestDeleteContainer [2022-03-20T19:15:37.032Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestListContainers [2022-03-20T19:15:37.032Z] --- PASS: TestListContainers (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestFirstContainer [2022-03-20T19:15:37.032Z] --- PASS: TestFirstContainer (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestApplyAllContainer [2022-03-20T19:15:37.032Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestIsValidHealthString [2022-03-20T19:15:37.032Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestStateRunStop [2022-03-20T19:15:37.032Z] --- PASS: TestStateRunStop (0.00s) [2022-03-20T19:15:37.032Z] === RUN TestStateTimeoutWait [2022-03-20T19:15:37.488Z] state_test.go:141: Stop callback fired [2022-03-20T19:15:37.488Z] state_test.go:165: Stop callback fired [2022-03-20T19:15:37.488Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-20T19:15:37.488Z] === RUN TestIsValidStateString [2022-03-20T19:15:37.488Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-20T19:15:37.488Z] === RUN TestViewSaveDelete [2022-03-20T19:15:37.488Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-20T19:15:37.488Z] === RUN TestViewAll [2022-03-20T19:15:37.488Z] --- PASS: TestViewAll (0.02s) [2022-03-20T19:15:37.488Z] === RUN TestViewGet [2022-03-20T19:15:37.488Z] --- PASS: TestViewGet (0.01s) [2022-03-20T19:15:37.488Z] === RUN TestNames [2022-03-20T19:15:37.488Z] --- PASS: TestNames (0.00s) [2022-03-20T19:15:37.488Z] === RUN TestViewWithHealthCheck [2022-03-20T19:15:37.488Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-20T19:15:37.488Z] PASS [2022-03-20T19:15:37.488Z] coverage: 41.7% of statements [2022-03-20T19:15:37.488Z] ok github.com/docker/docker/container 0.292s coverage: 41.7% of statements [2022-03-20T19:15:37.488Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-20T19:15:37.488Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-20T19:15:37.488Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-20T19:15:37.488Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-20T19:15:37.886Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-20T19:15:38.414Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.3% of statements [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/rootless [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/volume [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-20T19:15:38.414Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === Skipped [2022-03-20T19:15:38.414Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-20T19:15:38.414Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-20T19:15:38.414Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-20T19:15:38.414Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-20T19:15:38.414Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-20T19:15:38.414Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.414Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-20T19:15:38.414Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.414Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T19:15:38.414Z] [2022-03-20T19:15:38.414Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:71: No driver to put! [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-20T19:15:38.415Z] time="2022-03-20T19:14:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-20T19:15:38.415Z] time="2022-03-20T19:14:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-20T19:15:38.415Z] time="2022-03-20T19:14:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-20T19:15:38.415Z] time="2022-03-20T19:14:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-20T19:15:38.415Z] time="2022-03-20T19:14:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:71: No driver to put! [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-20T19:15:38.415Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-20T19:15:38.415Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-20T19:15:38.415Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-20T19:15:38.415Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-20T19:15:38.415Z] graphtest_unix.go:71: No driver to put! [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-20T19:15:38.415Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-20T19:15:38.415Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-20T19:15:38.415Z] [2022-03-20T19:15:38.415Z] DONE 2337 tests, 28 skipped in 244.810s [2022-03-20T19:15:38.415Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/bitseq [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cluster [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/config [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/datastore [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/driverapi [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/etchosts [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/idm [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipam [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/iptables [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/netlabel [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/netutils [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/networkdb [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/ns [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/options [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/osl [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/portallocator [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/portmapper [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/testutils [2022-03-20T19:15:38.415Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-20T19:15:38.415Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-20T19:15:38.447Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-20T19:15:38.530Z] --- PASS: TestBuildMultiStageCopy (14.45s) [2022-03-20T19:15:38.530Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.45s) [2022-03-20T19:15:38.530Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.93s) [2022-03-20T19:15:38.530Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.19s) [2022-03-20T19:15:38.530Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.32s) [2022-03-20T19:15:38.530Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.56s) [2022-03-20T19:15:38.530Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T19:15:39.019Z] === RUN TestPrepare [2022-03-20T19:15:39.019Z] --- PASS: TestPrepare (0.00s) [2022-03-20T19:15:39.019Z] === RUN TestStart [2022-03-20T19:15:39.019Z] --- PASS: TestStart (0.00s) [2022-03-20T19:15:39.019Z] === RUN TestWaitCancel [2022-03-20T19:15:39.019Z] --- PASS: TestWaitCancel (0.00s) [2022-03-20T19:15:39.019Z] === RUN TestWaitDisabled [2022-03-20T19:15:39.019Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-20T19:15:39.019Z] === RUN TestWaitEnabled [2022-03-20T19:15:39.019Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-20T19:15:39.019Z] === RUN TestRemove [2022-03-20T19:15:39.019Z] --- PASS: TestRemove (0.00s) [2022-03-20T19:15:39.019Z] PASS [2022-03-20T19:15:39.019Z] coverage: 65.3% of statements [2022-03-20T19:15:39.019Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.077s coverage: 65.3% of statements [2022-03-20T19:15:40.328Z] Removing intermediate container 6a81ba192c06 [2022-03-20T19:15:40.328Z] ---> f60b4c260434 [2022-03-20T19:15:40.328Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-20T19:15:40.328Z] ---> Running in cb3e4bb4988b [2022-03-20T19:15:40.339Z] check_test.go:379: [da5f3c6c47a80] daemon is not started [2022-03-20T19:15:41.197Z] === RUN TestNewListSecretsFilters [2022-03-20T19:15:41.197Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestNewListConfigsFilters [2022-03-20T19:15:41.197Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-20T19:15:41.197Z] PASS [2022-03-20T19:15:41.197Z] coverage: 0.5% of statements [2022-03-20T19:15:41.197Z] ok github.com/docker/docker/daemon/cluster 0.183s coverage: 0.5% of statements [2022-03-20T19:15:41.197Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-20T19:15:41.197Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.19s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-20T19:15:41.197Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-20T19:15:41.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-20T19:15:41.198Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-20T19:15:41.198Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-20T19:15:41.198Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-20T19:15:41.198Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-20T19:15:41.198Z] PASS [2022-03-20T19:15:41.198Z] coverage: 35.9% of statements [2022-03-20T19:15:41.198Z] ok github.com/docker/docker/daemon/cluster/convert 0.298s coverage: 35.9% of statements [2022-03-20T19:15:41.420Z] --- PASS: TestBuildMultiStageParentConfig (2.89s) [2022-03-20T19:15:41.420Z] === RUN TestBuildLabelWithTargets [2022-03-20T19:15:41.420Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:15:41.420Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-20T19:15:41.420Z] === RUN TestBuildWithEmptyLayers [2022-03-20T19:15:42.950Z] --- PASS: TestBuildWithEmptyLayers (1.60s) [2022-03-20T19:15:42.950Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T19:15:44.518Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-20T19:15:44.930Z] === RUN TestBuilderGC [2022-03-20T19:15:44.930Z] --- PASS: TestBuilderGC (0.01s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationNotFound [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonBrokenConfiguration [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestFindConfigurationConflicts [2022-03-20T19:15:45.388Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-20T19:15:45.388Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-20T19:15:45.388Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-20T19:15:45.388Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.01s) [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-20T19:15:45.388Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_label [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_dns [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-20T19:15:45.388Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-20T19:15:45.388Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestReloadSetConfigFileNotExist [2022-03-20T19:15:45.388Z] time="2022-03-20T19:15:44Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-20T19:15:45.388Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-03-20T19:15:45.388Z] === RUN TestReloadDefaultConfigNotExist [2022-03-20T19:15:45.388Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:15:45.388Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-20T19:15:45.388Z] === RUN TestReloadBadDefaultConfig [2022-03-20T19:15:45.388Z] time="2022-03-20T19:15:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-268565263" [2022-03-20T19:15:45.388Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestReloadWithConflictingLabels [2022-03-20T19:15:45.388Z] time="2022-03-20T19:15:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2799634342" [2022-03-20T19:15:45.388Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestReloadWithDuplicateLabels [2022-03-20T19:15:45.388Z] time="2022-03-20T19:15:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1000339255" [2022-03-20T19:15:45.388Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestMaskURLCredentials [2022-03-20T19:15:45.388Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-20T19:15:45.388Z] === RUN TestDaemonConfigurationMerge [2022-03-20T19:15:45.388Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-20T19:15:45.388Z] PASS [2022-03-20T19:15:45.388Z] coverage: 79.2% of statements [2022-03-20T19:15:45.388Z] ok github.com/docker/docker/daemon/config 0.438s coverage: 79.2% of statements [2022-03-20T19:15:45.450Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-20T19:15:45.450Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-20T19:15:45.848Z] === RUN TestWaitNodeAttachment [2022-03-20T19:15:45.848Z] === RUN TestEventsLog [2022-03-20T19:15:45.848Z] --- PASS: TestEventsLog (0.00s) [2022-03-20T19:15:45.848Z] === RUN TestEventsLogTimeout [2022-03-20T19:15:45.848Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-20T19:15:45.848Z] === RUN TestLogEvents [2022-03-20T19:15:45.848Z] --- PASS: TestLogEvents (0.05s) [2022-03-20T19:15:45.848Z] === RUN TestLoadBufferedEvents [2022-03-20T19:15:45.848Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-03-20T19:15:45.848Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-20T19:15:45.848Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-20T19:15:45.848Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-20T19:15:45.848Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-20T19:15:45.848Z] PASS [2022-03-20T19:15:45.848Z] coverage: 50.0% of statements [2022-03-20T19:15:45.848Z] ok github.com/docker/docker/daemon/events 0.319s coverage: 50.0% of statements [2022-03-20T19:15:46.104Z] Cannot create a file when that file already exists. [2022-03-20T19:15:46.306Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-20T19:15:46.306Z] === RUN TestIsolationConversion [2022-03-20T19:15:46.306Z] === RUN TestIsolationConversion/default [2022-03-20T19:15:46.306Z] === RUN TestIsolationConversion/process [2022-03-20T19:15:46.306Z] === RUN TestIsolationConversion/hyperv [2022-03-20T19:15:46.306Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestContainerLabels [2022-03-20T19:15:46.306Z] --- PASS: TestContainerLabels (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestCredentialSpecConversion [2022-03-20T19:15:46.306Z] === RUN TestCredentialSpecConversion/none [2022-03-20T19:15:46.306Z] === RUN TestCredentialSpecConversion/config [2022-03-20T19:15:46.306Z] === RUN TestCredentialSpecConversion/file [2022-03-20T19:15:46.306Z] === RUN TestCredentialSpecConversion/registry [2022-03-20T19:15:46.306Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-20T19:15:46.306Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestControllerValidateMountBind [2022-03-20T19:15:46.306Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestControllerValidateMountVolume [2022-03-20T19:15:46.306Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestControllerValidateMountTarget [2022-03-20T19:15:46.306Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestControllerValidateMountTmpfs [2022-03-20T19:15:46.306Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestControllerValidateMountInvalidType [2022-03-20T19:15:46.306Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-20T19:15:46.306Z] === RUN TestControllerValidateMountNamedPipe [2022-03-20T19:15:46.306Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-20T19:15:46.306Z] PASS [2022-03-20T19:15:46.306Z] coverage: 11.0% of statements [2022-03-20T19:15:46.306Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.631s coverage: 11.0% of statements [2022-03-20T19:15:46.850Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-20T19:15:46.850Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-20T19:15:46.850Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-20T19:15:47.412Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-20T19:15:47.841Z] === RUN TestLinkNaming [2022-03-20T19:15:47.841Z] --- PASS: TestLinkNaming (0.00s) [2022-03-20T19:15:47.841Z] === RUN TestLinkNew [2022-03-20T19:15:47.841Z] --- PASS: TestLinkNew (0.00s) [2022-03-20T19:15:47.841Z] === RUN TestLinkEnv [2022-03-20T19:15:47.841Z] --- PASS: TestLinkEnv (0.00s) [2022-03-20T19:15:47.841Z] === RUN TestLinkMultipleEnv [2022-03-20T19:15:47.841Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-20T19:15:47.841Z] === RUN TestLinkPortRangeEnv [2022-03-20T19:15:47.841Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-20T19:15:47.841Z] PASS [2022-03-20T19:15:47.841Z] coverage: 93.0% of statements [2022-03-20T19:15:47.841Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2022-03-20T19:15:47.841Z] === RUN TestIsEmptyDir [2022-03-20T19:15:47.841Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-20T19:15:47.841Z] PASS [2022-03-20T19:15:47.841Z] coverage: 2.3% of statements [2022-03-20T19:15:47.841Z] ok github.com/docker/docker/daemon/graphdriver 0.093s coverage: 2.3% of statements [2022-03-20T19:15:47.973Z] docker_api_swarm_service_test.go:533: [d285f7cdfc8ec] joining swarm manager [db4e439e16949]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:15:49.337Z] docker_api_swarm_service_test.go:534: [d18104732e689] joining swarm manager [db4e439e16949]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:15:49.337Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-20T19:15:49.379Z] === RUN TestVerifyNetworkingConfig [2022-03-20T19:15:49.379Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestGetContainer [2022-03-20T19:15:49.379Z] --- PASS: TestGetContainer (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestValidContainerNames [2022-03-20T19:15:49.379Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestContainerInitDNS [2022-03-20T19:15:49.379Z] daemon_test.go:145: root required [2022-03-20T19:15:49.379Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestMerge [2022-03-20T19:15:49.379Z] --- PASS: TestMerge (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestValidateContainerIsolation [2022-03-20T19:15:49.379Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestFindNetworkErrorType [2022-03-20T19:15:49.379Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestEnsureServicesExist [2022-03-20T19:15:49.379Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestEnsureServicesExistErrors [2022-03-20T19:15:49.379Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-20T19:15:49.379Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-20T19:15:49.379Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-20T19:15:49.379Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestContainerDelete [2022-03-20T19:15:49.379Z] --- PASS: TestContainerDelete (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestContainerDoubleDelete [2022-03-20T19:15:49.379Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestLogContainerEventCopyLabels [2022-03-20T19:15:49.379Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestLogContainerEventWithAttributes [2022-03-20T19:15:49.379Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestNoneHealthcheck [2022-03-20T19:15:49.379Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestHealthStates [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] time="2022-03-20T19:15:49Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-20T19:15:49.379Z] --- PASS: TestHealthStates (0.21s) [2022-03-20T19:15:49.379Z] === RUN TestGetInspectData [2022-03-20T19:15:49.379Z] --- PASS: TestGetInspectData (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestFillLicense [2022-03-20T19:15:49.379Z] --- PASS: TestFillLicense (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestListInvalidFilter [2022-03-20T19:15:49.379Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestNameFilter [2022-03-20T19:15:49.379Z] --- PASS: TestNameFilter (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-20T19:15:49.379Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-20T19:15:49.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-20T19:15:49.379Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-20T19:15:49.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-20T19:15:49.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-20T19:15:49.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-20T19:15:49.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestDaemonReloadLabels [2022-03-20T19:15:49.380Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-20T19:15:49.380Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestDaemonReloadMirrors [2022-03-20T19:15:49.380Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-20T19:15:49.380Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-20T19:15:49.380Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-20T19:15:49.380Z] reload_test.go:342: root required [2022-03-20T19:15:49.380Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-20T19:15:49.380Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-20T19:15:49.380Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-20T19:15:49.380Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-20T19:15:49.380Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s) [2022-03-20T19:15:49.380Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-20T19:15:49.380Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-20T19:15:49.380Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-20T19:15:49.380Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-20T19:15:49.380Z] === RUN TestParseVolumesFrom [2022-03-20T19:15:49.380Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-20T19:15:49.380Z] PASS [2022-03-20T19:15:49.380Z] coverage: 8.6% of statements [2022-03-20T19:15:49.380Z] ok github.com/docker/docker/daemon 0.552s coverage: 8.6% of statements [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-20T19:15:49.380Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-20T19:15:49.837Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-20T19:15:50.265Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/defaults [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-20T19:15:51.369Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-20T19:15:51.369Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-20T19:15:51.369Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-20T19:15:51.369Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-20T19:15:51.369Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-20T19:15:51.369Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-20T19:15:51.369Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-20T19:15:51.369Z] === RUN TestSearchRegistryForImagesErrors [2022-03-20T19:15:51.369Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestSearchRegistryForImages [2022-03-20T19:15:51.369Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestOnlyPlatformWithFallback [2022-03-20T19:15:51.369Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestImageDelete [2022-03-20T19:15:51.369Z] === RUN TestImageDelete/no_lease [2022-03-20T19:15:51.369Z] === RUN TestImageDelete/lease_exists [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-20T19:15:51.369Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-03-20T19:15:51.369Z] === RUN TestCreateSuccess [2022-03-20T19:15:51.369Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCreateStreamSkipped [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-20T19:15:51.369Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCreateLogGroupSuccess [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-20T19:15:51.369Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCreateError [2022-03-20T19:15:51.369Z] --- PASS: TestCreateError (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCreateAlreadyExists [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-20T19:15:51.369Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestLogClosed [2022-03-20T19:15:51.369Z] --- PASS: TestLogClosed (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestLogBlocking [2022-03-20T19:15:51.369Z] --- PASS: TestLogBlocking (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-20T19:15:51.369Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestLogNonBlockingBufferFull [2022-03-20T19:15:51.369Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestPublishBatchSuccess [2022-03-20T19:15:51.369Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestPublishBatchError [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=error msg=error [2022-03-20T19:15:51.369Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-20T19:15:51.369Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-20T19:15:51.369Z] time="2022-03-20T19:15:51Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-20T19:15:51.369Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchSimple [2022-03-20T19:15:51.369Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchTicker [2022-03-20T19:15:51.369Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchMultilinePattern [2022-03-20T19:15:51.369Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-20T19:15:51.369Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-20T19:15:51.369Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-20T19:15:51.369Z] === RUN TestAdapterReadLogs [2022-03-20T19:15:51.369Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCopier [2022-03-20T19:15:51.369Z] --- PASS: TestCopier (0.00s) [2022-03-20T19:15:51.369Z] === RUN TestCopierLongLines [2022-03-20T19:15:51.369Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-20T19:15:51.369Z] === RUN TestCollectBatchClose [2022-03-20T19:15:51.370Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen/0/Hello [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen/2/🙃 [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen/3/���� [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen/4/He��o [2022-03-20T19:15:51.370Z] === RUN TestEffectiveLen/5/ [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/0/ [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/1/Hello [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: Hello [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/2/Hello [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: He [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: llo [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/3/Hello [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: Hello [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/4/🙃 [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/5/🙃 [2022-03-20T19:15:51.370Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/6/a� [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: a [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: � [2022-03-20T19:15:51.370Z] === RUN TestFindValidSplit/7/a� [2022-03-20T19:15:51.370Z] === RUN TestCopierSlow [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1076: a� [2022-03-20T19:15:51.370Z] cloudwatchlogs_test.go:1077: [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-20T19:15:51.370Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-20T19:15:51.370Z] === RUN TestProcessEventEmoji [2022-03-20T19:15:51.370Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-20T19:15:51.370Z] === RUN TestCollectBatchLineSplit [2022-03-20T19:15:51.370Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-20T19:15:51.370Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-20T19:15:51.370Z] --- PASS: TestImageDelete (0.07s) [2022-03-20T19:15:51.370Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-20T19:15:51.370Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2022-03-20T19:15:51.370Z] === RUN TestContentStoreForPull [2022-03-20T19:15:51.370Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-20T19:15:51.370Z] === RUN TestCollectBatchMaxEvents [2022-03-20T19:15:51.370Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-20T19:15:51.370Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-20T19:15:51.370Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-20T19:15:51.370Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-20T19:15:51.370Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-20T19:15:51.370Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-20T19:15:51.828Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-20T19:15:51.828Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsFormat [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-20T19:15:51.828Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-20T19:15:51.828Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestCreateTagSuccess [2022-03-20T19:15:51.828Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-20T19:15:51.828Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-20T19:15:51.828Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-20T19:15:51.828Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-20T19:15:51.828Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-20T19:15:51.828Z] PASS [2022-03-20T19:15:51.828Z] coverage: 80.2% of statements [2022-03-20T19:15:51.828Z] ok github.com/docker/docker/daemon/logger/awslogs 0.470s coverage: 80.2% of statements [2022-03-20T19:15:51.828Z] --- PASS: TestCopierSlow (0.20s) [2022-03-20T19:15:51.828Z] === RUN TestCopierWithSized [2022-03-20T19:15:51.828Z] === RUN TestCopierWithSized/as_is [2022-03-20T19:15:51.828Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-20T19:15:51.828Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-20T19:15:51.828Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-20T19:15:51.828Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestCopierWithPartial [2022-03-20T19:15:51.828Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestRingLogger [2022-03-20T19:15:51.828Z] --- PASS: TestRingLogger (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestRingCap [2022-03-20T19:15:51.828Z] --- PASS: TestRingCap (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestRingClose [2022-03-20T19:15:51.828Z] --- PASS: TestRingClose (0.00s) [2022-03-20T19:15:51.828Z] === RUN TestRingDrain [2022-03-20T19:15:51.828Z] --- PASS: TestRingDrain (0.00s) [2022-03-20T19:15:51.828Z] PASS [2022-03-20T19:15:51.828Z] coverage: 43.2% of statements [2022-03-20T19:15:51.828Z] ok github.com/docker/docker/daemon/logger 0.295s coverage: 43.2% of statements [2022-03-20T19:15:51.828Z] --- PASS: TestContentStoreForPull (0.27s) [2022-03-20T19:15:51.828Z] PASS [2022-03-20T19:15:51.828Z] coverage: 6.6% of statements [2022-03-20T19:15:51.828Z] ok github.com/docker/docker/daemon/images 0.478s coverage: 6.6% of statements [2022-03-20T19:15:51.828Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-20T19:15:51.828Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-20T19:15:51.828Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-20T19:15:51.884Z] Removing intermediate container cb3e4bb4988b [2022-03-20T19:15:51.884Z] ---> bc238b7eb407 [2022-03-20T19:15:51.884Z] Step 13/13 : CMD ["sh"] [2022-03-20T19:15:51.884Z] ---> Running in 03a05af4cf2b [2022-03-20T19:15:51.884Z] Removing intermediate container 03a05af4cf2b [2022-03-20T19:15:51.884Z] ---> f4d8b506e3dd [2022-03-20T19:15:51.884Z] Successfully built f4d8b506e3dd [2022-03-20T19:15:51.884Z] Successfully tagged busybox:latest [2022-03-20T19:15:51.884Z] INFO: Docker images of the daemon under test [2022-03-20T19:15:51.884Z] [2022-03-20T19:15:51.884Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-20T19:15:51.884Z] busybox latest f4d8b506e3dd Less than a second ago 5.01GB [2022-03-20T19:15:51.884Z] microsoft/windowsservercore latest 02f938cacc3b 2 weeks ago 4.96GB [2022-03-20T19:15:51.884Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 2 weeks ago 4.96GB [2022-03-20T19:15:51.884Z] [2022-03-20T19:15:51.884Z] INFO: Running integration tests at 03/20/2022 19:15:51... [2022-03-20T19:15:51.884Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-20T19:15:51.884Z] INFO: Integration API tests being run from the host: [2022-03-20T19:15:51.884Z] INFO: make.ps1 starting at 03/20/2022 19:15:51 [2022-03-20T19:15:52.286Z] === RUN TestValidateLogOptReconnectInterval [2022-03-20T19:15:52.286Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-20T19:15:52.286Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-20T19:15:52.286Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-20T19:15:52.286Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-20T19:15:52.287Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-20T19:15:52.287Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-20T19:15:52.287Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-20T19:15:52.287Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-20T19:15:52.287Z] PASS [2022-03-20T19:15:52.287Z] coverage: 33.6% of statements [2022-03-20T19:15:52.287Z] ok github.com/docker/docker/daemon/logger/fluentd 0.061s coverage: 33.6% of statements [2022-03-20T19:15:52.287Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-20T19:15:52.287Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-20T19:15:52.287Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-20T19:15:53.254Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-20T19:15:53.254Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-20T19:15:53.254Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-20T19:15:53.254Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-20T19:15:53.254Z] === RUN TestFastTimeMarshalJSON [2022-03-20T19:15:53.254Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-20T19:15:53.254Z] PASS [2022-03-20T19:15:53.254Z] coverage: 87.2% of statements [2022-03-20T19:15:53.254Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.242s coverage: 87.2% of statements [2022-03-20T19:15:53.416Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-20T19:15:53.546Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-20T19:15:53.713Z] === RUN TestJSONFileLogger [2022-03-20T19:15:53.713Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-20T19:15:53.713Z] === RUN TestJSONFileLoggerWithTags [2022-03-20T19:15:53.713Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-20T19:15:53.713Z] === RUN TestJSONFileLoggerWithOpts [2022-03-20T19:15:53.713Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-20T19:15:53.713Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-20T19:15:53.713Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-20T19:15:53.713Z] === RUN TestEncodeDecode [2022-03-20T19:15:53.713Z] === PAUSE TestEncodeDecode [2022-03-20T19:15:53.713Z] === RUN TestUnexpectedEOF [2022-03-20T19:15:53.713Z] === RUN TestWriteLog [2022-03-20T19:15:53.713Z] === PAUSE TestWriteLog [2022-03-20T19:15:53.713Z] === RUN TestReadLog [2022-03-20T19:15:53.713Z] === PAUSE TestReadLog [2022-03-20T19:15:53.713Z] === RUN TestDecode [2022-03-20T19:15:53.713Z] --- PASS: TestDecode (0.03s) [2022-03-20T19:15:53.713Z] === CONT TestWriteLog [2022-03-20T19:15:53.713Z] === CONT TestReadLog [2022-03-20T19:15:53.713Z] --- PASS: TestWriteLog (0.00s) [2022-03-20T19:15:53.713Z] === RUN TestReadLog/tail_exact [2022-03-20T19:15:54.176Z] time="2022-03-20T19:15:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-20T19:15:54.176Z] time="2022-03-20T19:15:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-20T19:15:54.176Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-03-20T19:15:54.176Z] === CONT TestEncodeDecode [2022-03-20T19:15:54.176Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-20T19:15:54.176Z] PASS [2022-03-20T19:15:54.176Z] coverage: 69.9% of statements [2022-03-20T19:15:54.176Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.300s coverage: 69.9% of statements [2022-03-20T19:15:54.176Z] === RUN TestReadLog/tail_less_than_available [2022-03-20T19:15:54.176Z] === RUN TestReadLog/tail_more_than_available [2022-03-20T19:15:54.176Z] --- PASS: TestReadLog (0.25s) [2022-03-20T19:15:54.176Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-20T19:15:54.176Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-20T19:15:54.176Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-20T19:15:54.176Z] PASS [2022-03-20T19:15:54.176Z] coverage: 78.7% of statements [2022-03-20T19:15:54.176Z] ok github.com/docker/docker/daemon/logger/local 0.357s coverage: 78.7% of statements [2022-03-20T19:15:54.176Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-20T19:15:54.635Z] === RUN TestOpenFileDelete [2022-03-20T19:15:54.635Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-20T19:15:54.635Z] === RUN TestOpenFileRename [2022-03-20T19:15:54.920Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-20T19:15:54.920Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-20T19:15:54.920Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-20T19:15:55.093Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestHandleDecoderErr [2022-03-20T19:15:55.093Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestParseLogTagDefaultTag [2022-03-20T19:15:55.093Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestParseLogTag [2022-03-20T19:15:55.093Z] --- PASS: TestParseLogTag (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestParseLogTagEmptyTag [2022-03-20T19:15:55.093Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestTailFiles [2022-03-20T19:15:55.093Z] --- PASS: TestTailFiles (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestFollowLogsConsumerGone [2022-03-20T19:15:55.093Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-20T19:15:55.093Z] === RUN TestFollowLogsProducerGone [2022-03-20T19:15:55.093Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-20T19:15:55.093Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-20T19:15:55.093Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-20T19:15:55.093Z] === RUN TestCheckCapacityAndRotate [2022-03-20T19:15:55.093Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-20T19:15:55.093Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-20T19:15:55.093Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2022-03-20T19:15:55.093Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-03-20T19:15:55.093Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2022-03-20T19:15:55.093Z] PASS [2022-03-20T19:15:55.093Z] coverage: 55.1% of statements [2022-03-20T19:15:55.093Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.269s coverage: 55.1% of statements [2022-03-20T19:15:55.551Z] === RUN TestLog [2022-03-20T19:15:55.551Z] --- PASS: TestLog (0.04s) [2022-03-20T19:15:55.551Z] PASS [2022-03-20T19:15:55.551Z] coverage: 31.5% of statements [2022-03-20T19:15:55.551Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.113s coverage: 31.5% of statements [2022-03-20T19:15:56.519Z] === RUN TestValidateLogOpt [2022-03-20T19:15:56.519Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestNewMissedConfig [2022-03-20T19:15:56.519Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestNewMissedUrl [2022-03-20T19:15:56.519Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestNewMissedToken [2022-03-20T19:15:56.519Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestNewWithProxy [2022-03-20T19:15:56.519Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestDefault [2022-03-20T19:15:56.519Z] --- PASS: TestDefault (0.01s) [2022-03-20T19:15:56.519Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-20T19:15:56.519Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-03-20T19:15:56.519Z] === RUN TestJsonFormat [2022-03-20T19:15:56.519Z] === RUN TestParseLogFormat [2022-03-20T19:15:56.519Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestValidateLogOptEmpty [2022-03-20T19:15:56.519Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestValidateSyslogAddress [2022-03-20T19:15:56.519Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestParseAddressDefaultPort [2022-03-20T19:15:56.519Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestValidateSyslogFacility [2022-03-20T19:15:56.519Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestValidateLogOptSyslogFormat [2022-03-20T19:15:56.519Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestValidateLogOpt [2022-03-20T19:15:56.519Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-20T19:15:56.519Z] PASS [2022-03-20T19:15:56.519Z] coverage: 46.8% of statements [2022-03-20T19:15:56.519Z] ok github.com/docker/docker/daemon/logger/syslog 0.066s coverage: 46.8% of statements [2022-03-20T19:15:56.519Z] --- PASS: TestJsonFormat (0.02s) [2022-03-20T19:15:56.519Z] === RUN TestRawFormat [2022-03-20T19:15:56.519Z] --- PASS: TestRawFormat (0.01s) [2022-03-20T19:15:56.519Z] === RUN TestRawFormatWithLabels [2022-03-20T19:15:56.519Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestRawFormatWithoutTag [2022-03-20T19:15:56.519Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-20T19:15:56.519Z] === RUN TestBatching [2022-03-20T19:15:56.519Z] === RUN TestNewParse [2022-03-20T19:15:56.519Z] --- PASS: TestNewParse (0.00s) [2022-03-20T19:15:56.519Z] PASS [2022-03-20T19:15:56.519Z] coverage: 8.3% of statements [2022-03-20T19:15:56.519Z] ok github.com/docker/docker/daemon/logger/templates 0.069s coverage: 8.3% of statements [2022-03-20T19:15:56.977Z] --- PASS: TestBatching (0.36s) [2022-03-20T19:15:56.977Z] === RUN TestFrequency [2022-03-20T19:15:56.977Z] --- PASS: TestFrequency (0.21s) [2022-03-20T19:15:56.977Z] === RUN TestOneMessagePerRequest [2022-03-20T19:15:56.977Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-20T19:15:56.977Z] === RUN TestVerify [2022-03-20T19:15:56.977Z] --- PASS: TestVerify (0.00s) [2022-03-20T19:15:56.977Z] === RUN TestSkipVerify [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] --- PASS: TestSkipVerify (0.55s) [2022-03-20T19:15:57.437Z] === RUN TestBufferMaximum [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.291618\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.291618\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.437Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-20T19:15:57.437Z] === RUN TestServerAlwaysDown [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.295631\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.295631\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.295631\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.437Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.296632\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.444Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-20T19:15:57.725Z] --- PASS: TestBuildMultiStageOnBuild (14.74s) [2022-03-20T19:15:57.725Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T19:15:57.725Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:15:57.725Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-20T19:15:57.725Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T19:15:57.896Z] time="2022-03-20T19:15:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647803757.296632\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:57.896Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-20T19:15:57.896Z] === RUN TestCannotSendAfterClose [2022-03-20T19:15:57.896Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-20T19:15:57.896Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-20T19:15:58.009Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-20T19:15:58.270Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-20T19:15:58.355Z] time="2022-03-20T19:15:58Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49211/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-20T19:15:58.355Z] time="2022-03-20T19:15:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"02cf719280a6\"}'" [2022-03-20T19:15:58.355Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-20T19:15:58.355Z] PASS [2022-03-20T19:15:58.355Z] coverage: 82.5% of statements [2022-03-20T19:15:58.815Z] ok github.com/docker/docker/daemon/logger/splunk 2.251s coverage: 82.5% of statements [2022-03-20T19:15:58.815Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-20T19:15:58.815Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-20T19:15:58.815Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-20T19:15:58.815Z] === RUN TestV1IDService [2022-03-20T19:15:58.815Z] --- PASS: TestV1IDService (0.05s) [2022-03-20T19:15:58.815Z] === RUN TestV2MetadataService [2022-03-20T19:15:58.815Z] === RUN TestSuccessfulDownload [2022-03-20T19:15:58.815Z] download_test.go:267: Needs fixing on Windows [2022-03-20T19:15:58.815Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-20T19:15:58.815Z] === RUN TestCancelledDownload [2022-03-20T19:15:58.815Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-20T19:15:58.815Z] === RUN TestMaxDownloadAttempts [2022-03-20T19:15:58.815Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:15:58.815Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:15:58.815Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:15:58.815Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:15:58.815Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:15:58.815Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:15:58.815Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:15:58.815Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:15:58.815Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-20T19:15:58.815Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-20T19:15:58.815Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-20T19:15:58.815Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-20T19:15:59.199Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-20T19:15:59.272Z] time="2022-03-20T19:15:58Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:15:59.272Z] time="2022-03-20T19:15:58Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:15:59.272Z] time="2022-03-20T19:15:58Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:15:59.272Z] time="2022-03-20T19:15:58Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-20T19:15:59.272Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-20T19:15:59.272Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s) [2022-03-20T19:15:59.272Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s) [2022-03-20T19:15:59.272Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s) [2022-03-20T19:15:59.272Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s) [2022-03-20T19:15:59.272Z] === RUN TestTransfer [2022-03-20T19:15:59.731Z] --- PASS: TestTransfer (0.16s) [2022-03-20T19:15:59.731Z] === RUN TestConcurrencyLimit [2022-03-20T19:15:59.731Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-20T19:15:59.731Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-20T19:15:59.731Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-20T19:15:59.731Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-20T19:15:59.731Z] === RUN TestContinueOnError_NeverContinue [2022-03-20T19:15:59.731Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-20T19:15:59.731Z] === RUN TestManifestStore [2022-03-20T19:15:59.731Z] === RUN TestManifestStore/no_remote_or_local [2022-03-20T19:15:59.731Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-20T19:15:59.731Z] === RUN TestInactiveJobs [2022-03-20T19:15:59.731Z] --- PASS: TestV2MetadataService (1.18s) [2022-03-20T19:15:59.731Z] PASS [2022-03-20T19:15:59.731Z] coverage: 48.2% of statements [2022-03-20T19:16:00.127Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-20T19:16:00.188Z] ok github.com/docker/docker/distribution/metadata 1.361s coverage: 48.2% of statements [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local165186721\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/no_local_cache [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/with_local_cache [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/unknown_media_type [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="reference for unknown type: " [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="reference for unknown type: " [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="reference for unknown type: " [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="reference for unknown type: " [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="reference for unknown type: " [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-20T19:16:00.188Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-20T19:16:00.188Z] time="2022-03-20T19:15:59Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore (0.39s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-20T19:16:00.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestFixManifestLayers [2022-03-20T19:16:00.188Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-20T19:16:00.188Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-20T19:16:00.188Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestFixManifestLayersBadParent [2022-03-20T19:16:00.188Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestValidateManifest [2022-03-20T19:16:00.188Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-20T19:16:00.188Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestFormatPlatform [2022-03-20T19:16:00.188Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestPullSchema2Config [2022-03-20T19:16:00.188Z] === RUN TestPullSchema2Config/success_first_time [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:16:00.188Z] === RUN TestPullSchema2Config/500_status [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:16:00.188Z] --- PASS: TestInactiveJobs (0.38s) [2022-03-20T19:16:00.188Z] === RUN TestWatchRelease [2022-03-20T19:16:00.188Z] === RUN TestNotFound [2022-03-20T19:16:00.188Z] --- PASS: TestNotFound (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestConflict [2022-03-20T19:16:00.188Z] --- PASS: TestConflict (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestForbidden [2022-03-20T19:16:00.188Z] --- PASS: TestForbidden (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestInvalidParameter [2022-03-20T19:16:00.188Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestNotImplemented [2022-03-20T19:16:00.188Z] --- PASS: TestNotImplemented (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestNotModified [2022-03-20T19:16:00.188Z] --- PASS: TestNotModified (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestUnauthorized [2022-03-20T19:16:00.188Z] --- PASS: TestUnauthorized (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestUnknown [2022-03-20T19:16:00.188Z] --- PASS: TestUnknown (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestCancelled [2022-03-20T19:16:00.188Z] --- PASS: TestCancelled (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestDeadline [2022-03-20T19:16:00.188Z] --- PASS: TestDeadline (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestDataLoss [2022-03-20T19:16:00.188Z] --- PASS: TestDataLoss (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestUnavailable [2022-03-20T19:16:00.188Z] --- PASS: TestUnavailable (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestSystem [2022-03-20T19:16:00.188Z] --- PASS: TestSystem (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Not_Found [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Bad_Request [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Conflict [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Unauthorized [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Forbidden [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Not_Modified [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-20T19:16:00.188Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-20T19:16:00.188Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-20T19:16:00.188Z] PASS [2022-03-20T19:16:00.188Z] coverage: 64.4% of statements [2022-03-20T19:16:00.188Z] ok github.com/docker/docker/errdefs 0.053s coverage: 64.4% of statements [2022-03-20T19:16:00.188Z] --- PASS: TestWatchRelease (0.04s) [2022-03-20T19:16:00.188Z] === RUN TestWatchFinishedTransfer [2022-03-20T19:16:00.188Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-20T19:16:00.188Z] === RUN TestDuplicateTransfer [2022-03-20T19:16:00.188Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-20T19:16:00.188Z] === RUN TestSuccessfulUpload [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:16:00.188Z] === RUN TestPullSchema2Config/EOF [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:16:00.188Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:16:00.188Z] 2022/03/20 19:16:00 http: panic serving 127.0.0.1:49223: intentional panic [2022-03-20T19:16:00.188Z] goroutine 135 [running]: [2022-03-20T19:16:00.188Z] net/http.(*conn).serve.func1() [2022-03-20T19:16:00.188Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-20T19:16:00.188Z] panic({0x10e6e40, 0x12c8df0}) [2022-03-20T19:16:00.188Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-20T19:16:00.188Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000085d40?, {0x12d05d8?, 0xc000014460?}) [2022-03-20T19:16:00.188Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-20T19:16:00.188Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x12d05d8, 0xc000014460}, 0xc0003ba500) [2022-03-20T19:16:00.188Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-03-20T19:16:00.188Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x12d05d8?, 0xc000014460?}, 0xc00005b000?) [2022-03-20T19:16:00.188Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-20T19:16:00.188Z] net/http.serverHandler.ServeHTTP({0xc000039dd0?}, {0x12d05d8, 0xc000014460}, 0xc0003ba500) [2022-03-20T19:16:00.188Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-20T19:16:00.189Z] net/http.(*conn).serve(0xc00020af00, {0x12d0e50, 0xc00052a3c0}) [2022-03-20T19:16:00.645Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-20T19:16:00.645Z] created by net/http.(*Server).Serve [2022-03-20T19:16:00.645Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-20T19:16:00.645Z] time="2022-03-20T19:16:00Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-20T19:16:00.645Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:16:00.645Z] === RUN TestPullSchema2Config/unauthorized [2022-03-20T19:16:00.645Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-20T19:16:00.645Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-20T19:16:00.645Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-20T19:16:00.645Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-20T19:16:00.645Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-20T19:16:00.645Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-20T19:16:00.645Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-20T19:16:00.645Z] === RUN TestGetRepositoryMountCandidates [2022-03-20T19:16:00.645Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-20T19:16:00.645Z] === RUN TestLayerAlreadyExists [2022-03-20T19:16:00.645Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:16:00.645Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:16:00.646Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:16:00.646Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:16:00.646Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:16:00.646Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-20T19:16:00.646Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-20T19:16:00.646Z] === RUN TestWhenEmptyAuthConfig [2022-03-20T19:16:00.646Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-03-20T19:16:00.646Z] === RUN TestCancelledUpload [2022-03-20T19:16:00.646Z] --- PASS: TestCancelledUpload (0.01s) [2022-03-20T19:16:00.646Z] PASS [2022-03-20T19:16:00.646Z] coverage: 77.3% of statements [2022-03-20T19:16:00.646Z] ok github.com/docker/docker/distribution/xfer 1.910s coverage: 77.3% of statements [2022-03-20T19:16:01.055Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-20T19:16:01.614Z] === RUN TestCompare [2022-03-20T19:16:01.614Z] --- PASS: TestCompare (0.00s) [2022-03-20T19:16:01.614Z] PASS [2022-03-20T19:16:01.614Z] coverage: 19.2% of statements [2022-03-20T19:16:01.614Z] ok github.com/docker/docker/image/cache 0.104s coverage: 19.2% of statements [2022-03-20T19:16:01.984Z] === RUN TestDockerSuite/TestRmiTag [2022-03-20T19:16:01.984Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-20T19:16:02.074Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-03-20T19:16:02.074Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-20T19:16:02.074Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-20T19:16:02.074Z] === RUN TestTokenPassThru [2022-03-20T19:16:02.074Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestTokenPassThruDifferentHost [2022-03-20T19:16:02.074Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-20T19:16:02.074Z] PASS [2022-03-20T19:16:02.074Z] coverage: 26.7% of statements [2022-03-20T19:16:02.074Z] ok github.com/docker/docker/distribution 2.235s coverage: 26.7% of statements [2022-03-20T19:16:02.074Z] === RUN TestFSGetInvalidData [2022-03-20T19:16:02.074Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestFSInvalidSet [2022-03-20T19:16:02.074Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestFSInvalidRoot [2022-03-20T19:16:02.074Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestFSMetadataGetSet [2022-03-20T19:16:02.074Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-20T19:16:02.074Z] === RUN TestFSInvalidWalker [2022-03-20T19:16:02.074Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestFSGetSet [2022-03-20T19:16:02.074Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-20T19:16:02.074Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-20T19:16:02.074Z] ? github.com/docker/docker/errdefs/adapter [no test files] [2022-03-20T19:16:02.074Z] --- PASS: TestFSGetSet (0.05s) [2022-03-20T19:16:02.074Z] === RUN TestFSGetUnsetKey [2022-03-20T19:16:02.074Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestFSGetEmptyData [2022-03-20T19:16:02.074Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-20T19:16:02.074Z] === RUN TestFSDelete [2022-03-20T19:16:02.074Z] --- PASS: TestFSDelete (0.03s) [2022-03-20T19:16:02.074Z] === RUN TestFSWalker [2022-03-20T19:16:02.074Z] --- PASS: TestFSWalker (0.02s) [2022-03-20T19:16:02.074Z] === RUN TestFSWalkerStopOnError [2022-03-20T19:16:02.074Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-20T19:16:02.074Z] === RUN TestNewFromJSON [2022-03-20T19:16:02.074Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-20T19:16:02.074Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-20T19:16:02.074Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-20T19:16:02.074Z] === RUN TestMarshalKeyOrder [2022-03-20T19:16:02.074Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-20T19:16:02.074Z] === RUN TestHistoryEqual [2022-03-20T19:16:02.242Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-20T19:16:02.533Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-20T19:16:02.533Z] === RUN TestImage [2022-03-20T19:16:02.533Z] --- PASS: TestImage (0.00s) [2022-03-20T19:16:02.533Z] === RUN TestImageOSNotEmpty [2022-03-20T19:16:02.533Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-20T19:16:02.533Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-20T19:16:02.533Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-20T19:16:02.533Z] === RUN TestCreate [2022-03-20T19:16:02.533Z] --- PASS: TestCreate (0.01s) [2022-03-20T19:16:02.533Z] === RUN TestRestore [2022-03-20T19:16:02.533Z] time="2022-03-20T19:16:02Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-20T19:16:02.533Z] --- PASS: TestRestore (0.07s) [2022-03-20T19:16:02.533Z] === RUN TestAddDelete [2022-03-20T19:16:02.533Z] --- PASS: TestAddDelete (0.04s) [2022-03-20T19:16:02.533Z] === RUN TestSearchAfterDelete [2022-03-20T19:16:02.533Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-20T19:16:02.533Z] === RUN TestParentReset [2022-03-20T19:16:02.533Z] --- PASS: TestParentReset (0.04s) [2022-03-20T19:16:02.533Z] === RUN TestGetAndSetLastUpdated [2022-03-20T19:16:02.533Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-20T19:16:02.533Z] === RUN TestStoreLen [2022-03-20T19:16:02.533Z] --- PASS: TestStoreLen (0.06s) [2022-03-20T19:16:02.533Z] PASS [2022-03-20T19:16:02.533Z] coverage: 86.9% of statements [2022-03-20T19:16:02.533Z] ok github.com/docker/docker/image 0.764s coverage: 86.9% of statements [2022-03-20T19:16:02.533Z] === RUN TestValidateManifest [2022-03-20T19:16:02.533Z] === RUN TestValidateManifest/nil [2022-03-20T19:16:02.533Z] === RUN TestValidateManifest/non-nil [2022-03-20T19:16:02.533Z] --- PASS: TestValidateManifest (0.00s) [2022-03-20T19:16:02.533Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-20T19:16:02.533Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-20T19:16:02.533Z] PASS [2022-03-20T19:16:02.533Z] coverage: 0.7% of statements [2022-03-20T19:16:02.533Z] ok github.com/docker/docker/image/tarexport 0.086s coverage: 0.7% of statements [2022-03-20T19:16:02.996Z] === RUN TestMakeV1ConfigFromConfig [2022-03-20T19:16:02.996Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-20T19:16:02.996Z] PASS [2022-03-20T19:16:02.996Z] coverage: 25.0% of statements [2022-03-20T19:16:02.996Z] ok github.com/docker/docker/image/v1 0.094s coverage: 25.0% of statements [2022-03-20T19:16:02.996Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-20T19:16:04.547Z] === RUN TestSerialization [2022-03-20T19:16:04.547Z] --- PASS: TestSerialization (0.02s) [2022-03-20T19:16:04.547Z] PASS [2022-03-20T19:16:04.547Z] coverage: 100.0% of statements [2022-03-20T19:16:04.547Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-03-20T19:16:05.013Z] === RUN TestEmptyLayer [2022-03-20T19:16:05.013Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-20T19:16:05.013Z] === RUN TestCommitFailure [2022-03-20T19:16:05.013Z] --- PASS: TestCommitFailure (0.03s) [2022-03-20T19:16:05.013Z] === RUN TestStartTransactionFailure [2022-03-20T19:16:05.013Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-20T19:16:05.013Z] === RUN TestGetOrphan [2022-03-20T19:16:05.013Z] --- PASS: TestGetOrphan (0.01s) [2022-03-20T19:16:05.013Z] === RUN TestMountAndRegister [2022-03-20T19:16:05.484Z] layer_test.go:258: Layer size: 14 [2022-03-20T19:16:05.484Z] --- PASS: TestMountAndRegister (0.06s) [2022-03-20T19:16:05.484Z] === RUN TestLayerRelease [2022-03-20T19:16:05.484Z] layer_test.go:291: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestStoreRestore [2022-03-20T19:16:05.484Z] layer_test.go:340: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestTarStreamStability [2022-03-20T19:16:05.484Z] layer_test.go:455: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestRegisterExistingLayer [2022-03-20T19:16:05.484Z] === RUN TestEnvironmentParsing [2022-03-20T19:16:05.484Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-20T19:16:05.484Z] PASS [2022-03-20T19:16:05.484Z] coverage: 1.2% of statements [2022-03-20T19:16:05.484Z] ok github.com/docker/docker/libcontainerd/local 0.083s coverage: 1.2% of statements [2022-03-20T19:16:05.484Z] --- PASS: TestRegisterExistingLayer (0.23s) [2022-03-20T19:16:05.484Z] === RUN TestTarStreamVerification [2022-03-20T19:16:05.484Z] layer_test.go:684: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestLayerMigration [2022-03-20T19:16:05.484Z] migration_test.go:45: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestLayerMigrationNoTarsplit [2022-03-20T19:16:05.484Z] migration_test.go:181: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestMountInit [2022-03-20T19:16:05.484Z] mount_test.go:17: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestMountInit (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestMountSize [2022-03-20T19:16:05.484Z] mount_test.go:76: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestMountSize (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestMountChanges [2022-03-20T19:16:05.484Z] mount_test.go:125: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestMountChanges (0.00s) [2022-03-20T19:16:05.484Z] === RUN TestMountApply [2022-03-20T19:16:05.484Z] mount_test.go:212: Failing on Windows [2022-03-20T19:16:05.484Z] --- SKIP: TestMountApply (0.00s) [2022-03-20T19:16:05.484Z] PASS [2022-03-20T19:16:05.484Z] coverage: 30.6% of statements [2022-03-20T19:16:05.484Z] ok github.com/docker/docker/layer 0.528s coverage: 30.6% of statements [2022-03-20T19:16:05.523Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-20T19:16:05.523Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-20T19:16:05.955Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-20T19:16:05.955Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-20T19:16:05.955Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-20T19:16:05.955Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-20T19:16:05.955Z] === RUN TestSequenceGetAvailableBit [2022-03-20T19:16:05.955Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSequenceEqual [2022-03-20T19:16:05.955Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSequenceCopy [2022-03-20T19:16:05.955Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestGetFirstAvailable [2022-03-20T19:16:05.955Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestFindSequence [2022-03-20T19:16:05.955Z] --- PASS: TestFindSequence (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestCheckIfAvailable [2022-03-20T19:16:05.955Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestMergeSequences [2022-03-20T19:16:05.955Z] --- PASS: TestMergeSequences (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestPushReservation [2022-03-20T19:16:05.955Z] --- PASS: TestPushReservation (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSerializeDeserialize [2022-03-20T19:16:05.955Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSet [2022-03-20T19:16:05.955Z] --- PASS: TestSet (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSetUnset [2022-03-20T19:16:05.955Z] --- PASS: TestSetUnset (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestOffsetSetUnset [2022-03-20T19:16:05.955Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSetInRange [2022-03-20T19:16:05.955Z] --- PASS: TestSetInRange (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestSetAnyInRange [2022-03-20T19:16:05.955Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestMethods [2022-03-20T19:16:05.955Z] --- PASS: TestMethods (0.00s) [2022-03-20T19:16:05.955Z] === RUN TestRandomAllocateDeallocate [2022-03-20T19:16:06.089Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-20T19:16:06.347Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-20T19:16:07.282Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-20T19:16:07.539Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-20T19:16:07.796Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-20T19:16:08.361Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-20T19:16:08.361Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-20T19:16:08.619Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-20T19:16:08.921Z] === RUN TestInvalidConfig [2022-03-20T19:16:08.921Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-20T19:16:08.921Z] === RUN TestConfig [2022-03-20T19:16:08.921Z] --- PASS: TestConfig (0.00s) [2022-03-20T19:16:08.921Z] === RUN TestOptionsLabels [2022-03-20T19:16:08.921Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-20T19:16:08.921Z] === RUN TestValidName [2022-03-20T19:16:08.921Z] --- PASS: TestValidName (0.00s) [2022-03-20T19:16:08.921Z] PASS [2022-03-20T19:16:08.921Z] coverage: 19.7% of statements [2022-03-20T19:16:08.921Z] ok github.com/docker/docker/libnetwork/config 0.096s coverage: 19.7% of statements [2022-03-20T19:16:09.392Z] === RUN TestKey [2022-03-20T19:16:09.392Z] --- PASS: TestKey (0.00s) [2022-03-20T19:16:09.392Z] === RUN TestParseKey [2022-03-20T19:16:09.392Z] --- PASS: TestParseKey (0.00s) [2022-03-20T19:16:09.392Z] === RUN TestInvalidDataStore [2022-03-20T19:16:09.392Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-20T19:16:09.392Z] === RUN TestKVObjectFlatKey [2022-03-20T19:16:09.392Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-20T19:16:09.392Z] === RUN TestAtomicKVObjectFlatKey [2022-03-20T19:16:09.392Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-20T19:16:09.392Z] PASS [2022-03-20T19:16:09.392Z] coverage: 21.9% of statements [2022-03-20T19:16:09.392Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-03-20T19:16:09.571Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-20T19:16:09.863Z] === RUN TestErrorInterfaces [2022-03-20T19:16:09.863Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-20T19:16:09.863Z] === RUN TestNetworkMarshalling [2022-03-20T19:16:10.104Z] --- PASS: TestBuildMultiStageLayerLeak (12.52s) [2022-03-20T19:16:10.104Z] === RUN TestBuildWithHugeFile [2022-03-20T19:16:10.134Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-20T19:16:10.334Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-03-20T19:16:10.334Z] === RUN TestEndpointMarshalling [2022-03-20T19:16:10.334Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestAuxAddresses [2022-03-20T19:16:10.334Z] time="2022-03-20T19:16:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:16:10.334Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-20T19:16:10.334Z] === RUN TestSRVServiceQuery [2022-03-20T19:16:10.334Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-20T19:16:10.334Z] === RUN TestServiceVIPReuse [2022-03-20T19:16:10.334Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-20T19:16:10.334Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-20T19:16:10.334Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.02s) [2022-03-20T19:16:10.334Z] === RUN TestDNSIPQuery [2022-03-20T19:16:10.334Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestDNSProxyServFail [2022-03-20T19:16:10.334Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestSandboxAddEmpty [2022-03-20T19:16:10.334Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestSandboxAddMultiPrio [2022-03-20T19:16:10.334Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestSandboxAddSamePrio [2022-03-20T19:16:10.334Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestCleanupServiceDiscovery [2022-03-20T19:16:10.334Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestDNSOptions [2022-03-20T19:16:10.334Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:16:10.334Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestMultipleControllersWithSameStore [2022-03-20T19:16:10.334Z] time="2022-03-20T19:16:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:16:10.334Z] time="2022-03-20T19:16:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-20T19:16:10.334Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2022-03-20T19:16:10.334Z] PASS [2022-03-20T19:16:10.334Z] coverage: 8.5% of statements [2022-03-20T19:16:10.334Z] ok github.com/docker/docker/libnetwork 0.419s coverage: 8.5% of statements [2022-03-20T19:16:10.334Z] === RUN TestIPDataMarshalling [2022-03-20T19:16:10.334Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-20T19:16:10.334Z] === RUN TestValidateAndIsV6 [2022-03-20T19:16:10.334Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-20T19:16:10.334Z] PASS [2022-03-20T19:16:10.334Z] coverage: 68.9% of statements [2022-03-20T19:16:10.334Z] ok github.com/docker/docker/libnetwork/driverapi 0.056s coverage: 68.9% of statements [2022-03-20T19:16:10.697Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-20T19:16:10.804Z] === RUN TestDriver [2022-03-20T19:16:10.804Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:16:10.804Z] PASS [2022-03-20T19:16:10.804Z] coverage: 34.8% of statements [2022-03-20T19:16:10.804Z] ok github.com/docker/docker/libnetwork/drivers/host 0.074s coverage: 34.8% of statements [2022-03-20T19:16:11.260Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-20T19:16:11.793Z] === RUN TestDriver [2022-03-20T19:16:11.793Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:16:11.793Z] PASS [2022-03-20T19:16:11.793Z] coverage: 34.8% of statements [2022-03-20T19:16:11.793Z] ok github.com/docker/docker/libnetwork/drivers/null 0.054s coverage: 34.8% of statements [2022-03-20T19:16:11.793Z] === RUN TestNetworkAllocateFree [2022-03-20T19:16:11.793Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-20T19:16:11.793Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-20T19:16:11.793Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-20T19:16:11.793Z] PASS [2022-03-20T19:16:11.793Z] coverage: 63.6% of statements [2022-03-20T19:16:11.793Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.051s coverage: 63.6% of statements [2022-03-20T19:16:12.188Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-20T19:16:12.188Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-20T19:16:12.264Z] === RUN TestGetEmptyCapabilities [2022-03-20T19:16:12.264Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-20T19:16:12.264Z] === RUN TestGetExtraCapabilities [2022-03-20T19:16:12.264Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-20T19:16:12.264Z] === RUN TestGetInvalidCapabilities [2022-03-20T19:16:12.264Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-20T19:16:12.264Z] === RUN TestRemoteDriver [2022-03-20T19:16:12.264Z] --- PASS: TestRemoteDriver (0.03s) [2022-03-20T19:16:12.264Z] === RUN TestDriverError [2022-03-20T19:16:12.264Z] --- PASS: TestDriverError (0.01s) [2022-03-20T19:16:12.264Z] === RUN TestMissingValues [2022-03-20T19:16:12.264Z] --- PASS: TestMissingValues (0.01s) [2022-03-20T19:16:12.264Z] === RUN TestRollback [2022-03-20T19:16:12.264Z] --- PASS: TestRollback (0.01s) [2022-03-20T19:16:12.264Z] PASS [2022-03-20T19:16:12.264Z] coverage: 57.4% of statements [2022-03-20T19:16:12.264Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.135s coverage: 57.4% of statements [2022-03-20T19:16:12.734Z] --- PASS: TestRandomAllocateDeallocate (6.58s) [2022-03-20T19:16:12.734Z] === RUN TestAllocateRandomDeallocate [2022-03-20T19:16:13.116Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-20T19:16:13.205Z] === RUN TestNew [2022-03-20T19:16:13.205Z] --- PASS: TestNew (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestAddDriver [2022-03-20T19:16:13.205Z] --- PASS: TestAddDriver (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestAddDuplicateDriver [2022-03-20T19:16:13.205Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-20T19:16:13.205Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestDriver [2022-03-20T19:16:13.205Z] --- PASS: TestDriver (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestIPAM [2022-03-20T19:16:13.205Z] --- PASS: TestIPAM (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestWalkIPAMs [2022-03-20T19:16:13.205Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestWalkDrivers [2022-03-20T19:16:13.205Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-20T19:16:13.205Z] PASS [2022-03-20T19:16:13.205Z] coverage: 82.4% of statements [2022-03-20T19:16:13.205Z] ok github.com/docker/docker/libnetwork/drvregistry 0.086s coverage: 82.4% of statements [2022-03-20T19:16:13.205Z] === RUN TestNAT [2022-03-20T19:16:13.205Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-20T19:16:13.205Z] --- SKIP: TestNAT (0.00s) [2022-03-20T19:16:13.205Z] === RUN TestTransparent [2022-03-20T19:16:13.205Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-20T19:16:13.205Z] --- SKIP: TestTransparent (0.00s) [2022-03-20T19:16:13.205Z] PASS [2022-03-20T19:16:13.205Z] coverage: 0.0% of statements [2022-03-20T19:16:13.205Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.067s coverage: 0.0% of statements [2022-03-20T19:16:13.675Z] === RUN TestBuildDefault [2022-03-20T19:16:13.675Z] --- PASS: TestBuildDefault (0.01s) [2022-03-20T19:16:13.675Z] === RUN TestBuildHostnameDomainname [2022-03-20T19:16:13.675Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestBuildHostname [2022-03-20T19:16:13.675Z] --- PASS: TestBuildHostname (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestBuildHostnameFQDN [2022-03-20T19:16:13.675Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestBuildNoIP [2022-03-20T19:16:13.675Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestUpdate [2022-03-20T19:16:13.675Z] --- PASS: TestUpdate (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-20T19:16:13.675Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-20T19:16:13.675Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestAddEmpty [2022-03-20T19:16:13.675Z] --- PASS: TestAddEmpty (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestAdd [2022-03-20T19:16:13.675Z] --- PASS: TestAdd (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestDeleteEmpty [2022-03-20T19:16:13.675Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestDeleteNewline [2022-03-20T19:16:13.675Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestDelete [2022-03-20T19:16:13.675Z] --- PASS: TestDelete (0.00s) [2022-03-20T19:16:13.675Z] === RUN TestConcurrentWrites [2022-03-20T19:16:13.675Z] --- PASS: TestConcurrentWrites (0.27s) [2022-03-20T19:16:13.675Z] PASS [2022-03-20T19:16:13.675Z] coverage: 81.2% of statements [2022-03-20T19:16:13.675Z] ok github.com/docker/docker/libnetwork/etchosts 0.347s coverage: 81.2% of statements [2022-03-20T19:16:13.680Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-20T19:16:14.146Z] --- PASS: TestAllocateRandomDeallocate (1.53s) [2022-03-20T19:16:14.146Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-20T19:16:14.146Z] === RUN TestNew [2022-03-20T19:16:14.146Z] --- PASS: TestNew (0.00s) [2022-03-20T19:16:14.146Z] === RUN TestAllocate [2022-03-20T19:16:14.146Z] --- PASS: TestAllocate (0.00s) [2022-03-20T19:16:14.146Z] === RUN TestUninitialized [2022-03-20T19:16:14.146Z] --- PASS: TestUninitialized (0.00s) [2022-03-20T19:16:14.146Z] === RUN TestAllocateInRange [2022-03-20T19:16:14.146Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-20T19:16:14.146Z] === RUN TestAllocateSerial [2022-03-20T19:16:14.146Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-20T19:16:14.146Z] PASS [2022-03-20T19:16:14.146Z] coverage: 87.5% of statements [2022-03-20T19:16:14.146Z] === RUN TestCaller [2022-03-20T19:16:14.146Z] --- PASS: TestCaller (0.00s) [2022-03-20T19:16:14.146Z] PASS [2022-03-20T19:16:14.146Z] coverage: 100.0% of statements [2022-03-20T19:16:14.146Z] ok github.com/docker/docker/libnetwork/internal/caller 0.046s coverage: 100.0% of statements [2022-03-20T19:16:14.146Z] ok github.com/docker/docker/libnetwork/idm 0.078s coverage: 87.5% of statements [2022-03-20T19:16:14.246Z] docker_api_swarm_service_test.go:148: [dd3cd8d921484] joining swarm manager [d0fd21f559157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:16:14.504Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-20T19:16:15.068Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-20T19:16:15.068Z] docker_api_swarm_service_test.go:148: [db087a7b12eef] joining swarm manager [d0fd21f559157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:16:15.139Z] === RUN TestSetSerialInsertDelete [2022-03-20T19:16:15.139Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-20T19:16:15.139Z] === RUN TestSetParallelInsertDelete [2022-03-20T19:16:15.611Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.51s) [2022-03-20T19:16:15.611Z] === RUN TestRetrieveFromStore [2022-03-20T19:16:15.632Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-20T19:16:16.565Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-20T19:16:16.603Z] === RUN TestInt2IP2IntConversion [2022-03-20T19:16:16.603Z] --- PASS: TestRetrieveFromStore (0.69s) [2022-03-20T19:16:16.603Z] === RUN TestIsCorrupted [2022-03-20T19:16:16.603Z] --- PASS: TestIsCorrupted (0.03s) [2022-03-20T19:16:16.603Z] === RUN TestSetRollover [2022-03-20T19:16:17.086Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-03-20T19:16:17.086Z] === RUN TestGetAddressVersion [2022-03-20T19:16:17.086Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-20T19:16:17.086Z] === RUN TestKeyString [2022-03-20T19:16:17.086Z] --- PASS: TestKeyString (0.00s) [2022-03-20T19:16:17.086Z] === RUN TestPoolDataMarshal [2022-03-20T19:16:17.086Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-20T19:16:17.086Z] === RUN TestSubnetsMarshal [2022-03-20T19:16:17.086Z] --- PASS: TestSubnetsMarshal (0.08s) [2022-03-20T19:16:17.086Z] === RUN TestAddSubnets [2022-03-20T19:16:17.086Z] --- PASS: TestAddSubnets (0.08s) [2022-03-20T19:16:17.086Z] === RUN TestDoublePoolRelease [2022-03-20T19:16:17.086Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-20T19:16:17.086Z] === RUN TestAddReleasePoolID [2022-03-20T19:16:17.086Z] --- PASS: TestAddReleasePoolID (0.09s) [2022-03-20T19:16:17.086Z] === RUN TestPredefinedPool [2022-03-20T19:16:17.086Z] === RUN TestPoolRequest [2022-03-20T19:16:17.086Z] --- PASS: TestPoolRequest (0.00s) [2022-03-20T19:16:17.086Z] === RUN TestOtherRequests [2022-03-20T19:16:17.086Z] --- PASS: TestOtherRequests (0.00s) [2022-03-20T19:16:17.086Z] PASS [2022-03-20T19:16:17.086Z] coverage: 57.1% of statements [2022-03-20T19:16:17.086Z] ok github.com/docker/docker/libnetwork/ipams/null 0.050s coverage: 57.1% of statements [2022-03-20T19:16:17.086Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-20T19:16:17.086Z] === RUN TestRemoveSubnet [2022-03-20T19:16:17.497Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-20T19:16:17.556Z] --- PASS: TestRemoveSubnet (0.28s) [2022-03-20T19:16:17.556Z] === RUN TestGetSameAddress [2022-03-20T19:16:17.556Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-20T19:16:17.556Z] === RUN TestPoolAllocationReuse [2022-03-20T19:16:18.060Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-20T19:16:18.531Z] --- PASS: TestSetRollover (1.90s) [2022-03-20T19:16:18.531Z] === RUN TestSetRolloverSerial [2022-03-20T19:16:18.531Z] === RUN TestGetCapabilities [2022-03-20T19:16:18.531Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-20T19:16:18.531Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-20T19:16:18.531Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-20T19:16:18.531Z] === RUN TestGetDefaultAddressSpaces [2022-03-20T19:16:18.531Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-20T19:16:18.531Z] === RUN TestRemoteDriver [2022-03-20T19:16:18.531Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-20T19:16:18.531Z] PASS [2022-03-20T19:16:18.531Z] coverage: 47.4% of statements [2022-03-20T19:16:18.531Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.084s coverage: 47.4% of statements [2022-03-20T19:16:18.625Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-20T19:16:19.505Z] --- PASS: TestPoolAllocationReuse (1.86s) [2022-03-20T19:16:19.505Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-20T19:16:19.505Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-20T19:16:19.505Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-20T19:16:19.505Z] === RUN TestWindowsIPAM [2022-03-20T19:16:19.505Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-20T19:16:19.505Z] PASS [2022-03-20T19:16:19.505Z] coverage: 71.4% of statements [2022-03-20T19:16:19.505Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [2022-03-20T19:16:19.557Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-20T19:16:19.815Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-20T19:16:19.815Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-20T19:16:19.968Z] --- PASS: TestSetRolloverSerial (1.79s) [2022-03-20T19:16:19.968Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-20T19:16:19.968Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-20T19:16:19.968Z] PASS [2022-03-20T19:16:19.968Z] coverage: 84.4% of statements [2022-03-20T19:16:19.968Z] ok github.com/docker/docker/libnetwork/bitseq 14.092s coverage: 84.4% of statements [2022-03-20T19:16:20.430Z] === RUN TestDefaultNetwork [2022-03-20T19:16:20.892Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-20T19:16:20.892Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-20T19:16:21.186Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-20T19:16:21.354Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-20T19:16:21.354Z] === RUN TestInitAddressPools [2022-03-20T19:16:21.354Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-20T19:16:21.354Z] PASS [2022-03-20T19:16:21.354Z] coverage: 74.0% of statements [2022-03-20T19:16:21.354Z] ok github.com/docker/docker/libnetwork/ipamutils 0.701s coverage: 74.0% of statements [2022-03-20T19:16:21.442Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-20T19:16:21.815Z] === RUN TestKeyValue [2022-03-20T19:16:21.815Z] --- PASS: TestKeyValue (0.00s) [2022-03-20T19:16:21.815Z] PASS [2022-03-20T19:16:21.815Z] coverage: 60.0% of statements [2022-03-20T19:16:21.815Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-03-20T19:16:22.004Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-20T19:16:22.281Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.82s) [2022-03-20T19:16:22.282Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-20T19:16:22.565Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-20T19:16:23.127Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-20T19:16:23.127Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-20T19:16:23.385Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-20T19:16:23.948Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-20T19:16:24.203Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-20T19:16:25.135Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork 37.245s coverage: 40.7% of statements [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/bitseq 0.120s coverage: 84.4% of statements [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/config 0.016s coverage: 19.7% of statements [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.403s coverage: 59.9% of statements [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.064s coverage: 4.0% of statements [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-03-20T19:16:25.140Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-20T19:16:25.140Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-20T19:16:25.242Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-20T19:16:25.242Z] PASS [2022-03-20T19:16:25.242Z] coverage: 100.0% of statements [2022-03-20T19:16:25.242Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.061s coverage: 100.0% of statements [2022-03-20T19:16:25.242Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.22s) [2022-03-20T19:16:25.242Z] === RUN TestGetAddress [2022-03-20T19:16:25.392Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-20T19:16:25.392Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-20T19:16:25.721Z] === RUN TestNetworkDBSimple [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-20T19:16:25.721Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-20T19:16:25.956Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-20T19:16:25.956Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-20T19:16:26.203Z] === RUN TestGenerate [2022-03-20T19:16:26.203Z] --- PASS: TestGenerate (0.00s) [2022-03-20T19:16:26.203Z] === RUN TestGeneratePtr [2022-03-20T19:16:26.203Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-20T19:16:26.203Z] === RUN TestGenerateMissingField [2022-03-20T19:16:26.203Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-20T19:16:26.203Z] === RUN TestFieldCannotBeSet [2022-03-20T19:16:26.203Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-20T19:16:26.203Z] === RUN TestTypeMismatchError [2022-03-20T19:16:26.203Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-20T19:16:26.203Z] PASS [2022-03-20T19:16:26.203Z] coverage: 100.0% of statements [2022-03-20T19:16:26.203Z] ok github.com/docker/docker/libnetwork/options 0.042s coverage: 100.0% of statements [2022-03-20T19:16:26.521Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-20T19:16:26.674Z] 2022/03/20 19:16:26 Closing DB instances... [2022-03-20T19:16:26.674Z] testing: warning: no tests to run [2022-03-20T19:16:26.674Z] PASS [2022-03-20T19:16:26.674Z] coverage: 0.0% of statements [2022-03-20T19:16:26.674Z] ok github.com/docker/docker/libnetwork/osl 0.063s coverage: 0.0% of statements [no tests to run] [2022-03-20T19:16:27.087Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-20T19:16:27.148Z] === RUN TestRequestNewPort [2022-03-20T19:16:27.148Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestRequestSpecificPort [2022-03-20T19:16:27.148Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestReleasePort [2022-03-20T19:16:27.148Z] --- PASS: TestReleasePort (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestReuseReleasedPort [2022-03-20T19:16:27.148Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestReleaseUnreadledPort [2022-03-20T19:16:27.148Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestUnknowProtocol [2022-03-20T19:16:27.148Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestAllocateAllPorts [2022-03-20T19:16:27.148Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestPortAllocation [2022-03-20T19:16:27.148Z] --- PASS: TestPortAllocation (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestPortAllocationWithCustomRange [2022-03-20T19:16:27.148Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestNoDuplicateBPR [2022-03-20T19:16:27.148Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-20T19:16:27.148Z] === RUN TestChangePortRange [2022-03-20T19:16:27.148Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-20T19:16:27.148Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-20T19:16:27.148Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-20T19:16:27.148Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-20T19:16:27.148Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-20T19:16:27.148Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-20T19:16:27.148Z] --- PASS: TestChangePortRange (0.00s) [2022-03-20T19:16:27.148Z] PASS [2022-03-20T19:16:27.148Z] coverage: 88.6% of statements [2022-03-20T19:16:27.148Z] ok github.com/docker/docker/libnetwork/portallocator 0.055s coverage: 88.6% of statements [2022-03-20T19:16:27.619Z] testing: warning: no tests to run [2022-03-20T19:16:27.619Z] PASS [2022-03-20T19:16:27.619Z] coverage: 0.0% of statements [2022-03-20T19:16:27.619Z] ok github.com/docker/docker/libnetwork/portmapper 0.042s coverage: 0.0% of statements [no tests to run] [2022-03-20T19:16:27.653Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-20T19:16:27.911Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-20T19:16:28.089Z] --- PASS: TestNetworkDBSimple (2.47s) [2022-03-20T19:16:28.089Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-20T19:16:28.089Z] === RUN TestHashData [2022-03-20T19:16:28.089Z] --- PASS: TestHashData (0.00s) [2022-03-20T19:16:28.089Z] PASS [2022-03-20T19:16:28.089Z] coverage: 2.8% of statements [2022-03-20T19:16:28.089Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-03-20T19:16:28.197Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-20T19:16:28.560Z] === RUN TestErrorConstructors [2022-03-20T19:16:28.560Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-20T19:16:28.560Z] === RUN TestCompareIPMask [2022-03-20T19:16:28.560Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-20T19:16:28.560Z] === RUN TestUtilGetHostPartIP [2022-03-20T19:16:28.560Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-20T19:16:28.560Z] === RUN TestUtilGetBroadcastIP [2022-03-20T19:16:28.560Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-20T19:16:28.560Z] === RUN TestParseCIDR [2022-03-20T19:16:28.560Z] --- PASS: TestParseCIDR (0.00s) [2022-03-20T19:16:28.560Z] PASS [2022-03-20T19:16:28.560Z] coverage: 37.3% of statements [2022-03-20T19:16:28.560Z] ok github.com/docker/docker/libnetwork/types 0.044s coverage: 37.3% of statements [2022-03-20T19:16:28.760Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-20T19:16:29.554Z] 2022/03/20 19:16:29 Closing DB instances... [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-20T19:16:29.554Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-20T19:16:29.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.01s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-20T19:16:29.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-20T19:16:29.555Z] PASS [2022-03-20T19:16:29.555Z] coverage: 50.0% of statements [2022-03-20T19:16:29.555Z] ok github.com/docker/docker/oci 0.087s coverage: 50.0% of statements [2022-03-20T19:16:29.692Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-20T19:16:30.545Z] === RUN TestAddressPoolOpt [2022-03-20T19:16:30.545Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/a [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/something [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/_=a [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/env1=value1 [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/_env1=value1 [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/PATH [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/=a [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/PATH= [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/PATH=something [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/asd!qwe [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/1asd [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/123 [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/some_space [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/__some_space_before [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/some_space_after__ [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/= [2022-03-20T19:16:30.545Z] === RUN TestValidateEnv/PaTh [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestParseHost [2022-03-20T19:16:30.545Z] --- PASS: TestParseHost (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestParseDockerDaemonHost [2022-03-20T19:16:30.545Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestParseTCP [2022-03-20T19:16:30.545Z] --- PASS: TestParseTCP (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-20T19:16:30.545Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestValidateExtraHosts [2022-03-20T19:16:30.545Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestIpOptString [2022-03-20T19:16:30.545Z] --- PASS: TestIpOptString (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-20T19:16:30.545Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestNewIpOptValidDefaultVal [2022-03-20T19:16:30.545Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestIpOptSetInvalidVal [2022-03-20T19:16:30.545Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestValidateIPAddress [2022-03-20T19:16:30.545Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestMapOpts [2022-03-20T19:16:30.545Z] --- PASS: TestMapOpts (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestListOptsWithoutValidator [2022-03-20T19:16:30.545Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestListOptsWithValidator [2022-03-20T19:16:30.545Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestValidateDNSSearch [2022-03-20T19:16:30.545Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_general_format [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_one_more [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-20T19:16:30.545Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-20T19:16:30.545Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestNamedListOpts [2022-03-20T19:16:30.545Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestNamedMapOpts [2022-03-20T19:16:30.545Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestParseLink [2022-03-20T19:16:30.545Z] --- PASS: TestParseLink (0.00s) [2022-03-20T19:16:30.545Z] === RUN TestUlimitOpt [2022-03-20T19:16:30.545Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-20T19:16:30.545Z] PASS [2022-03-20T19:16:30.545Z] coverage: 66.3% of statements [2022-03-20T19:16:30.545Z] === RUN TestParseVersion [2022-03-20T19:16:30.545Z] --- PASS: TestParseVersion (0.00s) [2022-03-20T19:16:30.545Z] PASS [2022-03-20T19:16:30.545Z] coverage: 52.9% of statements [2022-03-20T19:16:30.545Z] ok github.com/docker/docker/opts 0.097s coverage: 66.3% of statements [2022-03-20T19:16:30.545Z] ok github.com/docker/docker/pkg/aaparser 0.054s coverage: 52.9% of statements [2022-03-20T19:16:30.623Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-20T19:16:31.016Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.90s) [2022-03-20T19:16:31.017Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-20T19:16:31.554Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-20T19:16:32.008Z] === RUN TestPeerCertificateMarshalJSON [2022-03-20T19:16:32.008Z] 2022/03/20 19:16:31 Closing DB instances... [2022-03-20T19:16:32.114Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-20T19:16:32.478Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-20T19:16:32.478Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-20T19:16:32.478Z] --- PASS: TestPeerCertificateMarshalJSON (0.44s) [2022-03-20T19:16:32.478Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-20T19:16:32.478Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-20T19:16:32.478Z] === RUN TestMiddleware [2022-03-20T19:16:32.478Z] --- PASS: TestMiddleware (0.00s) [2022-03-20T19:16:32.478Z] === RUN TestNewResponseModifier [2022-03-20T19:16:32.478Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-20T19:16:32.478Z] PASS [2022-03-20T19:16:32.478Z] coverage: 26.8% of statements [2022-03-20T19:16:32.478Z] ok github.com/docker/docker/pkg/authorization 0.499s coverage: 26.8% of statements [2022-03-20T19:16:32.677Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-20T19:16:32.951Z] === RUN TestIsArchivePathDir [2022-03-20T19:16:32.951Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-20T19:16:32.951Z] === RUN TestIsArchivePathInvalidFile [2022-03-20T19:16:32.951Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-03-20T19:16:32.951Z] === RUN TestIsArchivePathTar [2022-03-20T19:16:33.239Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-20T19:16:33.285Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.703s coverage: 7.2% of statements [2022-03-20T19:16:33.285Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-20T19:16:33.285Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-20T19:16:33.421Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-03-20T19:16:33.421Z] === RUN TestDecompressStreamGzip [2022-03-20T19:16:33.421Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-03-20T19:16:33.421Z] === RUN TestDecompressStreamBzip2 [2022-03-20T19:16:33.421Z] === RUN TestUnbuffered [2022-03-20T19:16:33.421Z] --- PASS: TestUnbuffered (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestRaceUnbuffered [2022-03-20T19:16:33.421Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-20T19:16:33.421Z] PASS [2022-03-20T19:16:33.421Z] coverage: 100.0% of statements [2022-03-20T19:16:33.421Z] ok github.com/docker/docker/pkg/broadcaster 0.051s coverage: 100.0% of statements [2022-03-20T19:16:33.421Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-03-20T19:16:33.421Z] === RUN TestDecompressStreamXz [2022-03-20T19:16:33.421Z] archive_test.go:133: Xz not present in msys2 [2022-03-20T19:16:33.421Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestDecompressStreamZstd [2022-03-20T19:16:33.421Z] archive_test.go:140: zstd not installed [2022-03-20T19:16:33.421Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-20T19:16:33.421Z] === RUN TestCompressStreamXzUnsupported [2022-03-20T19:16:33.421Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-20T19:16:33.421Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestCompressStreamInvalid [2022-03-20T19:16:33.421Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestExtensionInvalid [2022-03-20T19:16:33.421Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestExtensionUncompressed [2022-03-20T19:16:33.421Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestExtensionBzip2 [2022-03-20T19:16:33.421Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestExtensionGzip [2022-03-20T19:16:33.421Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestExtensionXz [2022-03-20T19:16:33.421Z] --- PASS: TestExtensionXz (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestExtensionZstd [2022-03-20T19:16:33.421Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-20T19:16:33.421Z] === RUN TestCmdStreamLargeStderr [2022-03-20T19:16:33.802Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-20T19:16:33.855Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-20T19:16:33.855Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-20T19:16:33.855Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-20T19:16:33.855Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-20T19:16:33.891Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.85s) [2022-03-20T19:16:33.891Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-20T19:16:33.891Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-20T19:16:33.891Z] === RUN TestCmdStreamBad [2022-03-20T19:16:33.891Z] archive_test.go:252: Failing on Windows CI machines [2022-03-20T19:16:33.891Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestCmdStreamGood [2022-03-20T19:16:33.891Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-20T19:16:33.891Z] === RUN TestUntarPathWithInvalidDest [2022-03-20T19:16:33.891Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-20T19:16:33.891Z] === RUN TestUntarPathWithInvalidSrc [2022-03-20T19:16:33.891Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestUntarPath [2022-03-20T19:16:33.891Z] --- PASS: TestUntarPath (0.09s) [2022-03-20T19:16:33.891Z] === RUN TestUntarPathWithDestinationFile [2022-03-20T19:16:33.891Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-20T19:16:33.891Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-20T19:16:33.891Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-20T19:16:33.891Z] === RUN TestCopyWithTarInvalidSrc [2022-03-20T19:16:33.891Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-20T19:16:33.891Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestCopyWithTarSrcFile [2022-03-20T19:16:33.891Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-20T19:16:33.891Z] === RUN TestCopyWithTarSrcFolder [2022-03-20T19:16:33.891Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-20T19:16:33.891Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-20T19:16:33.891Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-20T19:16:33.891Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-20T19:16:33.891Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-20T19:16:33.891Z] === RUN TestCopyFileWithTarSrcFile [2022-03-20T19:16:33.891Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-20T19:16:33.891Z] === RUN TestTarFiles [2022-03-20T19:16:34.361Z] === RUN TestMatch [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[foo]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[foo_bar]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[]#01 [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[qux]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-20T19:16:34.361Z] === RUN TestMatch/[[foo_baz]] [2022-03-20T19:16:34.361Z] --- PASS: TestMatch (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-20T19:16:34.361Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-20T19:16:34.361Z] PASS [2022-03-20T19:16:34.361Z] coverage: 87.5% of statements [2022-03-20T19:16:34.361Z] ok github.com/docker/docker/pkg/capabilities 0.050s coverage: 87.5% of statements [2022-03-20T19:16:34.364Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-20T19:16:34.426Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-20T19:16:34.687Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-03-20T19:16:34.687Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-20T19:16:34.947Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-20T19:16:35.292Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-20T19:16:35.941Z] === RUN TestChrootTarUntar [2022-03-20T19:16:35.941Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-20T19:16:35.941Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootUntarEmptyArchive [2022-03-20T19:16:35.941Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootTarUntarWithSymlink [2022-03-20T19:16:35.941Z] 2022/03/20 19:16:35 Closing DB instances... [2022-03-20T19:16:35.941Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootCopyWithTar [2022-03-20T19:16:35.941Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootCopyFileWithTar [2022-03-20T19:16:35.941Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootUntarPath [2022-03-20T19:16:35.941Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-20T19:16:35.941Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-20T19:16:35.941Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:16:35.941Z] === RUN TestChrootApplyDotDotFile [2022-03-20T19:16:35.941Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:16:35.941Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-20T19:16:35.941Z] PASS [2022-03-20T19:16:35.941Z] coverage: 15.1% of statements [2022-03-20T19:16:35.941Z] ok github.com/docker/docker/pkg/chrootarchive 0.132s coverage: 15.1% of statements [2022-03-20T19:16:36.063Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:16:36.063Z] INFO: Testing against a local daemon [2022-03-20T19:16:36.063Z] === RUN TestBuildWithSession [2022-03-20T19:16:36.063Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:16:36.063Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T19:16:36.063Z] === RUN TestBuildSquashParent [2022-03-20T19:16:36.063Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:16:36.063Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:16:36.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:16:36.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:16:36.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:16:36.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:16:36.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:16:36.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:16:36.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:16:36.063Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:16:36.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:16:36.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:16:36.063Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:16:36.932Z] === RUN TestEnsureRemoveAllNotExist [2022-03-20T19:16:36.932Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-20T19:16:36.932Z] === RUN TestEnsureRemoveAllWithDir [2022-03-20T19:16:36.932Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-20T19:16:36.932Z] === RUN TestEnsureRemoveAllWithFile [2022-03-20T19:16:36.932Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-20T19:16:36.932Z] PASS [2022-03-20T19:16:36.932Z] coverage: 0.0% of statements [2022-03-20T19:16:36.932Z] ok github.com/docker/docker/pkg/containerfs 0.047s coverage: 0.0% of statements [2022-03-20T19:16:37.818Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-20T19:16:37.818Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-20T19:16:37.924Z] --- PASS: TestNetworkDBCRUDTableEntry (4.07s) [2022-03-20T19:16:37.924Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-20T19:16:37.924Z] === RUN TestSizeEmpty [2022-03-20T19:16:37.924Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-20T19:16:37.924Z] === RUN TestSizeEmptyFile [2022-03-20T19:16:37.924Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-20T19:16:37.924Z] === RUN TestSizeNonemptyFile [2022-03-20T19:16:37.924Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-20T19:16:37.924Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-20T19:16:37.924Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-20T19:16:37.924Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-20T19:16:37.924Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-20T19:16:37.924Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-20T19:16:37.924Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-20T19:16:37.924Z] === RUN TestMoveToSubdir [2022-03-20T19:16:37.924Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-20T19:16:37.924Z] === RUN TestSizeNonExistingDirectory [2022-03-20T19:16:37.924Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-20T19:16:37.924Z] PASS [2022-03-20T19:16:37.924Z] coverage: 80.0% of statements [2022-03-20T19:16:37.924Z] ok github.com/docker/docker/pkg/directory 0.066s coverage: 80.0% of statements [2022-03-20T19:16:38.076Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-20T19:16:38.915Z] === RUN TestPollerAddRemove [2022-03-20T19:16:38.915Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-20T19:16:38.915Z] === RUN TestPollerEvent [2022-03-20T19:16:38.915Z] poller_test.go:40: No chmod on Windows [2022-03-20T19:16:38.915Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-20T19:16:38.915Z] === RUN TestPollerClose [2022-03-20T19:16:38.915Z] --- PASS: TestPollerClose (0.00s) [2022-03-20T19:16:38.915Z] PASS [2022-03-20T19:16:38.915Z] coverage: 45.7% of statements [2022-03-20T19:16:38.915Z] ok github.com/docker/docker/pkg/filenotify 0.053s coverage: 45.7% of statements [2022-03-20T19:16:39.906Z] 2022/03/20 19:16:39 Closing DB instances... [2022-03-20T19:16:39.972Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-20T19:16:40.377Z] === RUN TestCopyFileWithInvalidSrc [2022-03-20T19:16:40.377Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCopyFileWithInvalidDest [2022-03-20T19:16:40.377Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-20T19:16:40.377Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-20T19:16:40.377Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCopyFile [2022-03-20T19:16:40.377Z] --- PASS: TestCopyFile (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-20T19:16:40.377Z] fileutils_test.go:133: Needs porting to Windows [2022-03-20T19:16:40.377Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-20T19:16:40.377Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-20T19:16:40.377Z] fileutils_test.go:179: Needs porting to Windows [2022-03-20T19:16:40.377Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestWildcardMatches [2022-03-20T19:16:40.377Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestPatternMatches [2022-03-20T19:16:40.377Z] --- PASS: TestPatternMatches (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-20T19:16:40.377Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestPatternMatchesFolderExclusions [2022-03-20T19:16:40.377Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-20T19:16:40.377Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-20T19:16:40.377Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-20T19:16:40.377Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-20T19:16:40.377Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestSingleExclamationError [2022-03-20T19:16:40.377Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestMatchesWithNoPatterns [2022-03-20T19:16:40.377Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestMatchesWithMalformedPatterns [2022-03-20T19:16:40.377Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestMatches [2022-03-20T19:16:40.377Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-20T19:16:40.377Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-20T19:16:40.377Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-20T19:16:40.377Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-20T19:16:40.377Z] --- PASS: TestMatches (0.01s) [2022-03-20T19:16:40.377Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-20T19:16:40.377Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-20T19:16:40.377Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-20T19:16:40.377Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCleanPatterns [2022-03-20T19:16:40.377Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-20T19:16:40.377Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCleanPatternsExceptionFlag [2022-03-20T19:16:40.377Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-20T19:16:40.377Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-20T19:16:40.377Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCleanPatternsErrorSingleException [2022-03-20T19:16:40.377Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCreateIfNotExistsDir [2022-03-20T19:16:40.377Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCreateIfNotExistsFile [2022-03-20T19:16:40.377Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-20T19:16:40.377Z] === RUN TestMatch [2022-03-20T19:16:40.377Z] --- PASS: TestMatch (0.00s) [2022-03-20T19:16:40.377Z] === RUN TestCompile [2022-03-20T19:16:40.377Z] === RUN TestCompile/slash [2022-03-20T19:16:40.377Z] === RUN TestCompile/backslash [2022-03-20T19:16:40.377Z] --- PASS: TestCompile (0.00s) [2022-03-20T19:16:40.377Z] --- PASS: TestCompile/slash (0.00s) [2022-03-20T19:16:40.377Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-20T19:16:40.377Z] PASS [2022-03-20T19:16:40.377Z] coverage: 84.7% of statements [2022-03-20T19:16:40.377Z] ok github.com/docker/docker/pkg/fileutils 0.110s coverage: 84.7% of statements [2022-03-20T19:16:41.344Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-20T19:16:41.369Z] --- PASS: TestNetworkDBCRUDTableEntries (3.27s) [2022-03-20T19:16:41.369Z] === RUN TestNetworkDBNodeLeave [2022-03-20T19:16:41.369Z] --- PASS: TestTarFiles (7.11s) [2022-03-20T19:16:41.369Z] === RUN TestDetectCompressionZstd [2022-03-20T19:16:41.369Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-20T19:16:41.369Z] === RUN TestTarUntar [2022-03-20T19:16:41.369Z] --- PASS: TestTarUntar (0.08s) [2022-03-20T19:16:41.369Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-20T19:16:41.369Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-20T19:16:41.369Z] === RUN TestTarWithOptions [2022-03-20T19:16:41.369Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-20T19:16:41.369Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-20T19:16:41.369Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-20T19:16:41.369Z] === RUN TestUntarUstarGnuConflict [2022-03-20T19:16:41.369Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-20T19:16:41.369Z] === RUN TestUntarInvalidFilenames [2022-03-20T19:16:41.369Z] === RUN TestGet [2022-03-20T19:16:41.369Z] --- PASS: TestGet (0.00s) [2022-03-20T19:16:41.369Z] === RUN TestGetShortcutString [2022-03-20T19:16:41.369Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-20T19:16:41.369Z] PASS [2022-03-20T19:16:41.369Z] coverage: 42.9% of statements [2022-03-20T19:16:41.369Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2022-03-20T19:16:41.369Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1303287991\\dest" [2022-03-20T19:16:41.369Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-20T19:16:41.369Z] === RUN TestUntarHardlinkToSymlink [2022-03-20T19:16:41.369Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-20T19:16:41.369Z] === RUN TestUntarInvalidHardlink [2022-03-20T19:16:41.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4230447918\\victim\\hello" -> "../victim/hello" [2022-03-20T19:16:41.369Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink547722232\\victim\\hello" -> "/../victim/hello" [2022-03-20T19:16:41.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2635180631\\victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink483408234\\victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2368822483\\victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1404087362\\victim" -> "../victim" [2022-03-20T19:16:41.840Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-20T19:16:41.840Z] === RUN TestUntarInvalidSymlink [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3734204127\\dest\\dotdot" -> "../victim/hello" [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink870073128\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3011315762\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1217731794\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3693880003\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1865123082\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:41.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3790627237\\dest\\dir\\loophole" -> "../../victim" [2022-03-20T19:16:41.840Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-20T19:16:41.840Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-20T19:16:41.840Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-20T19:16:41.840Z] === RUN TestXGlobalNoParent [2022-03-20T19:16:41.840Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-20T19:16:41.840Z] === RUN TestReplaceFileTarWrapper [2022-03-20T19:16:41.840Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-03-20T19:16:41.840Z] === RUN TestPrefixHeaderReadable [2022-03-20T19:16:41.840Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-20T19:16:41.840Z] === RUN TestDisablePigz [2022-03-20T19:16:41.840Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-20T19:16:42.309Z] --- PASS: TestDisablePigz (0.16s) [2022-03-20T19:16:42.309Z] === RUN TestPigz [2022-03-20T19:16:42.309Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-20T19:16:42.309Z] --- PASS: TestPigz (0.19s) [2022-03-20T19:16:42.309Z] === RUN TestNosysFileInfo [2022-03-20T19:16:42.309Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestCopyFileWithInvalidDest [2022-03-20T19:16:42.309Z] archive_windows_test.go:16: Currently fails [2022-03-20T19:16:42.309Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestCanonicalTarNameForPath [2022-03-20T19:16:42.309Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestCanonicalTarName [2022-03-20T19:16:42.309Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestChmodTarEntry [2022-03-20T19:16:42.309Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestHardLinkOrder [2022-03-20T19:16:42.309Z] --- PASS: TestHardLinkOrder (0.15s) [2022-03-20T19:16:42.309Z] === RUN TestChangeString [2022-03-20T19:16:42.309Z] --- PASS: TestChangeString (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestChangesWithNoChanges [2022-03-20T19:16:42.309Z] --- PASS: TestChangesWithNoChanges (0.05s) [2022-03-20T19:16:42.309Z] === RUN TestChangesWithChanges [2022-03-20T19:16:42.309Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-20T19:16:42.309Z] === RUN TestChangesWithChangesGH13590 [2022-03-20T19:16:42.309Z] changes_test.go:195: needs more investigation [2022-03-20T19:16:42.309Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-20T19:16:42.309Z] === RUN TestChangesDirsEmpty [2022-03-20T19:16:42.715Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-20T19:16:42.780Z] === RUN TestCreateIDMapOrder [2022-03-20T19:16:42.780Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-20T19:16:42.780Z] PASS [2022-03-20T19:16:42.780Z] coverage: 7.2% of statements [2022-03-20T19:16:42.780Z] ok github.com/docker/docker/pkg/idtools 0.052s coverage: 7.2% of statements [2022-03-20T19:16:42.780Z] --- PASS: TestChangesDirsEmpty (0.19s) [2022-03-20T19:16:42.780Z] === RUN TestChangesDirsMutated [2022-03-20T19:16:42.780Z] --- PASS: TestChangesDirsMutated (0.16s) [2022-03-20T19:16:42.780Z] === RUN TestApplyLayer [2022-03-20T19:16:42.780Z] changes_test.go:432: needs further investigation [2022-03-20T19:16:42.780Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-20T19:16:42.780Z] === RUN TestChangesSizeWithHardlinks [2022-03-20T19:16:42.780Z] changes_test.go:468: needs further investigation [2022-03-20T19:16:42.780Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-20T19:16:42.780Z] === RUN TestChangesSizeWithNoChanges [2022-03-20T19:16:42.780Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-20T19:16:42.780Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-20T19:16:42.780Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-20T19:16:42.780Z] === RUN TestChangesSize [2022-03-20T19:16:42.780Z] --- PASS: TestChangesSize (0.00s) [2022-03-20T19:16:42.780Z] === RUN TestApplyLayerInvalidFilenames [2022-03-20T19:16:42.780Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2101903911\\dest" [2022-03-20T19:16:42.780Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-20T19:16:43.251Z] === RUN TestApplyLayerInvalidHardlink [2022-03-20T19:16:43.251Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1228808647\\victim\\hello" -> "../victim/hello" [2022-03-20T19:16:43.251Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2121641860\\victim\\hello" -> "/../victim/hello" [2022-03-20T19:16:43.251Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3362595229\\victim" -> "../victim" [2022-03-20T19:16:43.251Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2337068103\\victim" -> "../victim" [2022-03-20T19:16:43.251Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink182211630\\victim" -> "../victim" [2022-03-20T19:16:43.251Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1390257307\\victim" -> "../victim" [2022-03-20T19:16:43.251Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-20T19:16:43.251Z] === RUN TestApplyLayerInvalidSymlink [2022-03-20T19:16:43.251Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2383123532\\dest\\dotdot" -> "../victim/hello" [2022-03-20T19:16:43.251Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink602645691\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-20T19:16:43.251Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1269969749\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:43.251Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2876814721\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:43.251Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink539329170\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:43.251Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1059433675\\dest\\loophole-victim" -> "../victim" [2022-03-20T19:16:43.251Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-20T19:16:43.251Z] === RUN TestApplyLayerWhiteouts [2022-03-20T19:16:43.251Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-20T19:16:43.251Z] === RUN TestGenerateEmptyFile [2022-03-20T19:16:43.251Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-20T19:16:43.251Z] === RUN TestGenerateWithContent [2022-03-20T19:16:43.251Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-20T19:16:43.251Z] PASS [2022-03-20T19:16:43.251Z] coverage: 63.0% of statements [2022-03-20T19:16:43.251Z] ok github.com/docker/docker/pkg/archive 10.184s coverage: 63.0% of statements [2022-03-20T19:16:44.084Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-20T19:16:44.084Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-20T19:16:44.084Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-20T19:16:44.084Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-20T19:16:44.084Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-20T19:16:44.242Z] --- PASS: TestNetworkDBNodeLeave (2.90s) [2022-03-20T19:16:44.242Z] === RUN TestNetworkDBWatch [2022-03-20T19:16:44.645Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-20T19:16:45.230Z] === RUN TestFixedBufferCap [2022-03-20T19:16:45.230Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestFixedBufferLen [2022-03-20T19:16:45.230Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestFixedBufferString [2022-03-20T19:16:45.230Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestFixedBufferWrite [2022-03-20T19:16:45.230Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestFixedBufferRead [2022-03-20T19:16:45.230Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestBytesPipeRead [2022-03-20T19:16:45.230Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestBytesPipeWrite [2022-03-20T19:16:45.230Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-20T19:16:45.230Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-20T19:16:45.574Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-20T19:16:45.700Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2022-03-20T19:16:45.700Z] === RUN TestAtomicWriteToFile [2022-03-20T19:16:45.700Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-20T19:16:45.700Z] === RUN TestAtomicWriteSetCommit [2022-03-20T19:16:45.700Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2022-03-20T19:16:45.700Z] === RUN TestAtomicWriteSetCancel [2022-03-20T19:16:45.700Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-20T19:16:45.700Z] === RUN TestReadCloserWrapperClose [2022-03-20T19:16:45.700Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-20T19:16:45.700Z] === RUN TestReaderErrWrapperReadOnError [2022-03-20T19:16:45.700Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-20T19:16:45.700Z] === RUN TestReaderErrWrapperRead [2022-03-20T19:16:45.700Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-20T19:16:45.700Z] === RUN TestCancelReadCloser [2022-03-20T19:16:45.700Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-20T19:16:45.700Z] === RUN TestWriteCloserWrapperClose [2022-03-20T19:16:45.700Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-20T19:16:45.700Z] === RUN TestNopWriteCloser [2022-03-20T19:16:45.700Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-20T19:16:45.700Z] === RUN TestNopWriter [2022-03-20T19:16:45.700Z] --- PASS: TestNopWriter (0.00s) [2022-03-20T19:16:45.700Z] === RUN TestWriteCounter [2022-03-20T19:16:45.700Z] --- PASS: TestWriteCounter (0.00s) [2022-03-20T19:16:45.700Z] PASS [2022-03-20T19:16:45.700Z] coverage: 69.6% of statements [2022-03-20T19:16:45.700Z] 2022/03/20 19:16:45 Closing DB instances... [2022-03-20T19:16:45.700Z] ok github.com/docker/docker/pkg/ioutils 0.735s coverage: 69.6% of statements [2022-03-20T19:16:46.506Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-20T19:16:46.689Z] === RUN TestError [2022-03-20T19:16:46.689Z] --- PASS: TestError (0.00s) [2022-03-20T19:16:46.689Z] === RUN TestProgressString [2022-03-20T19:16:46.689Z] === RUN TestProgressString/no_progress [2022-03-20T19:16:46.689Z] === RUN TestProgressString/progress_1 [2022-03-20T19:16:46.689Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-20T19:16:47.159Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-20T19:16:47.159Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-20T19:16:47.159Z] === RUN TestProgressString/with_units [2022-03-20T19:16:47.159Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-20T19:16:47.159Z] === RUN TestProgressString/hide_counts [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-20T19:16:47.159Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-20T19:16:47.159Z] === RUN TestJSONMessageDisplay [2022-03-20T19:16:47.159Z] --- PASS: TestNetworkDBWatch (3.14s) [2022-03-20T19:16:47.159Z] === RUN TestNetworkDBBulkSync [2022-03-20T19:16:47.159Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-03-20T19:16:47.159Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-20T19:16:47.159Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-20T19:16:47.159Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-20T19:16:47.159Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-20T19:16:47.159Z] === RUN TestDisplayJSONMessagesStream [2022-03-20T19:16:47.159Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-20T19:16:47.159Z] PASS [2022-03-20T19:16:47.159Z] coverage: 91.7% of statements [2022-03-20T19:16:47.159Z] ok github.com/docker/docker/pkg/jsonmessage 0.276s coverage: 91.7% of statements [2022-03-20T19:16:47.188Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-20T19:16:47.875Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-20T19:16:48.154Z] === RUN TestStandardLongPath [2022-03-20T19:16:48.154Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-20T19:16:48.154Z] === RUN TestUNCLongPath [2022-03-20T19:16:48.154Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-20T19:16:48.154Z] PASS [2022-03-20T19:16:48.154Z] coverage: 100.0% of statements [2022-03-20T19:16:48.154Z] ok github.com/docker/docker/pkg/longpath 0.055s coverage: 100.0% of statements [2022-03-20T19:16:48.440Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-20T19:16:48.625Z] 2022/03/20 19:16:48 Closing DB instances... [2022-03-20T19:16:48.625Z] === RUN TestNameFormat [2022-03-20T19:16:48.625Z] --- PASS: TestNameFormat (0.00s) [2022-03-20T19:16:48.625Z] === RUN TestNameRetries [2022-03-20T19:16:48.625Z] --- PASS: TestNameRetries (0.00s) [2022-03-20T19:16:48.625Z] PASS [2022-03-20T19:16:49.095Z] coverage: 85.7% of statements [2022-03-20T19:16:49.095Z] ok github.com/docker/docker/pkg/namesgenerator 0.050s coverage: 85.7% of statements [2022-03-20T19:16:49.373Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-20T19:16:49.565Z] === RUN TestParseKeyValueOpt [2022-03-20T19:16:49.565Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-20T19:16:49.565Z] === RUN TestParseUintList [2022-03-20T19:16:49.565Z] --- PASS: TestParseUintList (0.00s) [2022-03-20T19:16:49.565Z] === RUN TestParseUintListMaximumLimits [2022-03-20T19:16:49.565Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-20T19:16:49.565Z] PASS [2022-03-20T19:16:49.565Z] coverage: 97.0% of statements [2022-03-20T19:16:49.565Z] ok github.com/docker/docker/pkg/parsers 0.054s coverage: 97.0% of statements [2022-03-20T19:16:49.961Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-20T19:16:49.961Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-20T19:16:49.961Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-20T19:16:50.036Z] --- PASS: TestNetworkDBBulkSync (3.10s) [2022-03-20T19:16:50.036Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-20T19:16:50.236Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-03-20T19:16:51.027Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-03-20T19:16:51.027Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-03-20T19:16:51.028Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-03-20T19:16:51.028Z] PASS [2022-03-20T19:16:51.028Z] coverage: 36.4% of statements [2022-03-20T19:16:51.028Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.056s coverage: 36.4% of statements [2022-03-20T19:16:51.168Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-20T19:16:51.426Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-20T19:16:51.426Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-20T19:16:51.993Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-20T19:16:52.024Z] === RUN TestNewAndRemove [2022-03-20T19:16:52.024Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-20T19:16:52.024Z] === RUN TestRemoveInvalidPath [2022-03-20T19:16:52.024Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-20T19:16:52.024Z] PASS [2022-03-20T19:16:52.024Z] coverage: 82.6% of statements [2022-03-20T19:16:52.024Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-03-20T19:16:52.251Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-20T19:16:52.817Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-20T19:16:53.599Z] 2022/03/20 19:16:53 Closing DB instances... [2022-03-20T19:16:53.751Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-20T19:16:53.751Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-20T19:16:53.916Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:16:53.916Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:16:54.069Z] === RUN TestFailedConnection [2022-03-20T19:16:54.316Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-20T19:16:54.882Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-20T19:16:55.447Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-20T19:16:55.643Z] --- PASS: TestFailedConnection (1.03s) [2022-03-20T19:16:55.643Z] === RUN TestFailOnce [2022-03-20T19:16:55.643Z] 2022/03/20 19:16:54 http: panic serving 127.0.0.1:49303: Plugin not ready [2022-03-20T19:16:55.643Z] goroutine 13 [running]: [2022-03-20T19:16:55.643Z] net/http.(*conn).serve.func1() [2022-03-20T19:16:55.643Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-20T19:16:55.643Z] panic({0x693700, 0x7dd030}) [2022-03-20T19:16:55.643Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-20T19:16:55.643Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001b3a70?) [2022-03-20T19:16:55.643Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-20T19:16:55.643Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x7e2838?, 0xc0001a40e0?}, 0x5eda46?) [2022-03-20T19:16:55.643Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-20T19:16:55.643Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x7e2838, 0xc0001a40e0}, 0xc00019e300) [2022-03-20T19:16:55.643Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-03-20T19:16:55.643Z] net/http.serverHandler.ServeHTTP({0x7e0e58?}, {0x7e2838, 0xc0001a40e0}, 0xc00019e300) [2022-03-20T19:16:55.643Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-20T19:16:55.643Z] net/http.(*conn).serve(0xc000066f00, {0x7e2d38, 0xc00014b410}) [2022-03-20T19:16:55.643Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-20T19:16:55.643Z] created by net/http.(*Server).Serve [2022-03-20T19:16:55.643Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-20T19:16:55.643Z] time="2022-03-20T19:16:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.FailOnce: Post \"http://127.0.0.1:49302/Test.FailOnce\": EOF, retrying in 1s" [2022-03-20T19:16:56.009Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-20T19:16:56.113Z] --- PASS: TestGetAddress (30.67s) [2022-03-20T19:16:56.113Z] === RUN TestRequestSyntaxCheck [2022-03-20T19:16:56.113Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-20T19:16:56.113Z] === RUN TestRequest [2022-03-20T19:16:56.264Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-20T19:16:56.583Z] --- PASS: TestFailOnce (1.19s) [2022-03-20T19:16:56.583Z] === RUN TestEchoInputOutput [2022-03-20T19:16:56.583Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-20T19:16:56.583Z] === RUN TestBackoff [2022-03-20T19:16:56.583Z] --- PASS: TestBackoff (0.00s) [2022-03-20T19:16:56.583Z] === RUN TestAbortRetry [2022-03-20T19:16:56.583Z] --- PASS: TestAbortRetry (0.00s) [2022-03-20T19:16:56.583Z] === RUN TestClientScheme [2022-03-20T19:16:56.583Z] --- PASS: TestClientScheme (0.00s) [2022-03-20T19:16:56.583Z] === RUN TestNewClientWithTimeout [2022-03-20T19:16:56.583Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.38s) [2022-03-20T19:16:56.583Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-20T19:16:56.826Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-20T19:16:57.053Z] time="2022-03-20T19:16:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-20T19:16:57.388Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-20T19:16:57.523Z] 2022/03/20 19:16:57 Closing DB instances... [2022-03-20T19:16:57.951Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-20T19:16:57.951Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-20T19:16:58.514Z] time="2022-03-20T19:16:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-20T19:16:58.515Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-20T19:16:58.984Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-20T19:16:58.984Z] === RUN TestNetworkDBGarbageCollection [2022-03-20T19:16:59.078Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-20T19:16:59.686Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-20T19:16:59.944Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T19:16:59.944Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-20T19:16:59.944Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-20T19:17:01.207Z] time="2022-03-20T19:17:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-20T19:17:02.116Z] ok github.com/docker/docker/libnetwork/ipam 14.542s coverage: 85.3% of statements [2022-03-20T19:17:02.116Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-20T19:17:02.116Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-20T19:17:02.116Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-20T19:17:02.116Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-20T19:17:02.116Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-20T19:17:02.116Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-20T19:17:02.116Z] ok github.com/docker/docker/libnetwork/ipamutils 0.264s coverage: 74.0% of statements [2022-03-20T19:17:02.378Z] ok github.com/docker/docker/libnetwork/iptables 0.168s coverage: 45.1% of statements [2022-03-20T19:17:02.378Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-20T19:17:02.474Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-20T19:17:02.731Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-20T19:17:02.952Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-03-20T19:17:03.296Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-20T19:17:03.861Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-20T19:17:04.793Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-20T19:17:04.794Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-20T19:17:04.794Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-20T19:17:04.794Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-20T19:17:05.360Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-20T19:17:05.988Z] time="2022-03-20T19:17:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-20T19:17:06.425Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-20T19:17:06.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (20.70s) [2022-03-20T19:17:06.426Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (20.70s) [2022-03-20T19:17:06.426Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (21.12s) [2022-03-20T19:17:06.426Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (21.38s) [2022-03-20T19:17:06.426Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.40s) [2022-03-20T19:17:06.426Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.44s) [2022-03-20T19:17:06.426Z] === RUN TestBuildMultiStageCopy [2022-03-20T19:17:06.426Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T19:17:06.457Z] === RUN TestParseEmptyInterface [2022-03-20T19:17:06.457Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-20T19:17:06.457Z] === RUN TestParseNonInterfaceType [2022-03-20T19:17:06.457Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-20T19:17:06.457Z] === RUN TestParseWithOneFunction [2022-03-20T19:17:06.457Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-20T19:17:06.458Z] === RUN TestParseWithMultipleFuncs [2022-03-20T19:17:06.458Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-20T19:17:06.458Z] === RUN TestParseWithUnnamedReturn [2022-03-20T19:17:06.458Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-20T19:17:06.458Z] === RUN TestEmbeddedInterface [2022-03-20T19:17:06.458Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-20T19:17:06.458Z] === RUN TestParsedImports [2022-03-20T19:17:06.458Z] --- PASS: TestParsedImports (0.00s) [2022-03-20T19:17:06.458Z] === RUN TestAliasedImports [2022-03-20T19:17:06.458Z] --- PASS: TestAliasedImports (0.00s) [2022-03-20T19:17:06.458Z] PASS [2022-03-20T19:17:06.458Z] coverage: 56.8% of statements [2022-03-20T19:17:06.458Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.068s coverage: 56.8% of statements [2022-03-20T19:17:07.252Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-20T19:17:07.447Z] === RUN TestHTTPTransport [2022-03-20T19:17:07.447Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-20T19:17:07.447Z] PASS [2022-03-20T19:17:07.447Z] coverage: 85.7% of statements [2022-03-20T19:17:07.447Z] ok github.com/docker/docker/pkg/plugins/transport 0.053s coverage: 85.7% of statements [2022-03-20T19:17:07.447Z] --- PASS: TestRequest (11.54s) [2022-03-20T19:17:07.447Z] === RUN TestOverlappingRequests [2022-03-20T19:17:08.179Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-20T19:17:08.438Z] --- PASS: TestOverlappingRequests (0.59s) [2022-03-20T19:17:08.438Z] === RUN TestRelease [2022-03-20T19:17:08.438Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-20T19:17:08.438Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-20T19:17:08.438Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-20T19:17:08.438Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-20T19:17:08.438Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-20T19:17:08.438Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-20T19:17:08.438Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-20T19:17:08.438Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-20T19:17:08.438Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-20T19:17:08.438Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-20T19:17:08.438Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-20T19:17:08.438Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-20T19:17:08.438Z] === RUN TestBufferPoolPutAndGet [2022-03-20T19:17:08.438Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-20T19:17:08.438Z] PASS [2022-03-20T19:17:08.438Z] coverage: 88.2% of statements [2022-03-20T19:17:08.438Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2022-03-20T19:17:08.915Z] === RUN TestOutputOnPrematureClose [2022-03-20T19:17:08.915Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-20T19:17:08.915Z] === RUN TestCompleteSilently [2022-03-20T19:17:08.915Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-20T19:17:08.915Z] PASS [2022-03-20T19:17:08.915Z] coverage: 75.9% of statements [2022-03-20T19:17:08.915Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2022-03-20T19:17:09.385Z] === RUN TestSendToOneSub [2022-03-20T19:17:09.385Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-20T19:17:09.385Z] === RUN TestSendToMultipleSubs [2022-03-20T19:17:09.385Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-20T19:17:09.385Z] === RUN TestEvictOneSub [2022-03-20T19:17:09.385Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-20T19:17:09.385Z] === RUN TestClosePublisher [2022-03-20T19:17:09.385Z] --- PASS: TestClosePublisher (0.00s) [2022-03-20T19:17:09.385Z] === RUN TestPubSubRace [2022-03-20T19:17:09.546Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-20T19:17:10.387Z] --- PASS: TestRelease (2.15s) [2022-03-20T19:17:10.387Z] === RUN TestAllocateRandomDeallocate [2022-03-20T19:17:10.857Z] --- PASS: TestPubSubRace (1.07s) [2022-03-20T19:17:10.857Z] PASS [2022-03-20T19:17:10.857Z] coverage: 75.0% of statements [2022-03-20T19:17:10.857Z] ok github.com/docker/docker/pkg/pubsub 1.112s coverage: 75.0% of statements [2022-03-20T19:17:11.327Z] === RUN TestRegister [2022-03-20T19:17:11.327Z] --- PASS: TestRegister (0.00s) [2022-03-20T19:17:11.327Z] === RUN TestCommand [2022-03-20T19:17:11.327Z] --- PASS: TestCommand (0.04s) [2022-03-20T19:17:11.327Z] === RUN TestNaiveSelf [2022-03-20T19:17:11.327Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-20T19:17:11.327Z] PASS [2022-03-20T19:17:11.327Z] coverage: 82.4% of statements [2022-03-20T19:17:11.327Z] ok github.com/docker/docker/pkg/reexec 0.115s coverage: 82.4% of statements [2022-03-20T19:17:12.320Z] === RUN TestDump [2022-03-20T19:17:12.320Z] goroutine 19 [running]: [2022-03-20T19:17:12.320Z] github.com/docker/docker/pkg/stack.dump(0x12f2d57?) [2022-03-20T19:17:12.320Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-20T19:17:12.320Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-20T19:17:12.320Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-20T19:17:12.320Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-03-20T19:17:12.320Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-20T19:17:12.320Z] testing.tRunner(0xc000085380, 0x14ba498) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:17:12.320Z] created by testing.(*T).Run [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-20T19:17:12.320Z] [2022-03-20T19:17:12.320Z] goroutine 1 [chan receive]: [2022-03-20T19:17:12.320Z] testing.(*T).Run(0xc0000851e0, {0x14a913c?, 0x12cc1f3?}, 0x14ba498) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-20T19:17:12.320Z] testing.runTests.func1(0xc0000b6810?) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-20T19:17:12.320Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:17:12.320Z] testing.runTests(0xc000094500?, {0x163e400, 0x3, 0x3}, {0x21d49870598?, 0x40?, 0x16434a0?}) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-20T19:17:12.320Z] testing.(*M).Run(0xc000094500) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-20T19:17:12.320Z] main.main() [2022-03-20T19:17:12.320Z] _testmain.go:99 +0x255 [2022-03-20T19:17:12.320Z] --- PASS: TestDump (0.00s) [2022-03-20T19:17:12.320Z] === RUN TestDumpToFile [2022-03-20T19:17:12.320Z] --- PASS: TestDumpToFile (0.21s) [2022-03-20T19:17:12.320Z] === RUN TestDumpToFileWithEmptyInput [2022-03-20T19:17:12.320Z] goroutine 21 [running]: [2022-03-20T19:17:12.320Z] github.com/docker/docker/pkg/stack.dump(0x136ecd3?) [2022-03-20T19:17:12.320Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-20T19:17:12.320Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x136eca0?}) [2022-03-20T19:17:12.320Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-03-20T19:17:12.320Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085380?) [2022-03-20T19:17:12.320Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-20T19:17:12.320Z] testing.tRunner(0xc000085a00, 0x14ba488) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:17:12.320Z] created by testing.(*T).Run [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-20T19:17:12.320Z] [2022-03-20T19:17:12.320Z] goroutine 1 [chan receive]: [2022-03-20T19:17:12.320Z] testing.(*T).Run(0xc0000851e0, {0x14b0713?, 0x12cc1f3?}, 0x14ba488) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-20T19:17:12.320Z] testing.runTests.func1(0xc0000b6810?) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-20T19:17:12.320Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-20T19:17:12.320Z] testing.runTests(0xc000094500?, {0x163e400, 0x3, 0x3}, {0x21d49870598?, 0x40?, 0x16434a0?}) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-20T19:17:12.320Z] testing.(*M).Run(0xc000094500) [2022-03-20T19:17:12.320Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-20T19:17:12.320Z] main.main() [2022-03-20T19:17:12.320Z] _testmain.go:99 +0x255 [2022-03-20T19:17:12.320Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-20T19:17:12.320Z] PASS [2022-03-20T19:17:12.320Z] coverage: 90.9% of statements [2022-03-20T19:17:12.320Z] ok github.com/docker/docker/pkg/stack 0.253s coverage: 90.9% of statements [2022-03-20T19:17:13.311Z] === RUN TestNewStdWriter [2022-03-20T19:17:13.311Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-20T19:17:13.311Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestWriteWithNilBytes [2022-03-20T19:17:13.311Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestWrite [2022-03-20T19:17:13.311Z] --- PASS: TestWrite (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestWriteWithWriterError [2022-03-20T19:17:13.311Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-20T19:17:13.311Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyWriteAndRead [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-20T19:17:13.311Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-20T19:17:13.311Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-20T19:17:13.311Z] PASS [2022-03-20T19:17:13.311Z] coverage: 100.0% of statements [2022-03-20T19:17:13.311Z] ok github.com/docker/docker/pkg/stdcopy 0.046s coverage: 100.0% of statements [2022-03-20T19:17:13.782Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-20T19:17:13.782Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-20T19:17:13.782Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestFormatStatus [2022-03-20T19:17:13.782Z] --- PASS: TestFormatStatus (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestFormatError [2022-03-20T19:17:13.782Z] --- PASS: TestFormatError (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestFormatJSONError [2022-03-20T19:17:13.782Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-20T19:17:13.782Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-20T19:17:13.782Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestNewJSONProgressOutput [2022-03-20T19:17:13.782Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestAuxFormatterEmit [2022-03-20T19:17:13.782Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestStreamWriterStdout [2022-03-20T19:17:13.782Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-20T19:17:13.782Z] === RUN TestStreamWriterStderr [2022-03-20T19:17:13.782Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-20T19:17:13.782Z] PASS [2022-03-20T19:17:13.782Z] coverage: 66.2% of statements [2022-03-20T19:17:13.782Z] ok github.com/docker/docker/pkg/streamformatter 0.049s coverage: 66.2% of statements [2022-03-20T19:17:14.252Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-20T19:17:14.252Z] === RUN TestClientStream [2022-03-20T19:17:14.252Z] --- PASS: TestClientStream (0.00s) [2022-03-20T19:17:14.252Z] === RUN TestClientSendFile [2022-03-20T19:17:14.252Z] --- PASS: TestClientSendFile (0.00s) [2022-03-20T19:17:14.252Z] === RUN TestClientWithRequestTimeout [2022-03-20T19:17:14.252Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-20T19:17:14.252Z] === RUN TestFileSpecPlugin [2022-03-20T19:17:14.252Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-20T19:17:14.252Z] === RUN TestFileJSONSpecPlugin [2022-03-20T19:17:14.252Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-20T19:17:14.252Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-20T19:17:14.252Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-20T19:17:14.252Z] === RUN TestPluginAddHandler [2022-03-20T19:17:14.252Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-20T19:17:14.252Z] === RUN TestPluginWaitBadPlugin [2022-03-20T19:17:14.252Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-20T19:17:14.252Z] === RUN TestGet [2022-03-20T19:17:14.252Z] time="2022-03-20T19:17:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-20T19:17:14.728Z] === RUN TestGenerateRandomID [2022-03-20T19:17:14.728Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-20T19:17:14.728Z] === RUN TestShortenId [2022-03-20T19:17:14.728Z] --- PASS: TestShortenId (0.00s) [2022-03-20T19:17:14.728Z] === RUN TestShortenSha256Id [2022-03-20T19:17:14.728Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-20T19:17:14.728Z] === RUN TestShortenIdEmpty [2022-03-20T19:17:14.728Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-20T19:17:14.728Z] === RUN TestShortenIdInvalid [2022-03-20T19:17:14.728Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-20T19:17:14.728Z] === RUN TestIsShortIDNonHex [2022-03-20T19:17:14.728Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-20T19:17:14.728Z] === RUN TestIsShortIDNotCorrectSize [2022-03-20T19:17:14.728Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-20T19:17:14.728Z] PASS [2022-03-20T19:17:14.728Z] coverage: 70.6% of statements [2022-03-20T19:17:14.728Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2022-03-20T19:17:15.199Z] time="2022-03-20T19:17:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-20T19:17:15.670Z] === RUN TestIsCpusetListAvailable [2022-03-20T19:17:15.670Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-20T19:17:15.670Z] PASS [2022-03-20T19:17:15.670Z] coverage: 39.4% of statements [2022-03-20T19:17:15.670Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 39.4% of statements [2022-03-20T19:17:16.141Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-20T19:17:16.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-20T19:17:16.141Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-20T19:17:16.141Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-20T19:17:16.660Z] --- PASS: TestAllocateRandomDeallocate (6.44s) [2022-03-20T19:17:16.660Z] === RUN TestRetrieveFromStore [2022-03-20T19:17:16.704Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-20T19:17:16.704Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-20T19:17:16.962Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-20T19:17:17.133Z] time="2022-03-20T19:17:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-20T19:17:17.133Z] === RUN TestChtimes [2022-03-20T19:17:17.133Z] --- PASS: TestChtimes (0.00s) [2022-03-20T19:17:17.133Z] === RUN TestChtimesWindows [2022-03-20T19:17:17.133Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-20T19:17:17.133Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-20T19:17:17.133Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-20T19:17:17.133Z] PASS [2022-03-20T19:17:17.133Z] coverage: 13.0% of statements [2022-03-20T19:17:17.133Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 13.0% of statements [2022-03-20T19:17:18.128Z] === RUN TestTailFile [2022-03-20T19:17:18.128Z] --- PASS: TestTailFile (0.00s) [2022-03-20T19:17:18.128Z] === RUN TestTailFileManyLines [2022-03-20T19:17:18.128Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-20T19:17:18.128Z] === RUN TestTailEmptyFile [2022-03-20T19:17:18.128Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-20T19:17:18.128Z] === RUN TestTailNegativeN [2022-03-20T19:17:18.128Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader [2022-03-20T19:17:18.128Z] === CONT TestNewTailReader [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/truncated_last_line [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-20T19:17:18.128Z] === CONT TestNewTailReader/no_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.128Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.128Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:17:18.128Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.129Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.129Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.130Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.130Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.130Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.335Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.602Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.602Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-20T19:17:18.603Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.603Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.604Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.604Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-20T19:17:18.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:17:18.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:17:18.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:17:18.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:17:18.951Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.080Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:17:19.081Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.02s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-20T19:17:19.082Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-20T19:17:19.082Z] PASS [2022-03-20T19:17:19.082Z] coverage: 88.6% of statements [2022-03-20T19:17:19.082Z] ok github.com/docker/docker/pkg/tailfile 0.205s coverage: 88.6% of statements [2022-03-20T19:17:19.082Z] --- PASS: TestRetrieveFromStore (2.30s) [2022-03-20T19:17:19.082Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-20T19:17:19.082Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-20T19:17:19.082Z] === RUN TestParallelPredefinedRequest1 [2022-03-20T19:17:19.082Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-20T19:17:19.082Z] === RUN TestParallelPredefinedRequest2 [2022-03-20T19:17:19.082Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-20T19:17:19.082Z] === RUN TestParallelPredefinedRequest3 [2022-03-20T19:17:19.082Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-20T19:17:19.082Z] === RUN TestParallelPredefinedRequest4 [2022-03-20T19:17:19.082Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-20T19:17:19.082Z] === RUN TestParallelPredefinedRequest5 [2022-03-20T19:17:19.082Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-20T19:17:19.082Z] === RUN TestDebug [2022-03-20T19:17:19.082Z] --- PASS: TestDebug (0.00s) [2022-03-20T19:17:19.082Z] === RUN TestRequestPoolParallel [2022-03-20T19:17:19.264Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-20T19:17:19.421Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T19:17:19.552Z] --- PASS: TestRequestPoolParallel (0.41s) [2022-03-20T19:17:19.552Z] === RUN TestFullAllocateRelease [2022-03-20T19:17:19.552Z] === RUN TestTarSumRemoveNonExistent [2022-03-20T19:17:19.552Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestTarSumRemove [2022-03-20T19:17:19.552Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestSortFileInfoSums [2022-03-20T19:17:19.552Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestNewTarSumForLabelInvalid [2022-03-20T19:17:19.552Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestNewTarSumForLabel [2022-03-20T19:17:19.552Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestEmptyTar [2022-03-20T19:17:19.552Z] --- PASS: TestEmptyTar (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestTarSumsReadSize [2022-03-20T19:17:19.552Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestTarSums [2022-03-20T19:17:19.552Z] --- PASS: TestTarSums (0.08s) [2022-03-20T19:17:19.552Z] === RUN TestIteration [2022-03-20T19:17:19.552Z] --- PASS: TestIteration (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestVersionLabelForChecksum [2022-03-20T19:17:19.552Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestVersion [2022-03-20T19:17:19.552Z] --- PASS: TestVersion (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestGetVersion [2022-03-20T19:17:19.552Z] --- PASS: TestGetVersion (0.00s) [2022-03-20T19:17:19.552Z] === RUN TestGetVersions [2022-03-20T19:17:20.021Z] --- PASS: TestGetVersions (0.00s) [2022-03-20T19:17:20.021Z] PASS [2022-03-20T19:17:20.021Z] coverage: 89.3% of statements [2022-03-20T19:17:20.021Z] ok github.com/docker/docker/pkg/tarsum 0.140s coverage: 89.3% of statements [2022-03-20T19:17:20.021Z] --- PASS: TestFullAllocateRelease (0.53s) [2022-03-20T19:17:20.021Z] === RUN TestOddAllocateRelease [2022-03-20T19:17:20.408Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T19:17:20.491Z] --- PASS: TestOddAllocateRelease (0.31s) [2022-03-20T19:17:20.491Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-20T19:17:20.491Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-03-20T19:17:20.491Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-20T19:17:20.491Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-20T19:17:20.491Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-20T19:17:20.491Z] === RUN TestTruncIndex [2022-03-20T19:17:20.491Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest1 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest4 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest5 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest3 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest1 [2022-03-20T19:17:20.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest4 [2022-03-20T19:17:20.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest5 [2022-03-20T19:17:20.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest2 [2022-03-20T19:17:20.491Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest2 [2022-03-20T19:17:20.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:17:20.491Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:17:20.491Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:17:20.491Z] === CONT TestParallelPredefinedRequest3 [2022-03-20T19:17:20.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:17:20.491Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:17:20.491Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:17:20.491Z] PASS [2022-03-20T19:17:20.491Z] coverage: 85.3% of statements [2022-03-20T19:17:20.491Z] ok github.com/docker/docker/libnetwork/ipam 64.403s coverage: 85.3% of statements [2022-03-20T19:17:20.491Z] --- PASS: TestTruncIndex (0.10s) [2022-03-20T19:17:20.491Z] PASS [2022-03-20T19:17:20.491Z] coverage: 91.5% of statements [2022-03-20T19:17:20.491Z] ok github.com/docker/docker/pkg/truncindex 0.145s coverage: 91.5% of statements [2022-03-20T19:17:20.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-20T19:17:20.889Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-20T19:17:20.889Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-20T19:17:20.889Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-20T19:17:20.961Z] time="2022-03-20T19:17:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-20T19:17:21.431Z] === RUN TestIsGIT [2022-03-20T19:17:21.431Z] --- PASS: TestIsGIT (0.00s) [2022-03-20T19:17:21.431Z] === RUN TestIsTransport [2022-03-20T19:17:21.431Z] --- PASS: TestIsTransport (0.00s) [2022-03-20T19:17:21.431Z] PASS [2022-03-20T19:17:21.431Z] coverage: 100.0% of statements [2022-03-20T19:17:21.431Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2022-03-20T19:17:21.820Z] === RUN TestDockerSuite/TestRunMount [2022-03-20T19:17:21.901Z] === RUN TestVersionInfo [2022-03-20T19:17:21.901Z] --- PASS: TestVersionInfo (0.00s) [2022-03-20T19:17:21.901Z] === RUN TestAppendVersions [2022-03-20T19:17:21.901Z] --- PASS: TestAppendVersions (0.00s) [2022-03-20T19:17:21.901Z] PASS [2022-03-20T19:17:21.901Z] coverage: 88.9% of statements [2022-03-20T19:17:21.901Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2022-03-20T19:17:21.975Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T19:17:22.751Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-20T19:17:24.130Z] === RUN TestValidatePrivileges [2022-03-20T19:17:24.130Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-20T19:17:24.130Z] === RUN TestFilterByCapNeg [2022-03-20T19:17:24.130Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-20T19:17:24.130Z] === RUN TestFilterByCapPos [2022-03-20T19:17:24.130Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-20T19:17:24.130Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-20T19:17:24.130Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-20T19:17:24.130Z] PASS [2022-03-20T19:17:24.130Z] coverage: 12.0% of statements [2022-03-20T19:17:24.130Z] ok github.com/docker/docker/plugin 0.046s coverage: 12.0% of statements [2022-03-20T19:17:24.196Z] --- PASS: TestBuildMultiStageCopy (18.38s) [2022-03-20T19:17:24.196Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.80s) [2022-03-20T19:17:24.196Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.06s) [2022-03-20T19:17:24.196Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.32s) [2022-03-20T19:17:24.196Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.51s) [2022-03-20T19:17:24.196Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.69s) [2022-03-20T19:17:24.196Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T19:17:25.121Z] === RUN TestNewSettable [2022-03-20T19:17:25.121Z] --- PASS: TestNewSettable (0.00s) [2022-03-20T19:17:25.121Z] === RUN TestIsSettable [2022-03-20T19:17:25.121Z] --- PASS: TestIsSettable (0.00s) [2022-03-20T19:17:25.121Z] === RUN TestUpdateSettingsEnv [2022-03-20T19:17:25.121Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-20T19:17:25.121Z] PASS [2022-03-20T19:17:25.121Z] coverage: 20.0% of statements [2022-03-20T19:17:25.121Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 20.0% of statements [2022-03-20T19:17:26.026Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-20T19:17:26.111Z] === RUN TestLoad [2022-03-20T19:17:26.111Z] --- PASS: TestLoad (0.00s) [2022-03-20T19:17:26.111Z] === RUN TestSave [2022-03-20T19:17:26.111Z] --- PASS: TestSave (0.03s) [2022-03-20T19:17:26.111Z] === RUN TestAddDeleteGet [2022-03-20T19:17:26.111Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-20T19:17:26.111Z] === RUN TestInvalidTags [2022-03-20T19:17:26.111Z] --- PASS: TestInvalidTags (0.01s) [2022-03-20T19:17:26.111Z] PASS [2022-03-20T19:17:26.111Z] coverage: 84.4% of statements [2022-03-20T19:17:26.111Z] ok github.com/docker/docker/reference 0.133s coverage: 84.4% of statements [2022-03-20T19:17:26.598Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-20T19:17:27.152Z] --- PASS: TestBuildMultiStageParentConfig (3.37s) [2022-03-20T19:17:27.152Z] === RUN TestBuildLabelWithTargets [2022-03-20T19:17:27.152Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:17:27.153Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-20T19:17:27.153Z] === RUN TestBuildWithEmptyLayers [2022-03-20T19:17:27.164Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-20T19:17:27.729Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-20T19:17:28.660Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-20T19:17:28.917Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-20T19:17:29.079Z] === RUN TestResolveAuthConfigIndexServer [2022-03-20T19:17:29.079Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestResolveAuthConfigFullURL [2022-03-20T19:17:29.079Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-20T19:17:29.079Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestValidateMirror [2022-03-20T19:17:29.079Z] --- PASS: TestValidateMirror (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestLoadInsecureRegistries [2022-03-20T19:17:29.079Z] time="2022-03-20T19:17: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-03-20T19:17:29.079Z] time="2022-03-20T19:17: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-03-20T19:17:29.079Z] time="2022-03-20T19:17: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-03-20T19:17:29.079Z] --- PASS: TestLoadInsecureRegistries (0.17s) [2022-03-20T19:17:29.079Z] === RUN TestNewServiceConfig [2022-03-20T19:17:29.079Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestValidateIndexName [2022-03-20T19:17:29.079Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestValidateIndexNameWithError [2022-03-20T19:17:29.079Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestEndpointParse [2022-03-20T19:17:29.079Z] --- PASS: TestEndpointParse (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestEndpointParseInvalid [2022-03-20T19:17:29.079Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestValidateEndpoint [2022-03-20T19:17:29.079Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestPing [2022-03-20T19:17:29.079Z] --- PASS: TestPing (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestPingRegistryEndpoint [2022-03-20T19:17:29.079Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:17:29.079Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-20T19:17:29.079Z] === RUN TestEndpoint [2022-03-20T19:17:29.079Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:17:29.079Z] --- SKIP: TestEndpoint (0.01s) [2022-03-20T19:17:29.079Z] === RUN TestParseRepositoryInfo [2022-03-20T19:17:29.079Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestNewIndexInfo [2022-03-20T19:17:29.079Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestMirrorEndpointLookup [2022-03-20T19:17:29.079Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:17:29.079Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestSearchRepositories [2022-03-20T19:17:29.079Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-20T19:17:29.079Z] Host: 127.0.0.1:49331 [2022-03-20T19:17:29.079Z] User-Agent: docker test client [2022-03-20T19:17:29.079Z] Authorization: Token fake-token [2022-03-20T19:17:29.079Z] X-Docker-Token: true [2022-03-20T19:17:29.079Z] Accept-Encoding: gzip [2022-03-20T19:17:29.079Z] [2022-03-20T19:17:29.079Z] [2022-03-20T19:17:29.079Z] registry_test.go:731: HTTP/1.1 200 OK [2022-03-20T19:17:29.079Z] Connection: close [2022-03-20T19:17:29.079Z] Content-Length: 144 [2022-03-20T19:17:29.079Z] Cache-Control: no-cache [2022-03-20T19:17:29.079Z] Content-Type: application/json [2022-03-20T19:17:29.079Z] Date: Sun, 20 Mar 2022 19:17:28 GMT [2022-03-20T19:17:29.079Z] Expires: -1 [2022-03-20T19:17:29.079Z] Pragma: no-cache [2022-03-20T19:17:29.079Z] Server: docker-tests/mock [2022-03-20T19:17:29.079Z] X-Docker-Registry-Config: mock [2022-03-20T19:17:29.079Z] X-Docker-Registry-Version: 0.0.0 [2022-03-20T19:17:29.079Z] [2022-03-20T19:17:29.079Z] [2022-03-20T19:17:29.079Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-20T19:17:29.079Z] === RUN TestTrustedLocation [2022-03-20T19:17:29.079Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-20T19:17:29.079Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestAllowNondistributableArtifacts [2022-03-20T19:17:29.079Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestIsSecureIndex [2022-03-20T19:17:29.079Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-20T19:17:29.079Z] PASS [2022-03-20T19:17:29.079Z] coverage: 52.0% of statements [2022-03-20T19:17:29.079Z] ok github.com/docker/docker/registry 0.270s coverage: 52.0% of statements [2022-03-20T19:17:29.079Z] --- PASS: TestGet (15.01s) [2022-03-20T19:17:29.079Z] === RUN TestPluginWithNoManifest [2022-03-20T19:17:29.079Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-20T19:17:29.079Z] === RUN TestGetAll [2022-03-20T19:17:29.079Z] --- PASS: TestGetAll (0.00s) [2022-03-20T19:17:29.079Z] PASS [2022-03-20T19:17:29.079Z] coverage: 73.2% of statements [2022-03-20T19:17:29.079Z] ok github.com/docker/docker/pkg/plugins 34.953s coverage: 73.2% of statements [2022-03-20T19:17:29.380Z] --- PASS: TestBuildWithEmptyLayers (1.80s) [2022-03-20T19:17:29.380Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T19:17:30.068Z] === RUN TestRestartManagerTimeout [2022-03-20T19:17:30.069Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-20T19:17:30.069Z] === RUN TestRestartManagerTimeoutReset [2022-03-20T19:17:30.069Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-20T19:17:30.069Z] PASS [2022-03-20T19:17:30.069Z] coverage: 50.9% of statements [2022-03-20T19:17:30.069Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-20T19:17:30.069Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 50.9% of statements [2022-03-20T19:17:30.069Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-20T19:17:30.069Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-20T19:17:30.069Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-20T19:17:30.069Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-20T19:17:30.069Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-20T19:17:30.069Z] === RUN TestResumableRequestReaderWithReadError [2022-03-20T19:17:30.538Z] time="2022-03-20T19:17:29Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-20T19:17:30.538Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-03-20T19:17:30.538Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-20T19:17:30.538Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-20T19:17:30.538Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-20T19:17:30.538Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-20T19:17:30.538Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-20T19:17:30.538Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-20T19:17:30.538Z] === RUN TestResumableRequestReader [2022-03-20T19:17:30.538Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-20T19:17:30.538Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-20T19:17:30.538Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-20T19:17:30.538Z] PASS [2022-03-20T19:17:30.538Z] coverage: 100.0% of statements [2022-03-20T19:17:30.538Z] ok github.com/docker/docker/registry/resumable 0.278s coverage: 100.0% of statements [2022-03-20T19:17:30.808Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-20T19:17:31.008Z] === RUN TestDecodeContainerConfig [2022-03-20T19:17:31.008Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-20T19:17:31.008Z] === RUN TestDecodeContainerConfigIsolation [2022-03-20T19:17:31.008Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-20T19:17:31.008Z] === RUN TestValidatePrivileged [2022-03-20T19:17:31.008Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-20T19:17:31.008Z] PASS [2022-03-20T19:17:31.008Z] coverage: 52.6% of statements [2022-03-20T19:17:31.008Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.6% of statements [2022-03-20T19:17:31.479Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-20T19:17:31.479Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-20T19:17:31.479Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-20T19:17:31.479Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-20T19:17:31.479Z] PASS [2022-03-20T19:17:31.479Z] coverage: 62.5% of statements [2022-03-20T19:17:31.479Z] ok github.com/docker/docker/testutil 0.088s coverage: 62.5% of statements [2022-03-20T19:17:31.737Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-20T19:17:33.113Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-20T19:17:34.487Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-20T19:17:34.487Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-20T19:17:35.283Z] === RUN TestGetDriver [2022-03-20T19:17:35.283Z] --- PASS: TestGetDriver (0.00s) [2022-03-20T19:17:35.283Z] === RUN TestVolumeRequestError [2022-03-20T19:17:35.283Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-20T19:17:35.283Z] PASS [2022-03-20T19:17:35.283Z] coverage: 36.1% of statements [2022-03-20T19:17:35.283Z] ok github.com/docker/docker/volume/drivers 0.060s coverage: 36.1% of statements [2022-03-20T19:17:35.283Z] === RUN TestGetAddress [2022-03-20T19:17:35.283Z] --- PASS: TestGetAddress (0.00s) [2022-03-20T19:17:35.283Z] === RUN TestRemove [2022-03-20T19:17:35.283Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-20T19:17:35.283Z] --- SKIP: TestRemove (0.00s) [2022-03-20T19:17:35.283Z] === RUN TestInitializeWithVolumes [2022-03-20T19:17:35.283Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-20T19:17:35.283Z] === RUN TestCreate [2022-03-20T19:17:35.283Z] --- PASS: TestCreate (0.02s) [2022-03-20T19:17:35.283Z] === RUN TestValidateName [2022-03-20T19:17:35.283Z] --- PASS: TestValidateName (0.00s) [2022-03-20T19:17:35.283Z] === RUN TestCreateWithOpts [2022-03-20T19:17:35.283Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-20T19:17:35.283Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-20T19:17:35.283Z] === RUN TestRelaodNoOpts [2022-03-20T19:17:35.283Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-20T19:17:35.283Z] PASS [2022-03-20T19:17:35.283Z] coverage: 41.5% of statements [2022-03-20T19:17:35.283Z] ok github.com/docker/docker/volume/local 0.096s coverage: 41.5% of statements [2022-03-20T19:17:36.288Z] === RUN TestLCOWParseMountRaw [2022-03-20T19:17:36.288Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-20T19:17:36.289Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRaw [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-20T19:17:36.289Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-20T19:17:36.289Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-20T19:17:36.289Z] === RUN TestConvertTmpfsOptions [2022-03-20T19:17:36.289Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-20T19:17:36.289Z] linux_parser_test.go:209: data="ro" [2022-03-20T19:17:36.289Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-20T19:17:36.289Z] === RUN TestParseMountSpec [2022-03-20T19:17:36.289Z] parser_test.go:62: case 0 [2022-03-20T19:17:36.289Z] parser_test.go:62: case 1 [2022-03-20T19:17:36.289Z] parser_test.go:62: case 2 [2022-03-20T19:17:36.289Z] parser_test.go:62: case 3 [2022-03-20T19:17:36.289Z] parser_test.go:62: case 4 [2022-03-20T19:17:36.289Z] parser_test.go:62: case 5 [2022-03-20T19:17:36.384Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-20T19:17:36.760Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-20T19:17:36.760Z] === RUN TestValidateMount [2022-03-20T19:17:36.760Z] --- PASS: TestValidateMount (0.00s) [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRaw [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-20T19:17:36.760Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-20T19:17:36.760Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-20T19:17:36.760Z] PASS [2022-03-20T19:17:36.760Z] coverage: 67.6% of statements [2022-03-20T19:17:36.760Z] ok github.com/docker/docker/volume/mounts 0.077s coverage: 67.6% of statements [2022-03-20T19:17:36.760Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-20T19:17:36.760Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-20T19:17:36.760Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-20T19:17:36.760Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-20T19:17:37.230Z] === RUN TestSetGetMeta [2022-03-20T19:17:37.230Z] === PAUSE TestSetGetMeta [2022-03-20T19:17:37.230Z] === RUN TestRestore [2022-03-20T19:17:37.230Z] === PAUSE TestRestore [2022-03-20T19:17:37.230Z] === RUN TestServiceCreate [2022-03-20T19:17:37.230Z] === PAUSE TestServiceCreate [2022-03-20T19:17:37.230Z] === RUN TestServiceList [2022-03-20T19:17:37.230Z] === PAUSE TestServiceList [2022-03-20T19:17:37.230Z] === RUN TestServiceRemove [2022-03-20T19:17:37.230Z] === PAUSE TestServiceRemove [2022-03-20T19:17:37.230Z] === RUN TestServiceGet [2022-03-20T19:17:37.230Z] === PAUSE TestServiceGet [2022-03-20T19:17:37.230Z] === RUN TestServicePrune [2022-03-20T19:17:37.230Z] === PAUSE TestServicePrune [2022-03-20T19:17:37.230Z] === RUN TestCreate [2022-03-20T19:17:37.230Z] === PAUSE TestCreate [2022-03-20T19:17:37.230Z] === RUN TestRemove [2022-03-20T19:17:37.230Z] === PAUSE TestRemove [2022-03-20T19:17:37.230Z] === RUN TestList [2022-03-20T19:17:37.230Z] === PAUSE TestList [2022-03-20T19:17:37.230Z] === RUN TestFindByDriver [2022-03-20T19:17:37.230Z] === PAUSE TestFindByDriver [2022-03-20T19:17:37.230Z] === RUN TestFindByReferenced [2022-03-20T19:17:37.230Z] === PAUSE TestFindByReferenced [2022-03-20T19:17:37.230Z] === RUN TestDerefMultipleOfSameRef [2022-03-20T19:17:37.230Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-20T19:17:37.230Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:17:37.230Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:17:37.230Z] === RUN TestDefererencePluginOnCreateError [2022-03-20T19:17:37.230Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-20T19:17:37.230Z] === RUN TestRefDerefRemove [2022-03-20T19:17:37.230Z] === PAUSE TestRefDerefRemove [2022-03-20T19:17:37.230Z] === RUN TestGet [2022-03-20T19:17:37.230Z] === PAUSE TestGet [2022-03-20T19:17:37.230Z] === RUN TestGetWithReference [2022-03-20T19:17:37.230Z] === PAUSE TestGetWithReference [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_nil_list [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_empty_list [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_filter_some [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_filter_middle [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:17:37.230Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-20T19:17:37.230Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_nil_list [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_filter_some [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_empty_list [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-20T19:17:37.230Z] === CONT TestFilterFunc/test_filter_middle [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-20T19:17:37.230Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-20T19:17:37.230Z] === CONT TestSetGetMeta [2022-03-20T19:17:37.230Z] === CONT TestList [2022-03-20T19:17:37.230Z] === CONT TestServiceGet [2022-03-20T19:17:37.230Z] === CONT TestServiceList [2022-03-20T19:17:37.230Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-20T19:17:37.230Z] === CONT TestRemove [2022-03-20T19:17:37.230Z] --- PASS: TestList (0.04s) [2022-03-20T19:17:37.230Z] === CONT TestCreate [2022-03-20T19:17:37.230Z] --- PASS: TestRemove (0.03s) [2022-03-20T19:17:37.230Z] === CONT TestServicePrune [2022-03-20T19:17:37.230Z] --- PASS: TestCreate (0.03s) [2022-03-20T19:17:37.230Z] === CONT TestServiceRemove [2022-03-20T19:17:37.705Z] --- PASS: TestServiceGet (0.19s) [2022-03-20T19:17:37.705Z] === CONT TestDefererencePluginOnCreateError [2022-03-20T19:17:37.705Z] time="2022-03-20T19:17:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:17:37.705Z] === CONT TestGetWithReference [2022-03-20T19:17:37.705Z] --- PASS: TestServiceRemove (0.13s) [2022-03-20T19:17:37.705Z] --- PASS: TestServiceList (0.21s) [2022-03-20T19:17:37.705Z] === CONT TestGet [2022-03-20T19:17:37.705Z] time="2022-03-20T19:17:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:17:37.705Z] time="2022-03-20T19:17:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:17:37.705Z] time="2022-03-20T19:17:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-20T19:17:37.705Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-20T19:17:37.705Z] === CONT TestRefDerefRemove [2022-03-20T19:17:37.705Z] --- PASS: TestGet (0.03s) [2022-03-20T19:17:37.705Z] === CONT TestServiceCreate [2022-03-20T19:17:37.705Z] --- PASS: TestGetWithReference (0.03s) [2022-03-20T19:17:37.705Z] === CONT TestDerefMultipleOfSameRef [2022-03-20T19:17:37.705Z] time="2022-03-20T19:17:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-20T19:17:37.705Z] --- PASS: TestServicePrune (0.20s) [2022-03-20T19:17:37.705Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-20T19:17:37.705Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-20T19:17:37.705Z] === CONT TestRestore [2022-03-20T19:17:37.705Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-20T19:17:37.705Z] === CONT TestFindByReferenced [2022-03-20T19:17:37.705Z] --- PASS: TestServiceCreate (0.03s) [2022-03-20T19:17:37.705Z] === CONT TestFindByDriver [2022-03-20T19:17:37.705Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-20T19:17:37.705Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-20T19:17:37.705Z] --- PASS: TestRestore (0.04s) [2022-03-20T19:17:37.705Z] --- PASS: TestFindByDriver (0.03s) [2022-03-20T19:17:37.705Z] PASS [2022-03-20T19:17:37.705Z] coverage: 69.0% of statements [2022-03-20T19:17:37.705Z] ok github.com/docker/docker/volume/service 0.342s coverage: 69.0% of statements [2022-03-20T19:17:37.754Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-20T19:17:38.322Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-20T19:17:38.580Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-20T19:17:38.580Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-20T19:17:39.145Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-20T19:17:40.074Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-20T19:17:40.637Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-20T19:17:41.201Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-20T19:17:42.569Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-20T19:17:42.825Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-20T19:17:44.725Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-20T19:17:47.205Z] --- PASS: TestBuildMultiStageOnBuild (18.07s) [2022-03-20T19:17:47.205Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T19:17:47.205Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:17:47.205Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-20T19:17:47.205Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T19:17:47.254Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-20T19:17:47.818Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-20T19:17:47.818Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-20T19:17:48.383Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-20T19:17:48.383Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-20T19:17:48.640Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-20T19:17:49.206Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-20T19:17:49.206Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-20T19:17:49.771Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-20T19:17:52.589Z] 2022/03/20 19:17:51 Closing DB instances... [2022-03-20T19:17:53.565Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-20T19:17:53.565Z] === RUN TestFindNode [2022-03-20T19:17:53.565Z] 2022/03/20 19:17:53 Closing DB instances... [2022-03-20T19:17:53.565Z] --- PASS: TestFindNode (0.02s) [2022-03-20T19:17:53.565Z] === RUN TestChangeNodeState [2022-03-20T19:17:53.565Z] 2022/03/20 19:17:53 Closing DB instances... [2022-03-20T19:17:53.565Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-20T19:17:53.565Z] === RUN TestNodeReincarnation [2022-03-20T19:17:53.565Z] 2022/03/20 19:17:53 Closing DB instances... [2022-03-20T19:17:55.018Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-20T19:17:55.018Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-20T19:17:55.018Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-20T19:17:55.583Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-20T19:17:56.146Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-20T19:17:57.079Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-20T19:17:57.642Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-20T19:17:57.900Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-20T19:17:58.157Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-20T19:17:58.414Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-20T19:17:58.977Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-20T19:17:59.234Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-20T19:17:59.356Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-20T19:17:59.356Z] === RUN TestParallelCreate [2022-03-20T19:17:59.356Z] 2022/03/20 19:17:58 Closing DB instances... [2022-03-20T19:17:59.356Z] --- PASS: TestParallelCreate (0.02s) [2022-03-20T19:17:59.356Z] === RUN TestParallelDelete [2022-03-20T19:17:59.356Z] 2022/03/20 19:17:58 Closing DB instances... [2022-03-20T19:17:59.356Z] --- PASS: TestParallelDelete (0.02s) [2022-03-20T19:17:59.356Z] === RUN TestNetworkDBIslands [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ce04f32fe95e with config:&{NodeID:ce04f32fe95e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node ce04f32fe95e/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node ce04f32fe95e/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:eca006228495 with config:&{NodeID:eca006228495 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node eca006228495/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node eca006228495/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node eca006228495/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node eca006228495/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node ce04f32fe95e/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=info msg="Node ce04f32fe95e/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1ff91f9e291d with config:&{NodeID:1ff91f9e291d Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node ce04f32fe95e/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node ce04f32fe95e/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node eca006228495/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=info msg="Node eca006228495/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-20T19:17:59.356Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-20T19:17:59.813Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T19:17:59.813Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-20T19:17:59.813Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:8f766d3d965f with config:&{NodeID:8f766d3d965f Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node eca006228495/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node eca006228495/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node ce04f32fe95e/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node ce04f32fe95e/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:17:59.814Z] time="2022-03-20T19:17:59Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:17:59Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:b755fab42ea5 with config:&{NodeID:b755fab42ea5 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node eca006228495/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node eca006228495/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:00.272Z] time="2022-03-20T19:18:00Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:00.379Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-20T19:18:00.637Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-20T19:18:00.637Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-20T19:18:00.637Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-20T19:18:00.730Z] networkdb_test.go:835: Re-joining: 3 [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=info msg="The new bootstrap node list is:[172.31.27.18:10033 172.31.27.18:10034 172.31.27.18:10035]" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10033" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49371" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10034" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49372" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10035" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49373" [2022-03-20T19:18:00.730Z] networkdb_test.go:835: Re-joining: 4 [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=info msg="The new bootstrap node list is:[172.31.27.18:10033 172.31.27.18:10034 172.31.27.18:10035]" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10033" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49374" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10034" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49375" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10035" [2022-03-20T19:18:00.730Z] time="2022-03-20T19:18:00Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49376" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="node 0 leaving" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="node2(eca006228495): Node leave event for ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="node3(1ff91f9e291d): Node leave event for ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="node5(b755fab42ea5): Node leave event for ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="node4(8f766d3d965f): Node leave event for ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="Node ce04f32fe95e change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:00Z" level=info msg="node1(ce04f32fe95e): Node leave event for ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:01Z" level=info msg="Node ce04f32fe95e/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.188Z] time="2022-03-20T19:18:01Z" level=info msg="Node ce04f32fe95e/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.189Z] time="2022-03-20T19:18:01Z" level=info msg="Node ce04f32fe95e/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.189Z] time="2022-03-20T19:18:01Z" level=info msg="Node ce04f32fe95e/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.189Z] time="2022-03-20T19:18:01Z" level=info msg="Node ce04f32fe95e/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.201Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="node 1 leaving" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495 change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="node4(8f766d3d965f): Node leave event for eca006228495/172.31.27.18" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495 change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="node3(1ff91f9e291d): Node leave event for eca006228495/172.31.27.18" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495 change state NodeActive --> NodeFailed" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495/172.31.27.18, added to failed nodes list" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495 change state NodeActive --> NodeLeft" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="node5(b755fab42ea5): Node leave event for eca006228495/172.31.27.18" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=error msg="node: eca006228495 is unknown to memberlist" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.649Z] time="2022-03-20T19:18:01Z" level=info msg="Node eca006228495/172.31.27.18, left gossip cluster" [2022-03-20T19:18:01.996Z] --- PASS: TestBuildMultiStageLayerLeak (14.81s) [2022-03-20T19:18:01.996Z] === RUN TestBuildWithHugeFile [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="node 2 leaving" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="Node 1ff91f9e291d change state NodeActive --> NodeLeft" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="node4(8f766d3d965f): Node leave event for 1ff91f9e291d/172.31.27.18" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="Node 1ff91f9e291d change state NodeActive --> NodeLeft" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="node5(b755fab42ea5): Node leave event for 1ff91f9e291d/172.31.27.18" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="Node 1ff91f9e291d change state NodeActive --> NodeLeft" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="node3(1ff91f9e291d): Node leave event for 1ff91f9e291d/172.31.27.18" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=debug msg="memberlist: Failed ping: eca006228495 (timeout reached)" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.27.18:10035: use of closed network connection" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.27.18:10037: use of closed network connection" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.27.18:10036: use of closed network connection" [2022-03-20T19:18:02.107Z] time="2022-03-20T19:18:01Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, left gossip cluster" [2022-03-20T19:18:02.135Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-20T19:18:02.135Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-20T19:18:02.135Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, left gossip cluster" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 1ff91f9e291d/172.31.27.18, left gossip cluster" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="memberlist: Suspect eca006228495 has failed, no acks received" [2022-03-20T19:18:02.564Z] networkdb_test.go:867: node4: OK [2022-03-20T19:18:02.564Z] networkdb_test.go:867: node5: OK [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="node 0 coming back" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:83be24dcd15b with config:&{NodeID:83be24dcd15b Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 83be24dcd15b/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 83be24dcd15b/172.31.27.18, added to nodes list" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="node 1 coming back" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:641afd11db0a with config:&{NodeID:641afd11db0a Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 641afd11db0a/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 641afd11db0a/172.31.27.18, added to nodes list" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="node 2 coming back" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0590fc250595 with config:&{NodeID:0590fc250595 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 0590fc250595/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:02.564Z] time="2022-03-20T19:18:02Z" level=info msg="Node 0590fc250595/172.31.27.18, added to nodes list" [2022-03-20T19:18:04.024Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-20T19:18:04.951Z] === RUN TestDockerSuite/TestRunRm [2022-03-20T19:18:05.207Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-20T19:18:06.291Z] time="2022-03-20T19:18:05Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.27.18:10033 172.31.27.18:10034 172.31.27.18:10035]" [2022-03-20T19:18:06.291Z] time="2022-03-20T19:18:06Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.27.18:10033 172.31.27.18:10034 172.31.27.18:10035]" [2022-03-20T19:18:06.576Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10033" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49378" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, is the new incarnation of the shutdown node ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10034" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49379" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, is the new incarnation of the shutdown node eca006228495/172.31.27.18" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10035" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49380" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node b755fab42ea5/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 8f766d3d965f/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 8f766d3d965f/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, is the new incarnation of the shutdown node 1ff91f9e291d/172.31.27.18" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, is the new incarnation of the shutdown node eca006228495/172.31.27.18" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, is the new incarnation of the shutdown node ce04f32fe95e/172.31.27.18" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 83be24dcd15b/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 641afd11db0a/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, added to nodes list" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, is the new incarnation of the shutdown node 1ff91f9e291d/172.31.27.18" [2022-03-20T19:18:06.749Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, added to nodes list" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, joined gossip cluster" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:06Z" level=info msg="Node 0590fc250595/172.31.27.18, added to nodes list" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10033" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:07Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49381" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10034" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:07Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49382" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.27.18:10035" [2022-03-20T19:18:07.208Z] time="2022-03-20T19:18:07Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49383" [2022-03-20T19:18:07.677Z] 2022/03/20 19:18:07 Closing DB instances... [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b change state NodeActive --> NodeLeft" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b change state NodeActive --> NodeLeft" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="node3(0590fc250595): Node leave event for 83be24dcd15b/172.31.27.18" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="node5(b755fab42ea5): Node leave event for 83be24dcd15b/172.31.27.18" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b change state NodeActive --> NodeLeft" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="node4(8f766d3d965f): Node leave event for 83be24dcd15b/172.31.27.18" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b change state NodeActive --> NodeLeft" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="node1(83be24dcd15b): Node leave event for 83be24dcd15b/172.31.27.18" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b change state NodeActive --> NodeLeft" [2022-03-20T19:18:07.677Z] time="2022-03-20T19:18:07Z" level=info msg="node2(641afd11db0a): Node leave event for 83be24dcd15b/172.31.27.18" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:07Z" level=info msg="Node 83be24dcd15b/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a change state NodeActive --> NodeLeft" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="node4(8f766d3d965f): Node leave event for 641afd11db0a/172.31.27.18" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a change state NodeActive --> NodeLeft" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="node5(b755fab42ea5): Node leave event for 641afd11db0a/172.31.27.18" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a change state NodeActive --> NodeLeft" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="node3(0590fc250595): Node leave event for 641afd11db0a/172.31.27.18" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a change state NodeActive --> NodeLeft" [2022-03-20T19:18:08.135Z] time="2022-03-20T19:18:08Z" level=info msg="node2(641afd11db0a): Node leave event for 641afd11db0a/172.31.27.18" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="Node 641afd11db0a/172.31.27.18, left gossip cluster" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="Node 0590fc250595 change state NodeActive --> NodeLeft" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="node4(8f766d3d965f): Node leave event for 0590fc250595/172.31.27.18" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="Node 0590fc250595 change state NodeActive --> NodeLeft" [2022-03-20T19:18:08.592Z] time="2022-03-20T19:18:08Z" level=info msg="node5(b755fab42ea5): Node leave event for 0590fc250595/172.31.27.18" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=info msg="Node 0590fc250595 change state NodeActive --> NodeLeft" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=info msg="node3(0590fc250595): Node leave event for 0590fc250595/172.31.27.18" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=info msg="Node 0590fc250595/172.31.27.18, left gossip cluster" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=info msg="Node 0590fc250595/172.31.27.18, left gossip cluster" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=info msg="Node 0590fc250595/172.31.27.18, left gossip cluster" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=debug msg="memberlist: Failed ping: b755fab42ea5 (timeout reached)" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.27.18:10036: use of closed network connection" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.27.18:10035: use of closed network connection" [2022-03-20T19:18:09.050Z] time="2022-03-20T19:18:08Z" level=debug msg="memberlist: Stream connection from=172.31.27.18:49384" [2022-03-20T19:18:09.099Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-20T19:18:09.099Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-20T19:18:09.508Z] time="2022-03-20T19:18:09Z" level=info msg="Node 8f766d3d965f change state NodeActive --> NodeLeft" [2022-03-20T19:18:09.508Z] time="2022-03-20T19:18:09Z" level=info msg="node5(b755fab42ea5): Node leave event for 8f766d3d965f/172.31.27.18" [2022-03-20T19:18:09.508Z] time="2022-03-20T19:18:09Z" level=info msg="Node 8f766d3d965f change state NodeActive --> NodeLeft" [2022-03-20T19:18:09.508Z] time="2022-03-20T19:18:09Z" level=info msg="node4(8f766d3d965f): Node leave event for 8f766d3d965f/172.31.27.18" [2022-03-20T19:18:09.508Z] time="2022-03-20T19:18:09Z" level=warning msg="memberlist: Was able to connect to b755fab42ea5 but other probes failed, network may be misconfigured" [2022-03-20T19:18:09.967Z] time="2022-03-20T19:18:09Z" level=info msg="Node 8f766d3d965f/172.31.27.18, left gossip cluster" [2022-03-20T19:18:10.032Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-20T19:18:10.425Z] time="2022-03-20T19:18:09Z" level=info msg="Node 8f766d3d965f/172.31.27.18, left gossip cluster" [2022-03-20T19:18:10.883Z] time="2022-03-20T19:18:10Z" level=info msg="Node b755fab42ea5/172.31.27.18, left gossip cluster" [2022-03-20T19:18:10.883Z] time="2022-03-20T19:18:10Z" level=info msg="Node b755fab42ea5 change state NodeActive --> NodeFailed" [2022-03-20T19:18:10.883Z] time="2022-03-20T19:18:10Z" level=info msg="Node b755fab42ea5/172.31.27.18, added to failed nodes list" [2022-03-20T19:18:10.883Z] --- PASS: TestNetworkDBIslands (12.29s) [2022-03-20T19:18:10.883Z] PASS [2022-03-20T19:18:10.883Z] coverage: 60.0% of statements [2022-03-20T19:18:10.883Z] ok github.com/docker/docker/libnetwork/networkdb 105.445s coverage: 60.0% of statements [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/quota [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/rootless [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/volume [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-20T19:18:10.883Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-20T19:18:11.405Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-20T19:18:11.971Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-20T19:18:13.782Z] [2022-03-20T19:18:13.783Z] === Skipped [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-20T19:18:13.783Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-20T19:18:13.783Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-20T19:18:13.783Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-20T19:18:13.783Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-20T19:18:13.783Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-20T19:18:13.783Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-20T19:18:13.783Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-20T19:18:13.783Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-20T19:18:13.783Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-20T19:18:13.783Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-20T19:18:13.783Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-20T19:18:13.783Z] daemon_test.go:145: root required [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-20T19:18:13.783Z] reload_test.go:342: root required [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-20T19:18:13.783Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-20T19:18:13.783Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-20T19:18:13.783Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-20T19:18:13.783Z] download_test.go:267: Needs fixing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-20T19:18:13.783Z] layer_test.go:291: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-20T19:18:13.783Z] layer_test.go:340: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-20T19:18:13.783Z] layer_test.go:455: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-20T19:18:13.783Z] layer_test.go:684: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-20T19:18:13.783Z] migration_test.go:45: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-20T19:18:13.783Z] migration_test.go:181: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-20T19:18:13.783Z] mount_test.go:17: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-20T19:18:13.783Z] mount_test.go:76: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-20T19:18:13.783Z] mount_test.go:125: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-20T19:18:13.783Z] mount_test.go:212: Failing on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-20T19:18:13.783Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-20T19:18:13.783Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.02s) [2022-03-20T19:18:13.783Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-20T19:18:13.783Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-20T19:18:13.783Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-20T19:18:13.783Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-20T19:18:13.783Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-20T19:18:13.783Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-20T19:18:13.783Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-20T19:18:13.783Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-20T19:18:13.783Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-20T19:18:13.783Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:18:13.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:18:13.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:18:13.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:18:13.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:18:13.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:133: Xz not present in msys2 [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-20T19:18:13.783Z] archive_test.go:140: zstd not installed [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:252: Failing on Windows CI machines [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-20T19:18:13.783Z] archive_windows_test.go:16: Currently fails [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-20T19:18:13.783Z] changes_test.go:195: needs more investigation [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-20T19:18:13.783Z] changes_test.go:432: needs further investigation [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-20T19:18:13.783Z] changes_test.go:468: needs further investigation [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-20T19:18:13.783Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-20T19:18:13.783Z] poller_test.go:40: No chmod on Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-20T19:18:13.783Z] fileutils_test.go:133: Needs porting to Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-20T19:18:13.783Z] fileutils_test.go:179: Needs porting to Windows [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-20T19:18:13.783Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-20T19:18:13.783Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-20T19:18:13.783Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-20T19:18:13.783Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-20T19:18:13.783Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-20T19:18:13.783Z] [2022-03-20T19:18:13.783Z] DONE 2091 tests, 68 skipped in 318.518s [2022-03-20T19:18:14.241Z] INFO: make.ps1 ended at 03/20/2022 19:18:13 [2022-03-20T19:18:14.496Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-20T19:18:15.059Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-20T19:18:16.416Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-20T19:18:16.416Z] INFO: Unit tests ended at 03/20/2022 19:18:15. Duration:00:05:38.5292152 [2022-03-20T19:18:16.416Z] INFO: Building busybox [2022-03-20T19:18:16.416Z] Sending build context to Docker daemon 5.12kB [2022-03-20T19:18:16.416Z] [2022-03-20T19:18:16.416Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-20T19:18:16.416Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-20T19:18:16.416Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-20T19:18:16.416Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-20T19:18:16.416Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-20T19:18:16.416Z] ---> 6a11116086a4 [2022-03-20T19:18:16.416Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-20T19:18:16.416Z] ---> Running in 1cca2ce2aaf8 [2022-03-20T19:18:17.577Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-20T19:18:17.835Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-20T19:18:18.397Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-20T19:18:18.397Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-20T19:18:18.963Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-20T19:18:19.529Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-20T19:18:19.787Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-20T19:18:20.717Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-20T19:18:20.974Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-20T19:18:21.539Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-20T19:18:21.814Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-20T19:18:21.989Z] --- PASS: TestBuildWithHugeFile (120.80s) [2022-03-20T19:18:21.989Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T19:18:21.989Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:18:21.989Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T19:18:21.989Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:18:21.989Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:18:21.989Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:18:21.989Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:18:21.989Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:18:21.989Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:18:21.989Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:18:21.989Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:18:21.989Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:18:21.989Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-20T19:18:21.989Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-20T19:18:21.989Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-20T19:18:21.989Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-20T19:18:21.989Z] === RUN TestBuildPreserveOwnership [2022-03-20T19:18:21.989Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:18:21.989Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestBuildPlatformInvalid [2022-03-20T19:18:21.989Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-20T19:18:21.989Z] PASS [2022-03-20T19:18:21.989Z] ok github.com/docker/docker/integration/build 194.313s [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === Skipped [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-20T19:18:21.989Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-20T19:18:21.989Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-20T19:18:21.989Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-20T19:18:21.989Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:18:21.989Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-20T19:18:21.989Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] DONE 29 tests, 6 skipped in 229.937s [2022-03-20T19:18:21.989Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-20T19:18:21.989Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:18:21.989Z] INFO: Testing against a local daemon [2022-03-20T19:18:21.989Z] === RUN TestConfigInspect [2022-03-20T19:18:21.989Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestConfigList [2022-03-20T19:18:21.989Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestConfigList (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestConfigsCreateAndDelete [2022-03-20T19:18:21.989Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestConfigsUpdate [2022-03-20T19:18:21.989Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestTemplatedConfig [2022-03-20T19:18:21.989Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestConfigCreateResolve [2022-03-20T19:18:21.989Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:18:21.989Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-20T19:18:21.989Z] PASS [2022-03-20T19:18:21.989Z] ok github.com/docker/docker/integration/config 0.115s [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === Skipped [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-20T19:18:21.989Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-20T19:18:21.989Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-20T19:18:21.989Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-20T19:18:21.989Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-20T19:18:21.989Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-20T19:18:21.989Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:18:21.989Z] [2022-03-20T19:18:21.989Z] DONE 6 tests, 6 skipped in 2.341s [2022-03-20T19:18:21.989Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-20T19:18:21.989Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:18:21.989Z] INFO: Testing against a local daemon [2022-03-20T19:18:21.989Z] === RUN TestCheckpoint [2022-03-20T19:18:21.989Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:18:21.989Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestContainerInvalidJSON [2022-03-20T19:18:21.989Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:18:21.989Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:18:21.989Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:18:21.989Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:18:21.989Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:18:21.989Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:18:21.989Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-03-20T19:18:21.989Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-20T19:18:21.989Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-20T19:18:21.989Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T19:18:21.989Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s) [2022-03-20T19:18:21.989Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T19:18:21.989Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-03-20T19:18:21.989Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T19:18:21.989Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s) [2022-03-20T19:18:21.989Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T19:18:21.989Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-03-20T19:18:21.989Z] === RUN TestCopyFromContainer [2022-03-20T19:18:21.989Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T19:18:21.989Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:18:21.989Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:18:21.989Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:18:21.989Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:18:21.989Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:18:21.989Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:18:21.989Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:18:21.989Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:18:21.989Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:18:21.989Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-20T19:18:21.989Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T19:18:21.989Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-20T19:18:21.989Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidEnv [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T19:18:21.989Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T19:18:21.989Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:18:21.989Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T19:18:21.989Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:18:21.989Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:18:21.989Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:18:21.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:18:21.989Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T19:18:21.989Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-20T19:18:21.989Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateDifferentPlatform [2022-03-20T19:18:21.989Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T19:18:21.989Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T19:18:21.989Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-20T19:18:21.989Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T19:18:21.989Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2022-03-20T19:18:21.989Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T19:18:21.989Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-20T19:18:21.989Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-20T19:18:21.989Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T19:18:21.989Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:21.989Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestDiff [2022-03-20T19:18:21.989Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-20T19:18:21.989Z] --- SKIP: TestDiff (0.00s) [2022-03-20T19:18:21.989Z] === RUN TestExecWithCloseStdin [2022-03-20T19:18:21.989Z] --- PASS: TestExecWithCloseStdin (2.85s) [2022-03-20T19:18:21.989Z] === RUN TestExec [2022-03-20T19:18:24.162Z] --- PASS: TestExec (2.51s) [2022-03-20T19:18:24.162Z] === RUN TestExecUser [2022-03-20T19:18:24.162Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-20T19:18:24.162Z] --- SKIP: TestExecUser (0.00s) [2022-03-20T19:18:24.162Z] === RUN TestExportContainerAndImportImage [2022-03-20T19:18:24.162Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:24.162Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-20T19:18:24.162Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T19:18:24.162Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:24.162Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-20T19:18:24.162Z] === RUN TestHealthCheckWorkdir [2022-03-20T19:18:24.162Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-20T19:18:24.162Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-20T19:18:24.162Z] === RUN TestHealthKillContainer [2022-03-20T19:18:24.162Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-20T19:18:24.162Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-20T19:18:24.162Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T19:18:24.162Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:18:24.162Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:18:24.162Z] === RUN TestKillContainerInvalidSignal [2022-03-20T19:18:24.337Z] === RUN TestDockerSuite/TestRunState [2022-03-20T19:18:25.264Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-20T19:18:25.826Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-20T19:18:26.082Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-20T19:18:26.337Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-20T19:18:26.337Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-20T19:18:26.337Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-20T19:18:26.900Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-20T19:18:27.054Z] --- PASS: TestKillContainerInvalidSignal (2.35s) [2022-03-20T19:18:27.054Z] === RUN TestKillContainer [2022-03-20T19:18:27.054Z] === RUN TestKillContainer/no_signal [2022-03-20T19:18:27.156Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-20T19:18:28.084Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-20T19:18:28.084Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-20T19:18:28.084Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-20T19:18:28.341Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-20T19:18:29.231Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T19:18:29.232Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-20T19:18:29.232Z] === RUN TestKillContainer/killing_signal [2022-03-20T19:18:29.710Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-20T19:18:30.275Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-20T19:18:31.207Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-20T19:18:31.773Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-20T19:18:32.128Z] --- PASS: TestKillContainer (5.38s) [2022-03-20T19:18:32.128Z] --- PASS: TestKillContainer/no_signal (2.32s) [2022-03-20T19:18:32.128Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:18:32.128Z] --- PASS: TestKillContainer/killing_signal (3.01s) [2022-03-20T19:18:32.128Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T19:18:32.128Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:18:32.128Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-20T19:18:32.128Z] === RUN TestKillStoppedContainer [2022-03-20T19:18:32.128Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:18:32.128Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-20T19:18:32.128Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T19:18:32.128Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:18:32.128Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-20T19:18:32.128Z] === RUN TestKillDifferentUserContainer [2022-03-20T19:18:32.128Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-20T19:18:32.128Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-20T19:18:32.128Z] === RUN TestInspectOomKilledTrue [2022-03-20T19:18:32.128Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:32.128Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-20T19:18:32.128Z] === RUN TestInspectOomKilledFalse [2022-03-20T19:18:32.128Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:18:32.128Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-20T19:18:32.128Z] === RUN TestLogsFollowTailEmpty [2022-03-20T19:18:33.666Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-20T19:18:34.298Z] --- PASS: TestLogsFollowTailEmpty (2.56s) [2022-03-20T19:18:34.298Z] === RUN TestNetworkNat [2022-03-20T19:18:34.298Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-20T19:18:34.298Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-20T19:18:34.298Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T19:18:34.598Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-20T19:18:36.492Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-20T19:18:37.201Z] --- PASS: TestNetworkLocalhostTCPNat (2.70s) [2022-03-20T19:18:37.201Z] === RUN TestNetworkLoopbackNat [2022-03-20T19:18:37.202Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-20T19:18:37.202Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-20T19:18:37.202Z] === RUN TestPause [2022-03-20T19:18:37.202Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-20T19:18:37.202Z] --- SKIP: TestPause (0.00s) [2022-03-20T19:18:37.202Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T19:18:37.420Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-20T19:18:37.498Z] Removing intermediate container 1cca2ce2aaf8 [2022-03-20T19:18:37.498Z] ---> 7b62daa55ebc [2022-03-20T19:18:37.498Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-20T19:18:37.498Z] ---> Running in d00bd8713955 [2022-03-20T19:18:37.498Z] Removing intermediate container d00bd8713955 [2022-03-20T19:18:37.498Z] ---> 3dc8bbf2108a [2022-03-20T19:18:37.498Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-20T19:18:37.498Z] ---> Running in 266b1fbc37be [2022-03-20T19:18:37.677Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-20T19:18:37.960Z] Removing intermediate container 266b1fbc37be [2022-03-20T19:18:37.960Z] ---> 7150a4148cbc [2022-03-20T19:18:37.960Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-20T19:18:38.240Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-20T19:18:38.802Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-20T19:18:39.058Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-20T19:18:39.381Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.33s) [2022-03-20T19:18:39.381Z] === RUN TestPauseStopPausedContainer [2022-03-20T19:18:39.381Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:18:39.381Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-20T19:18:39.381Z] === RUN TestPsFilter [2022-03-20T19:18:39.503Z] [2022-03-20T19:18:39.841Z] --- PASS: TestPsFilter (0.35s) [2022-03-20T19:18:39.841Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T19:18:39.964Z] ---> 33e7a0b7526d [2022-03-20T19:18:39.964Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-20T19:18:39.964Z] ---> Running in c5afbc5bfa94 [2022-03-20T19:18:40.427Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-20T19:18:41.801Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-20T19:18:42.058Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-20T19:18:42.316Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-20T19:18:42.316Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-20T19:18:42.577Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-20T19:18:43.020Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.86s) [2022-03-20T19:18:43.020Z] === RUN TestRemoveContainerWithVolume [2022-03-20T19:18:43.153Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-20T19:18:43.719Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-20T19:18:44.284Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-20T19:18:44.284Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-20T19:18:44.284Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-20T19:18:44.284Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-20T19:18:45.215Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-20T19:18:45.215Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-20T19:18:45.915Z] --- PASS: TestRemoveContainerWithVolume (2.96s) [2022-03-20T19:18:45.915Z] === RUN TestRemoveContainerRunning [2022-03-20T19:18:48.086Z] --- PASS: TestRemoveContainerRunning (2.42s) [2022-03-20T19:18:48.086Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T19:18:48.564Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-20T19:18:48.564Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-20T19:18:48.820Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-20T19:18:49.747Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-20T19:18:50.675Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-20T19:18:50.979Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.52s) [2022-03-20T19:18:50.979Z] === RUN TestRemoveInvalidContainer [2022-03-20T19:18:50.979Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-20T19:18:50.979Z] === RUN TestRenameLinkedContainer [2022-03-20T19:18:50.979Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-20T19:18:50.979Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-20T19:18:50.979Z] === RUN TestRenameStoppedContainer [2022-03-20T19:18:51.241Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-20T19:18:52.174Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-20T19:18:53.546Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-20T19:18:53.873Z] --- PASS: TestRenameStoppedContainer (3.01s) [2022-03-20T19:18:53.873Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T19:18:54.110Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-20T19:18:54.469Z] ok github.com/docker/docker/libnetwork/networkdb 104.128s coverage: 60.3% of statements [2022-03-20T19:18:54.469Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-20T19:18:54.469Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-20T19:18:54.469Z] ok github.com/docker/docker/libnetwork/osl 4.319s coverage: 39.7% of statements [2022-03-20T19:18:54.469Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-20T19:18:54.469Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-20T19:18:54.469Z] ok github.com/docker/docker/libnetwork/portmapper 0.218s coverage: 48.6% of statements [2022-03-20T19:18:54.732Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-20T19:18:54.732Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-20T19:18:54.994Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-20T19:18:54.994Z] [2022-03-20T19:18:54.994Z] === Skipped [2022-03-20T19:18:54.994Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-20T19:18:54.994Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-20T19:18:54.994Z] [2022-03-20T19:18:54.994Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-20T19:18:54.994Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-20T19:18:54.994Z] [2022-03-20T19:18:54.994Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-20T19:18:54.994Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-20T19:18:54.994Z] [2022-03-20T19:18:54.994Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-20T19:18:54.994Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:54.994Z] [2022-03-20T19:18:54.994Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-20T19:18:54.995Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:54.995Z] [2022-03-20T19:18:54.995Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-20T19:18:54.995Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:54.995Z] [2022-03-20T19:18:54.995Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-20T19:18:54.995Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:54.995Z] [2022-03-20T19:18:54.995Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-20T19:18:54.995Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-20T19:18:54.995Z] [2022-03-20T19:18:54.995Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-20T19:18:54.995Z] firewalld_test.go:14: firewalld is not running [2022-03-20T19:18:54.995Z] [2022-03-20T19:18:54.995Z] DONE 326 tests, 9 skipped in 200.120s Post stage [Pipeline] junit [2022-03-20T19:18:55.582Z] Recording test results [2022-03-20T19:18:55.832Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-20T19:18:56.007Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-20T19:18:56.164Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42624/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c44b11ec7d4bd0a3b68a44183bb6ece567a234b3 hack/validate/vendor [2022-03-20T19:18:56.573Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-20T19:18:56.573Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-20T19:18:56.573Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-20T19:18:56.573Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-20T19:18:56.573Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-20T19:18:56.573Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-20T19:18:56.573Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-20T19:18:56.737Z] No vendor changes in diff. [2022-03-20T19:18:56.831Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-20T19:18:56.831Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-20T19:18:56.831Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-20T19:18:56.998Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-20T19:18:57.089Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-20T19:18:57.320Z] + echo Ensuring container killed. [2022-03-20T19:18:57.320Z] Ensuring container killed. [2022-03-20T19:18:57.320Z] + docker rm -vf docker-pr6 [2022-03-20T19:18:57.320Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-03-20T19:18:57.610Z] + echo Chowning /workspace to jenkins user [2022-03-20T19:18:57.610Z] Chowning /workspace to jenkins user [2022-03-20T19:18:57.610Z] + id -u [2022-03-20T19:18:57.610Z] + id -g [2022-03-20T19:18:57.610Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace busybox chown -R 1000:1000 /workspace [2022-03-20T19:18:57.652Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-20T19:18:58.604Z] --- PASS: TestRenameRunningContainerAndReuse (4.93s) [2022-03-20T19:18:58.604Z] === RUN TestRenameInvalidName [2022-03-20T19:18:58.853Z] + bundleName=unit [2022-03-20T19:18:58.853Z] + echo Creating unit-bundles.tar.gz [2022-03-20T19:18:58.853Z] Creating unit-bundles.tar.gz [2022-03-20T19:18:58.853Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-03-20T19:18:58.853Z] bundles/junit-report-libnetwork.xml [2022-03-20T19:18:58.853Z] bundles/junit-report.xml [2022-03-20T19:18:58.853Z] bundles/go-test-report-libnetwork.json [2022-03-20T19:18:58.853Z] bundles/go-test-report.json [2022-03-20T19:18:58.853Z] bundles/profile-libnetwork.out [2022-03-20T19:18:58.853Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-20T19:18:58.867Z] Archiving artifacts [2022-03-20T19:18:59.020Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-20T19:18:59.335Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T19:18:59.583Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-20T19:18:59.583Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-20T19:18:59.646Z] + make clean [2022-03-20T19:18:59.646Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T19:18:59.646Z] docker-dev-cache [2022-03-20T19:18:59.646Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T19:19:00.144Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-20T19:19:00.144Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-20T19:19:00.400Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-20T19:19:00.400Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-20T19:19:00.400Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-20T19:19:00.657Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-20T19:19:00.657Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-20T19:19:00.657Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-20T19:19:00.657Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-20T19:19:00.657Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-20T19:19:00.657Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-20T19:19:01.220Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-20T19:19:01.494Z] --- PASS: TestRenameInvalidName (2.38s) [2022-03-20T19:19:01.494Z] === RUN TestRenameAnonymousContainer [2022-03-20T19:19:01.783Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-20T19:19:01.783Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-20T19:19:02.348Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-20T19:19:02.604Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-20T19:19:02.860Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-20T19:19:03.117Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-20T19:19:03.374Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-20T19:19:03.937Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-20T19:19:03.937Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-20T19:19:03.937Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-20T19:19:04.501Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-20T19:19:05.064Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-20T19:19:05.130Z] Removing intermediate container c5afbc5bfa94 [2022-03-20T19:19:05.130Z] ---> e56e1f581431 [2022-03-20T19:19:05.130Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-20T19:19:05.130Z] ---> Running in 58a21222ecc5 [2022-03-20T19:19:05.130Z] [2022-03-20T19:19:05.130Z] SUCCESS: Specified value was saved. [2022-03-20T19:19:05.630Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-20T19:19:06.194Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-20T19:19:06.194Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-20T19:19:06.194Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-20T19:19:06.451Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-20T19:19:06.451Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-20T19:19:07.305Z] Removing intermediate container 58a21222ecc5 [2022-03-20T19:19:07.305Z] ---> 4708ad61e0c2 [2022-03-20T19:19:07.305Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-20T19:19:07.305Z] ---> Running in f6c1720dcc08 [2022-03-20T19:19:07.822Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-20T19:19:08.079Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-20T19:19:09.973Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-20T19:19:09.973Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-20T19:19:09.973Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-20T19:19:09.973Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-20T19:19:10.901Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-20T19:19:11.463Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-20T19:19:11.803Z] --- PASS: TestRenameAnonymousContainer (10.85s) [2022-03-20T19:19:11.803Z] === RUN TestRenameContainerWithSameName [2022-03-20T19:19:12.024Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-20T19:19:12.024Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-20T19:19:13.390Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-20T19:19:13.390Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-20T19:19:13.647Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-20T19:19:14.375Z] Cannot create a file when that file already exists. [2022-03-20T19:19:14.578Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2893899181 [2022-03-20T19:19:14.699Z] --- PASS: TestRenameContainerWithSameName (2.52s) [2022-03-20T19:19:14.699Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T19:19:14.699Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:14.699Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-20T19:19:14.699Z] === RUN TestResize [2022-03-20T19:19:14.835Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-20T19:19:14.835Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-20T19:19:16.206Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-20T19:19:16.206Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-20T19:19:16.206Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-20T19:19:16.867Z] --- PASS: TestResize (2.32s) [2022-03-20T19:19:16.867Z] === RUN TestResizeWithInvalidSize [2022-03-20T19:19:17.183Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-20T19:19:18.552Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-20T19:19:18.552Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-20T19:19:18.808Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-20T19:19:18.808Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-20T19:19:18.808Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-20T19:19:19.040Z] --- PASS: TestResizeWithInvalidSize (2.46s) [2022-03-20T19:19:19.040Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T19:19:19.065Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-20T19:19:19.629Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-20T19:19:19.629Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-20T19:19:20.176Z] Removing intermediate container f6c1720dcc08 [2022-03-20T19:19:20.176Z] ---> f80acc32a8ec [2022-03-20T19:19:20.176Z] Step 13/13 : CMD ["sh"] [2022-03-20T19:19:20.176Z] ---> Running in d28dd0803982 [2022-03-20T19:19:20.176Z] Removing intermediate container d28dd0803982 [2022-03-20T19:19:20.176Z] ---> f1e3713d9305 [2022-03-20T19:19:20.176Z] Successfully built f1e3713d9305 [2022-03-20T19:19:20.176Z] Successfully tagged busybox:latest [2022-03-20T19:19:20.176Z] INFO: Docker images of the daemon under test [2022-03-20T19:19:20.176Z] [2022-03-20T19:19:20.176Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-20T19:19:20.176Z] busybox latest f1e3713d9305 Less than a second ago 5.78GB [2022-03-20T19:19:20.176Z] microsoft/windowsservercore latest 6a11116086a4 2 weeks ago 5.75GB [2022-03-20T19:19:20.176Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 2 weeks ago 5.75GB [2022-03-20T19:19:20.176Z] [2022-03-20T19:19:20.176Z] INFO: Running integration tests at 03/20/2022 19:19:19... [2022-03-20T19:19:20.176Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-20T19:19:20.176Z] INFO: Integration API tests being run from the host: [2022-03-20T19:19:20.176Z] INFO: make.ps1 starting at 03/20/2022 19:19:19 [2022-03-20T19:19:20.194Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-20T19:19:20.757Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-20T19:19:21.322Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-20T19:19:21.578Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-20T19:19:21.738Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-20T19:19:22.757Z] --- PASS: TestResizeWhenContainerNotStarted (3.01s) [2022-03-20T19:19:22.757Z] === RUN TestDaemonRestartKillContainers [2022-03-20T19:19:22.757Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:22.757Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:19:22.757Z] === RUN TestStats [2022-03-20T19:19:22.757Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-20T19:19:22.757Z] --- SKIP: TestStats (0.00s) [2022-03-20T19:19:22.757Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T19:19:24.844Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-20T19:19:26.740Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-20T19:19:27.305Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-20T19:19:28.236Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-20T19:19:28.534Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.58s) [2022-03-20T19:19:28.534Z] === RUN TestStopContainerWithTimeout [2022-03-20T19:19:28.534Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-20T19:19:28.534Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-20T19:19:28.534Z] === RUN TestUpdateRestartPolicy [2022-03-20T19:19:29.168Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-20T19:19:30.099Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-20T19:19:31.993Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-20T19:19:32.559Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-20T19:19:34.450Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-20T19:19:35.013Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-20T19:19:35.269Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-20T19:19:36.208Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-20T19:19:38.113Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-20T19:19:39.045Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-20T19:19:41.567Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-20T19:19:45.740Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-20T19:19:47.633Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-20T19:19:48.564Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-20T19:19:53.628Z] --- PASS: TestUpdateRestartPolicy (23.60s) [2022-03-20T19:19:53.628Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T19:19:53.628Z] --- PASS: TestUpdateRestartWithAutoRemove (2.34s) [2022-03-20T19:19:53.628Z] === RUN TestWaitNonBlocked [2022-03-20T19:19:53.628Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:19:53.628Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:19:53.628Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:19:53.628Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:19:53.628Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:19:53.628Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:19:53.817Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-20T19:19:55.707Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-20T19:19:57.071Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-20T19:19:57.327Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-20T19:19:57.369Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-20T19:19:57.369Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.35s) [2022-03-20T19:19:57.369Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.48s) [2022-03-20T19:19:57.369Z] === RUN TestWaitBlocked [2022-03-20T19:19:57.369Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:19:57.369Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-20T19:19:57.369Z] PASS [2022-03-20T19:19:57.369Z] ok github.com/docker/docker/integration/container 99.922s [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === Skipped [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-20T19:19:57.369Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-20T19:19:57.369Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-20T19:19:57.369Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-20T19:19:57.369Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-20T19:19:57.369Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-20T19:19:57.369Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-20T19:19:57.369Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-20T19:19:57.369Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:19:57.369Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-20T19:19:57.369Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-20T19:19:57.369Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-20T19:19:57.369Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-20T19:19:57.369Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-20T19:19:57.369Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-20T19:19:57.369Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:19:57.369Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-20T19:19:57.369Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-20T19:19:57.369Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-20T19:19:57.369Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-20T19:19:57.369Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-20T19:19:57.369Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-20T19:19:57.369Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-20T19:19:57.369Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-20T19:19:57.369Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:19:57.369Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-20T19:19:57.369Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-20T19:19:57.369Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-20T19:19:57.369Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:19:57.369Z] [2022-03-20T19:19:57.369Z] DONE 87 tests, 33 skipped in 102.905s [2022-03-20T19:19:57.369Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-20T19:19:57.891Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-20T19:19:58.456Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-20T19:19:58.456Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-20T19:19:58.456Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-20T19:19:58.713Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-20T19:20:00.607Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-20T19:20:01.542Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-20T19:20:02.913Z] docker_cli_service_logs_test.go:246: checking task z6418efwiwx4 [2022-03-20T19:20:02.913Z] docker_cli_service_logs_test.go:251: checking messages for z6418efwiwx4 [2022-03-20T19:20:02.913Z] docker_cli_service_logs_test.go:246: checking task dke0en07dqzc [2022-03-20T19:20:02.913Z] docker_cli_service_logs_test.go:251: checking messages for dke0en07dqzc [2022-03-20T19:20:04.527Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:20:04.527Z] INFO: Testing against a local daemon [2022-03-20T19:20:04.527Z] === RUN TestBuildWithSession [2022-03-20T19:20:04.527Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:20:04.527Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-20T19:20:04.527Z] === RUN TestBuildSquashParent [2022-03-20T19:20:04.527Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:04.527Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:20:04.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:20:04.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:20:04.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:20:04.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:20:04.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:20:04.527Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:20:04.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:20:04.527Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-20T19:20:04.527Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-20T19:20:04.527Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-20T19:20:04.527Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-20T19:20:04.808Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-20T19:20:05.064Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-20T19:20:05.630Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-20T19:20:05.630Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-20T19:20:05.630Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-20T19:20:05.630Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-20T19:20:05.630Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-20T19:20:06.575Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-20T19:20:07.136Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-20T19:20:07.697Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-20T19:20:08.627Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-20T19:20:11.898Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-20T19:20:12.827Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-20T19:20:12.827Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-20T19:20:12.827Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-20T19:20:13.642Z] --- PASS: TestBuildWithHugeFile (130.45s) [2022-03-20T19:20:13.642Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T19:20:13.642Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:20:13.642Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:20:13.642Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T19:20:13.642Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:20:13.642Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:20:13.642Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:20:13.642Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:20:13.642Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:20:13.642Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:20:13.642Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:20:13.642Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:20:13.642Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:20:13.642Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-03-20T19:20:13.642Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-20T19:20:13.642Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-20T19:20:13.642Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-20T19:20:13.642Z] === RUN TestBuildPreserveOwnership [2022-03-20T19:20:13.642Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:13.642Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-20T19:20:13.642Z] === RUN TestBuildPlatformInvalid [2022-03-20T19:20:13.642Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-20T19:20:13.642Z] PASS [2022-03-20T19:20:13.642Z] ok github.com/docker/docker/integration/build 220.318s [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] === Skipped [2022-03-20T19:20:13.642Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-20T19:20:13.642Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-20T19:20:13.642Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-20T19:20:13.642Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-20T19:20:13.642Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:20:13.642Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-20T19:20:13.642Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:13.642Z] [2022-03-20T19:20:13.642Z] DONE 29 tests, 6 skipped in 259.712s [2022-03-20T19:20:13.642Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-20T19:20:13.758Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-20T19:20:13.758Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-20T19:20:14.322Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-20T19:20:15.812Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:15.812Z] INFO: Testing against a local daemon [2022-03-20T19:20:15.812Z] === RUN TestConfigInspect [2022-03-20T19:20:15.812Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-20T19:20:15.812Z] === RUN TestConfigList [2022-03-20T19:20:15.812Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] --- SKIP: TestConfigList (0.00s) [2022-03-20T19:20:15.812Z] === RUN TestConfigsCreateAndDelete [2022-03-20T19:20:15.812Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-20T19:20:15.812Z] === RUN TestConfigsUpdate [2022-03-20T19:20:15.812Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-20T19:20:15.812Z] === RUN TestTemplatedConfig [2022-03-20T19:20:15.812Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-20T19:20:15.812Z] === RUN TestConfigCreateResolve [2022-03-20T19:20:15.812Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:15.812Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-20T19:20:15.812Z] PASS [2022-03-20T19:20:15.812Z] ok github.com/docker/docker/integration/config 0.118s [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] === Skipped [2022-03-20T19:20:15.812Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-20T19:20:15.812Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-20T19:20:15.812Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-20T19:20:15.812Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-20T19:20:15.812Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-20T19:20:15.812Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-20T19:20:15.812Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:15.812Z] [2022-03-20T19:20:15.812Z] DONE 6 tests, 6 skipped in 2.686s [2022-03-20T19:20:16.273Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-20T19:20:16.844Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-20T19:20:17.100Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-20T19:20:19.369Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-20T19:20:19.369Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-20T19:20:19.618Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-20T19:20:20.028Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:20.028Z] INFO: Testing against a local daemon [2022-03-20T19:20:20.028Z] === RUN TestCheckpoint [2022-03-20T19:20:20.028Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:20:20.028Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T19:20:20.028Z] === RUN TestContainerInvalidJSON [2022-03-20T19:20:20.028Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:20:20.028Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:20:20.028Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:20:20.028Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:20:20.028Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:20:20.028Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:20:20.028Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-20T19:20:20.028Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-20T19:20:20.028Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-20T19:20:20.028Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T19:20:20.028Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.32s) [2022-03-20T19:20:20.028Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T19:20:20.490Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.29s) [2022-03-20T19:20:20.490Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T19:20:20.948Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.28s) [2022-03-20T19:20:20.948Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T19:20:20.948Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s) [2022-03-20T19:20:20.948Z] === RUN TestCopyFromContainer [2022-03-20T19:20:20.948Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:20.948Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-20T19:20:20.948Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T19:20:20.948Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:20:20.948Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:20:20.948Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:20:20.948Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:20:20.948Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:20:20.948Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:20:20.948Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:20:20.948Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:20:20.948Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:20:20.948Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-03-20T19:20:20.948Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-20T19:20:20.948Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-20T19:20:20.948Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-20T19:20:20.948Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T19:20:20.948Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-20T19:20:20.948Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-20T19:20:20.948Z] === RUN TestCreateWithInvalidEnv [2022-03-20T19:20:20.948Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T19:20:20.948Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T19:20:20.948Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T19:20:20.948Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T19:20:20.948Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T19:20:20.948Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T19:20:20.948Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T19:20:20.949Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T19:20:20.949Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:20.949Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-20T19:20:20.949Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T19:20:20.949Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:20.949Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-20T19:20:20.949Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T19:20:20.949Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:20.949Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-20T19:20:20.949Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T19:20:20.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:20:20.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:20:20.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:20:20.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:20:20.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:20:20.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:20:20.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:20:20.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:20:20.949Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:20:20.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:20:20.949Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T19:20:20.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-20T19:20:20.949Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T19:20:20.949Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-20T19:20:20.949Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-20T19:20:20.949Z] === RUN TestCreateDifferentPlatform [2022-03-20T19:20:21.405Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T19:20:21.405Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T19:20:21.405Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-20T19:20:21.405Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-20T19:20:21.405Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-03-20T19:20:21.405Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T19:20:21.405Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-03-20T19:20:21.405Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T19:20:21.405Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-20T19:20:21.405Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-20T19:20:21.405Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T19:20:21.405Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:21.405Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:20:21.405Z] === RUN TestDiff [2022-03-20T19:20:21.405Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:21.405Z] --- SKIP: TestDiff (0.00s) [2022-03-20T19:20:21.405Z] === RUN TestExecWithCloseStdin [2022-03-20T19:20:21.405Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-20T19:20:21.405Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-20T19:20:21.405Z] === RUN TestExec [2022-03-20T19:20:21.512Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-20T19:20:22.879Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-20T19:20:25.403Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-20T19:20:26.079Z] --- PASS: TestExec (4.80s) [2022-03-20T19:20:26.079Z] === RUN TestExecUser [2022-03-20T19:20:26.079Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-20T19:20:26.079Z] --- SKIP: TestExecUser (0.00s) [2022-03-20T19:20:26.079Z] === RUN TestExportContainerAndImportImage [2022-03-20T19:20:26.079Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:26.079Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-20T19:20:26.079Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T19:20:26.079Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:26.079Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-20T19:20:26.079Z] === RUN TestHealthCheckWorkdir [2022-03-20T19:20:26.079Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:26.079Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-20T19:20:26.079Z] === RUN TestHealthKillContainer [2022-03-20T19:20:26.079Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-20T19:20:26.079Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-20T19:20:26.079Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T19:20:26.079Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:20:26.079Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:20:26.079Z] === RUN TestKillContainerInvalidSignal [2022-03-20T19:20:27.412Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T19:20:27.412Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-20T19:20:27.412Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-20T19:20:27.412Z] === RUN TestDaemonConfigValidation [2022-03-20T19:20:27.412Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-20T19:20:27.412Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-20T19:20:27.412Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T19:20:27.412Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-20T19:20:27.412Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-20T19:20:27.412Z] === RUN TestDaemonProxy [2022-03-20T19:20:27.412Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-20T19:20:27.412Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-20T19:20:27.412Z] PASS [2022-03-20T19:20:27.412Z] ok github.com/docker/docker/integration/daemon 0.138s [2022-03-20T19:20:27.412Z] [2022-03-20T19:20:27.412Z] === Skipped [2022-03-20T19:20:27.412Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-20T19:20:27.412Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-20T19:20:27.412Z] [2022-03-20T19:20:27.412Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-20T19:20:27.412Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-20T19:20:27.412Z] [2022-03-20T19:20:27.412Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-20T19:20:27.412Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-20T19:20:27.412Z] [2022-03-20T19:20:27.412Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-20T19:20:27.412Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-20T19:20:27.412Z] [2022-03-20T19:20:27.412Z] DONE 4 tests, 4 skipped in 26.737s [2022-03-20T19:20:27.412Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-20T19:20:27.928Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-20T19:20:28.944Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:28.944Z] INFO: Testing against a local daemon [2022-03-20T19:20:28.944Z] === RUN TestCommitInheritsEnv [2022-03-20T19:20:28.944Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:28.944Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-20T19:20:28.944Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T19:20:28.944Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:20:28.944Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:20:28.944Z] === RUN TestImportWithCustomPlatform [2022-03-20T19:20:28.944Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:20:28.944Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-20T19:20:28.944Z] === RUN TestImagesFilterMultiReference [2022-03-20T19:20:28.944Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-20T19:20:28.945Z] === RUN TestImagePullPlatformInvalid [2022-03-20T19:20:28.945Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-20T19:20:28.945Z] === RUN TestRemoveImageOrphaning [2022-03-20T19:20:29.294Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (14.57s) [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.85s) [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.02s) [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.13s) [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.21s) [2022-03-20T19:20:29.682Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.60s) [2022-03-20T19:20:29.682Z] === RUN TestBuildMultiStageCopy [2022-03-20T19:20:29.682Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-20T19:20:30.472Z] --- PASS: TestRemoveImageOrphaning (1.20s) [2022-03-20T19:20:30.472Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T19:20:30.472Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-20T19:20:30.472Z] === RUN TestTagInvalidReference [2022-03-20T19:20:30.472Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-20T19:20:30.472Z] === RUN TestTagValidPrefixedRepo [2022-03-20T19:20:30.472Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-20T19:20:30.472Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T19:20:30.472Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-20T19:20:30.472Z] === RUN TestTagOfficialNames [2022-03-20T19:20:30.472Z] --- PASS: TestTagOfficialNames (0.10s) [2022-03-20T19:20:30.472Z] === RUN TestTagMatchesDigest [2022-03-20T19:20:30.472Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-20T19:20:30.472Z] PASS [2022-03-20T19:20:30.472Z] ok github.com/docker/docker/integration/image 1.822s [2022-03-20T19:20:30.668Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-20T19:20:30.753Z] --- PASS: TestKillContainerInvalidSignal (3.87s) [2022-03-20T19:20:30.753Z] === RUN TestKillContainer [2022-03-20T19:20:30.753Z] === RUN TestKillContainer/no_signal [2022-03-20T19:20:30.929Z] [2022-03-20T19:20:30.929Z] === Skipped [2022-03-20T19:20:30.929Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-20T19:20:30.929Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:30.929Z] [2022-03-20T19:20:30.929Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:20:30.929Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:20:30.929Z] [2022-03-20T19:20:30.929Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-20T19:20:30.929Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:20:30.929Z] [2022-03-20T19:20:30.929Z] DONE 12 tests, 3 skipped in 6.398s [2022-03-20T19:20:30.929Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-20T19:20:31.597Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-20T19:20:32.528Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-20T19:20:33.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:33.107Z] INFO: Testing against a local daemon [2022-03-20T19:20:33.107Z] === RUN TestNetworkCreateDelete [2022-03-20T19:20:33.107Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:33.107Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T19:20:33.107Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-20T19:20:33.107Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDaemonDNSFallback [2022-03-20T19:20:33.107Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:33.107Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestInspectNetwork [2022-03-20T19:20:33.107Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:33.107Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T19:20:33.107Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:33.107Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestNetworkInvalidJSON [2022-03-20T19:20:33.107Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T19:20:33.107Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T19:20:33.107Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:20:33.107Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:20:33.107Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:20:33.107Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:20:33.107Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T19:20:33.107Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:20:33.107Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-20T19:20:33.107Z] === RUN TestNetworkList [2022-03-20T19:20:33.107Z] === RUN TestNetworkList//networks [2022-03-20T19:20:33.107Z] === PAUSE TestNetworkList//networks [2022-03-20T19:20:33.107Z] === RUN TestNetworkList//networks/ [2022-03-20T19:20:33.107Z] === PAUSE TestNetworkList//networks/ [2022-03-20T19:20:33.107Z] === CONT TestNetworkList//networks [2022-03-20T19:20:33.107Z] === CONT TestNetworkList//networks/ [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkList (0.04s) [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T19:20:33.107Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T19:20:33.107Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T19:20:33.107Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T19:20:33.107Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T19:20:33.107Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T19:20:33.107Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T19:20:33.107Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T19:20:33.107Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-20T19:20:33.107Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T19:20:33.107Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:20:33.107Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:20:33.107Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T19:20:33.107Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-20T19:20:33.108Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-20T19:20:33.108Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T19:20:33.108Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-20T19:20:33.108Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:20:33.108Z] PASS [2022-03-20T19:20:33.108Z] ok github.com/docker/docker/integration/network 0.176s [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === Skipped [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-20T19:20:33.108Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-20T19:20:33.108Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-20T19:20:33.108Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-20T19:20:33.108Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:20:33.108Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:20:33.108Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-20T19:20:33.108Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-20T19:20:33.108Z] [2022-03-20T19:20:33.108Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:20:33.108Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:20:33.564Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-20T19:20:33.564Z] [2022-03-20T19:20:33.564Z] DONE 22 tests, 15 skipped in 2.473s [2022-03-20T19:20:33.564Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-20T19:20:33.647Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T19:20:33.647Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-20T19:20:33.647Z] === RUN TestKillContainer/killing_signal [2022-03-20T19:20:33.896Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-20T19:20:34.153Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-20T19:20:34.539Z] testing: warning: no tests to run [2022-03-20T19:20:34.539Z] PASS [2022-03-20T19:20:34.539Z] ok github.com/docker/docker/integration/network/ipvlan 0.106s [2022-03-20T19:20:34.539Z] [2022-03-20T19:20:34.539Z] DONE 0 tests in 0.836s [2022-03-20T19:20:34.539Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-20T19:20:35.501Z] testing: warning: no tests to run [2022-03-20T19:20:35.501Z] PASS [2022-03-20T19:20:35.501Z] ok github.com/docker/docker/integration/network/macvlan 0.079s [2022-03-20T19:20:35.501Z] [2022-03-20T19:20:35.501Z] DONE 0 tests in 0.844s [2022-03-20T19:20:35.501Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-20T19:20:36.051Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-20T19:20:36.051Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-20T19:20:36.466Z] testing: warning: no tests to run [2022-03-20T19:20:36.466Z] PASS [2022-03-20T19:20:36.466Z] ok github.com/docker/docker/integration/plugin 0.092s [2022-03-20T19:20:36.466Z] [2022-03-20T19:20:36.466Z] DONE 0 tests in 0.839s [2022-03-20T19:20:36.466Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-20T19:20:37.372Z] --- PASS: TestKillContainer (7.47s) [2022-03-20T19:20:37.372Z] --- PASS: TestKillContainer/no_signal (3.71s) [2022-03-20T19:20:37.372Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:20:37.372Z] --- PASS: TestKillContainer/killing_signal (3.71s) [2022-03-20T19:20:37.372Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T19:20:37.372Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:20:37.372Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-20T19:20:37.372Z] === RUN TestKillStoppedContainer [2022-03-20T19:20:37.372Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:20:37.372Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-20T19:20:37.372Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T19:20:37.372Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:20:37.372Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-20T19:20:37.372Z] === RUN TestKillDifferentUserContainer [2022-03-20T19:20:37.372Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-20T19:20:37.372Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-20T19:20:37.372Z] === RUN TestInspectOomKilledTrue [2022-03-20T19:20:37.372Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:37.372Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-20T19:20:37.372Z] === RUN TestInspectOomKilledFalse [2022-03-20T19:20:37.372Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:20:37.372Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2022-03-20T19:20:37.372Z] === RUN TestLogsFollowTailEmpty [2022-03-20T19:20:37.423Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-20T19:20:37.428Z] testing: warning: no tests to run [2022-03-20T19:20:37.428Z] PASS [2022-03-20T19:20:37.428Z] ok github.com/docker/docker/integration/plugin/authz 0.087s [2022-03-20T19:20:37.428Z] [2022-03-20T19:20:37.428Z] DONE 0 tests in 0.824s [2022-03-20T19:20:37.428Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-20T19:20:38.794Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-20T19:20:38.794Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-20T19:20:39.997Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-20T19:20:39.997Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-20T19:20:40.455Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-20T19:20:40.689Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-20T19:20:40.689Z] docker_cli_swarm_test.go:1895: [dd38b46a53b3d] joining swarm manager [d018f5ee3af8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:20:41.099Z] --- PASS: TestLogsFollowTailEmpty (3.66s) [2022-03-20T19:20:41.099Z] === RUN TestNetworkNat [2022-03-20T19:20:41.099Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:41.099Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-20T19:20:41.099Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T19:20:41.988Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-20T19:20:42.053Z] docker_cli_swarm_test.go:1896: [dbeb2571e7e38] joining swarm manager [d018f5ee3af8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:20:43.223Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:43.223Z] INFO: Testing against a local daemon [2022-03-20T19:20:43.223Z] === RUN TestPluginInvalidJSON [2022-03-20T19:20:43.223Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:20:43.223Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:20:43.223Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:20:43.223Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-20T19:20:43.223Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-20T19:20:43.223Z] === RUN TestPluginInstall [2022-03-20T19:20:43.223Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-20T19:20:43.223Z] --- SKIP: TestPluginInstall (0.01s) [2022-03-20T19:20:43.223Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:20:43.223Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-20T19:20:43.223Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-20T19:20:43.223Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:20:43.223Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-20T19:20:43.223Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:20:43.223Z] PASS [2022-03-20T19:20:43.223Z] ok github.com/docker/docker/integration/plugin/common 0.128s [2022-03-20T19:20:43.223Z] [2022-03-20T19:20:43.223Z] === Skipped [2022-03-20T19:20:43.223Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s) [2022-03-20T19:20:43.223Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-20T19:20:43.223Z] [2022-03-20T19:20:43.223Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-20T19:20:43.223Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-20T19:20:43.223Z] [2022-03-20T19:20:43.223Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:20:43.223Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-20T19:20:43.223Z] [2022-03-20T19:20:43.223Z] DONE 5 tests, 3 skipped in 5.335s [2022-03-20T19:20:43.223Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-20T19:20:43.522Z] --- PASS: TestBuildMultiStageCopy (15.20s) [2022-03-20T19:20:43.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.37s) [2022-03-20T19:20:43.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2022-03-20T19:20:43.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.11s) [2022-03-20T19:20:43.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.27s) [2022-03-20T19:20:43.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s) [2022-03-20T19:20:43.522Z] === RUN TestBuildMultiStageParentConfig [2022-03-20T19:20:45.391Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:45.391Z] INFO: Testing against a local daemon [2022-03-20T19:20:45.391Z] === RUN TestExternalGraphDriver [2022-03-20T19:20:45.391Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-20T19:20:45.391Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-20T19:20:45.391Z] === RUN TestGraphdriverPluginV2 [2022-03-20T19:20:45.391Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-20T19:20:45.391Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-20T19:20:45.391Z] PASS [2022-03-20T19:20:45.391Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.157s [2022-03-20T19:20:45.391Z] [2022-03-20T19:20:45.391Z] === Skipped [2022-03-20T19:20:45.391Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-20T19:20:45.391Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-20T19:20:45.391Z] [2022-03-20T19:20:45.391Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-20T19:20:45.391Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-20T19:20:45.391Z] [2022-03-20T19:20:45.391Z] DONE 2 tests, 2 skipped in 2.504s [2022-03-20T19:20:45.391Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-20T19:20:46.425Z] --- PASS: TestBuildMultiStageParentConfig (3.13s) [2022-03-20T19:20:46.425Z] === RUN TestBuildLabelWithTargets [2022-03-20T19:20:46.425Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:20:46.425Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-20T19:20:46.425Z] === RUN TestBuildWithEmptyLayers [2022-03-20T19:20:46.875Z] --- PASS: TestNetworkLocalhostTCPNat (4.83s) [2022-03-20T19:20:46.875Z] === RUN TestNetworkLoopbackNat [2022-03-20T19:20:46.875Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:46.875Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-20T19:20:46.875Z] === RUN TestPause [2022-03-20T19:20:46.875Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-20T19:20:46.875Z] --- SKIP: TestPause (0.00s) [2022-03-20T19:20:46.875Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T19:20:47.596Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:47.596Z] INFO: Testing against a local daemon [2022-03-20T19:20:47.596Z] === RUN TestReadPluginNoRead [2022-03-20T19:20:47.596Z] read_test.go:21: no unix domain sockets on Windows [2022-03-20T19:20:47.596Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-20T19:20:47.596Z] PASS [2022-03-20T19:20:47.596Z] ok github.com/docker/docker/integration/plugin/logging 0.090s [2022-03-20T19:20:47.960Z] --- PASS: TestBuildWithEmptyLayers (1.58s) [2022-03-20T19:20:47.960Z] === RUN TestBuildMultiStageOnBuild [2022-03-20T19:20:48.051Z] [2022-03-20T19:20:48.051Z] === Skipped [2022-03-20T19:20:48.051Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-20T19:20:48.051Z] read_test.go:21: no unix domain sockets on Windows [2022-03-20T19:20:48.051Z] [2022-03-20T19:20:48.051Z] DONE 1 tests, 1 skipped in 2.539s [2022-03-20T19:20:48.051Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-20T19:20:49.598Z] testing: warning: no tests to run [2022-03-20T19:20:49.598Z] PASS [2022-03-20T19:20:49.598Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.102s [2022-03-20T19:20:49.598Z] [2022-03-20T19:20:49.598Z] DONE 0 tests in 1.267s [2022-03-20T19:20:49.598Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-20T19:20:50.605Z] --- PASS: TestPauseFailsOnWindowsServerContainers (4.09s) [2022-03-20T19:20:50.605Z] === RUN TestPauseStopPausedContainer [2022-03-20T19:20:50.605Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:50.605Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-20T19:20:50.605Z] === RUN TestPsFilter [2022-03-20T19:20:50.605Z] --- PASS: TestPsFilter (0.43s) [2022-03-20T19:20:50.605Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T19:20:51.769Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:51.769Z] INFO: Testing against a local daemon [2022-03-20T19:20:51.769Z] === RUN TestPluginWithDevMounts [2022-03-20T19:20:51.769Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:51.769Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-20T19:20:51.769Z] PASS [2022-03-20T19:20:51.769Z] ok github.com/docker/docker/integration/plugin/volumes 0.106s [2022-03-20T19:20:52.225Z] [2022-03-20T19:20:52.225Z] === Skipped [2022-03-20T19:20:52.225Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-20T19:20:52.225Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:52.225Z] [2022-03-20T19:20:52.225Z] DONE 1 tests, 1 skipped in 2.514s [2022-03-20T19:20:52.225Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-20T19:20:54.225Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-20T19:20:54.343Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.67s) [2022-03-20T19:20:54.343Z] === RUN TestRemoveContainerWithVolume [2022-03-20T19:20:54.411Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:54.411Z] INFO: Testing against a local daemon [2022-03-20T19:20:54.411Z] === RUN TestSecretInspect [2022-03-20T19:20:54.411Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-20T19:20:54.411Z] === RUN TestSecretList [2022-03-20T19:20:54.411Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] --- SKIP: TestSecretList (0.00s) [2022-03-20T19:20:54.411Z] === RUN TestSecretsCreateAndDelete [2022-03-20T19:20:54.411Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-20T19:20:54.411Z] === RUN TestSecretsUpdate [2022-03-20T19:20:54.411Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-20T19:20:54.411Z] === RUN TestTemplatedSecret [2022-03-20T19:20:54.411Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-20T19:20:54.411Z] === RUN TestSecretCreateResolve [2022-03-20T19:20:54.411Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:54.411Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-20T19:20:54.411Z] PASS [2022-03-20T19:20:54.411Z] ok github.com/docker/docker/integration/secret 0.103s [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] === Skipped [2022-03-20T19:20:54.411Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-20T19:20:54.411Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-20T19:20:54.411Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-20T19:20:54.411Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-20T19:20:54.411Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-20T19:20:54.411Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-20T19:20:54.411Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:54.411Z] [2022-03-20T19:20:54.411Z] DONE 6 tests, 6 skipped in 2.197s [2022-03-20T19:20:54.411Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-20T19:20:55.594Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-20T19:20:55.594Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-20T19:20:55.594Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-20T19:20:56.158Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-20T19:20:56.415Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-20T19:20:56.415Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-20T19:20:56.415Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-20T19:20:56.979Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-20T19:20:56.979Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-20T19:20:57.311Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:57.311Z] INFO: Testing against a local daemon [2022-03-20T19:20:57.311Z] === RUN TestServiceCreateInit [2022-03-20T19:20:57.311Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:20:57.311Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:20:57.311Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:20:57.311Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceConflict [2022-03-20T19:20:57.311Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:20:57.311Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-20T19:20:57.311Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:20:57.311Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:20:57.311Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:20:57.311Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceSysctls [2022-03-20T19:20:57.311Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-20T19:20:57.311Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:20:57.311Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-20T19:20:57.311Z] === RUN TestInspect [2022-03-20T19:20:57.311Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestInspect (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestCreateJob [2022-03-20T19:20:57.311Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestCreateJob (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestReplicatedJob [2022-03-20T19:20:57.311Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:20:57.311Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServiceListWithStatuses [2022-03-20T19:20:57.311Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:20:57.311Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:20:57.311Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServicePlugin [2022-03-20T19:20:57.311Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.311Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServiceUpdateLabel [2022-03-20T19:20:57.311Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:20:57.311Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:20:57.311Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:20:57.311Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-20T19:20:57.311Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:20:57.311Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.311Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-20T19:20:57.311Z] PASS [2022-03-20T19:20:57.311Z] ok github.com/docker/docker/integration/service 0.286s [2022-03-20T19:20:57.543Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-20T19:20:57.543Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-20T19:20:57.543Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-20T19:20:57.543Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-20T19:20:57.543Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === Skipped [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-20T19:20:57.767Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-20T19:20:57.767Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-20T19:20:57.767Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.767Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-20T19:20:57.767Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.767Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-20T19:20:57.768Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-20T19:20:57.768Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-20T19:20:57.768Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-20T19:20:57.768Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-20T19:20:57.768Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-20T19:20:57.768Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-20T19:20:57.768Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-20T19:20:57.768Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-20T19:20:57.768Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-20T19:20:57.768Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-20T19:20:57.768Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-20T19:20:57.768Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-03-20T19:20:57.768Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:20:57.768Z] [2022-03-20T19:20:57.768Z] DONE 24 tests, 23 skipped in 3.071s [2022-03-20T19:20:57.768Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-20T19:20:58.123Z] --- PASS: TestRemoveContainerWithVolume (4.05s) [2022-03-20T19:20:58.123Z] === RUN TestRemoveContainerRunning [2022-03-20T19:20:58.918Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-20T19:20:59.174Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-20T19:20:59.431Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-20T19:20:59.431Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-20T19:20:59.431Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-20T19:20:59.946Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:20:59.946Z] INFO: Testing against a local daemon [2022-03-20T19:20:59.946Z] === RUN TestSessionCreate [2022-03-20T19:20:59.946Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:59.946Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-20T19:20:59.946Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:20:59.946Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:59.946Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-20T19:20:59.946Z] PASS [2022-03-20T19:20:59.946Z] ok github.com/docker/docker/integration/session 0.094s [2022-03-20T19:20:59.946Z] [2022-03-20T19:20:59.946Z] === Skipped [2022-03-20T19:20:59.946Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-20T19:20:59.946Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:59.946Z] [2022-03-20T19:20:59.946Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-20T19:20:59.946Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-20T19:20:59.946Z] [2022-03-20T19:20:59.946Z] DONE 2 tests, 2 skipped in 2.020s [2022-03-20T19:20:59.946Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-20T19:20:59.993Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-20T19:21:01.387Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-20T19:21:01.387Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-20T19:21:01.387Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-20T19:21:01.951Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-20T19:21:02.184Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:21:02.184Z] INFO: Testing against a local daemon [2022-03-20T19:21:02.184Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:21:02.184Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:21:02.184Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestDiskUsage [2022-03-20T19:21:02.184Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-20T19:21:02.184Z] --- SKIP: TestDiskUsage (0.01s) [2022-03-20T19:21:02.184Z] === RUN TestEventsExecDie [2022-03-20T19:21:02.184Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-20T19:21:02.184Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:21:02.184Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-20T19:21:02.184Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestEventsVolumeCreate [2022-03-20T19:21:02.184Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-20T19:21:02.184Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestInfoAPI [2022-03-20T19:21:02.184Z] --- PASS: TestInfoAPI (0.05s) [2022-03-20T19:21:02.184Z] === RUN TestInfoAPIWarnings [2022-03-20T19:21:02.184Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:21:02.184Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestInfoDebug [2022-03-20T19:21:02.184Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:21:02.184Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:21:02.184Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:21:02.184Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:21:02.184Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:21:02.184Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-20T19:21:02.184Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:21:02.851Z] --- PASS: TestRemoveContainerRunning (4.02s) [2022-03-20T19:21:02.851Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T19:21:03.169Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2022-03-20T19:21:03.169Z] === RUN TestPingCacheHeaders [2022-03-20T19:21:03.169Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-20T19:21:03.169Z] === RUN TestPingGet [2022-03-20T19:21:03.169Z] --- PASS: TestPingGet (0.04s) [2022-03-20T19:21:03.169Z] === RUN TestPingHead [2022-03-20T19:21:03.317Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-20T19:21:03.637Z] --- PASS: TestPingHead (0.04s) [2022-03-20T19:21:03.637Z] === RUN TestVersion [2022-03-20T19:21:03.637Z] --- PASS: TestVersion (0.03s) [2022-03-20T19:21:03.637Z] PASS [2022-03-20T19:21:03.637Z] ok github.com/docker/docker/integration/system 1.290s [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === Skipped [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:21:03.637Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.01s) [2022-03-20T19:21:03.637Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-20T19:21:03.637Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-20T19:21:03.637Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-20T19:21:03.637Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-20T19:21:03.637Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-20T19:21:03.637Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-20T19:21:03.637Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-20T19:21:03.637Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:21:03.637Z] [2022-03-20T19:21:03.637Z] DONE 15 tests, 9 skipped in 3.841s [2022-03-20T19:21:03.637Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-20T19:21:04.684Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-20T19:21:05.867Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:21:05.868Z] INFO: Testing against a local daemon [2022-03-20T19:21:05.868Z] === RUN TestVolumesCreateAndList [2022-03-20T19:21:05.868Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-20T19:21:05.868Z] === RUN TestVolumesRemove [2022-03-20T19:21:05.868Z] --- PASS: TestVolumesRemove (0.17s) [2022-03-20T19:21:05.868Z] === RUN TestVolumesInspect [2022-03-20T19:21:05.868Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-20T19:21:05.868Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:21:05.868Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:21:05.868Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:21:05.868Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:21:05.868Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-20T19:21:05.868Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-20T19:21:05.868Z] PASS [2022-03-20T19:21:05.868Z] ok github.com/docker/docker/integration/volume 0.374s [2022-03-20T19:21:06.336Z] [2022-03-20T19:21:06.336Z] DONE 5 tests in 2.361s [2022-03-20T19:21:06.336Z] INFO: make.ps1 ended at 03/20/2022 19:21:06 [2022-03-20T19:21:06.336Z] INFO: Integration CLI tests being run from the host: [2022-03-20T19:21:06.336Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-20T19:21:06.582Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-20T19:21:06.582Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite (1265.95s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.34s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.07s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.73s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.12s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.44s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.94s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.31s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.73s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.08s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.97s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.61s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.65s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.73s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.57s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.80s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.59s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachDetach (0.95s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.78s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.83s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.77s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.85s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.19s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.22s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.70s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.66s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.98s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.43s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.85s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.65s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.28s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.66s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.93s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.43s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.91s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.99s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.26s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.85s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.18s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.82s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.49s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.68s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.89s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.03s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.99s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.86s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.83s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.19s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.60s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.81s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.19s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.06s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.52s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.23s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.47s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.24s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.58s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.92s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.71s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.90s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.55s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.77s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.57s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.66s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.78s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.47s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.33s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.64s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.97s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.97s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.22s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.80s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.77s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.68s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.53s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.68s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.65s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.18s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.33s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.92s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.56s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s) [2022-03-20T19:21:06.582Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.48s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.94s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.80s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.69s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.24s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.64s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.49s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.29s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.46s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.74s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.89s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.18s) [2022-03-20T19:21:06.582Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-20T19:21:06.582Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-20T19:21:06.582Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-20T19:21:06.582Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.48s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.65s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.77s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.40s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.34s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.94s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.62s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.11s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.31s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.64s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.96s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.16s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.10s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.03s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.36s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.66s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.05s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.03s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.12s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.29s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.15s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.62s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.07s) [2022-03-20T19:21:06.582Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.12s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.41s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.21s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.34s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.43s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.99s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.32s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.56s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.70s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnv (1.53s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.80s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.28s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.86s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.64s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.08s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.74s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.13s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.31s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildExpose (0.45s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.85s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFails (1.02s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.56s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.17s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.32s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.23s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.86s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.19s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.37s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.30s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.65s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.27s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildHistory (3.70s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.45s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.63s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.82s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabel (0.41s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.48s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabels (0.72s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.35s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.54s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.74s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.91s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.24s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.19s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.19s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.17s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.44s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.63s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.35s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.92s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.46s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.88s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.66s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.35s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.77s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.38s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.41s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.41s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.49s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.72s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.59s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.23s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.30s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.43s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.58s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.63s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.95s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.48s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.89s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.93s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.64s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildPATH (1.35s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.48s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.60s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.39s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.57s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.48s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildRm (2.85s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.09s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.39s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.44s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.91s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.94s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.88s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.10s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.15s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.26s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.43s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.65s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.05s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.82s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.92s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.19s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildUser (1.59s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.17s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.73s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.61s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.23s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.68s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.64s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.49s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.06s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.98s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.88s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.88s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.73s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.71s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.77s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.60s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.82s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.32s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.42s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.53s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitChange (0.64s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.56s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.92s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.91s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.58s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitTTY (0.95s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.51s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.98s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.92s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.99s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.44s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.52s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.47s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.55s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.63s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.59s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.35s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.63s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.50s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.72s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.56s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.57s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.68s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.63s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.70s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.91s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.68s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.24s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.40s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.48s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.58s) [2022-03-20T19:21:06.583Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.65s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.68s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.96s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.38s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.77s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.90s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.28s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.54s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.32s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.37s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.40s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.30s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c9daa0_} (1.49s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13658957072_/foo_false____} (1.34s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13658957072_/foo_true____} (0.51s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33005935036_/foo_false____} (1.37s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33005935036_/foo_true____} (1.51s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33005935036_/foo_true__0xc000c9dad0__} (1.32s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c9dae8_} (1.41s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c9db00_} (1.41s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c9db18_} (1.30s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c9db30_} (1.46s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.44s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.44s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.60s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.00s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.31s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.22s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.87s) [2022-03-20T19:21:06.583Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.78s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.87s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.62s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.51s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.63s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.80s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.57s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.62s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.90s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.55s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.56s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.73s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.55s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.53s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.59s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.49s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.67s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.19s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.84s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.94s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.64s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.42s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.81s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.44s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.23s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.85s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToDot (0.53s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.94s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.15s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToStdout (0.49s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.79s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.78s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.45s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.46s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.22s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.30s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.72s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.47s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.12s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.62s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.15s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.98s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.47s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.41s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.43s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.71s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.93s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.28s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.87s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.19s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.28s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.91s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsAttach (1.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsCommit (0.76s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.88s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.71s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.58s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.37s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.85s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.41s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsCopy (0.97s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.26s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.56s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.23s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.66s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.41s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.25s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFilters (1.19s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFormat (1.45s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.24s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.43s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.78s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.36s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.07s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.66s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsRename (0.62s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsResize (0.56s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.60s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.41s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.65s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsTop (0.58s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExec (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.47s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.44s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.51s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.62s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.58s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.37s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecCgroup (0.94s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecEnv (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.22s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecInspectID (1.57s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecInteractive (0.53s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.58s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecParseError (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.08s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.59s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.46s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecTTY (0.50s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecUlimits (0.55s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.37s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.67s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestExecWithUser (0.58s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.53s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.73s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.66s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.60s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.49s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestHealth (19.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.18s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.17s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.27s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.57s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportBadURL (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportDisplay (1.02s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportFile (1.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportGzipped (1.11s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.66s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.53s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.46s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.55s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.32s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.51s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.71s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.48s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectHistory (0.62s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2022-03-20T19:21:06.584Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.39s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.52s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.09s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.44s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectStatus (0.53s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.89s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.45s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.42s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.33s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.93s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.86s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.24s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.07s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.33s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.36s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.31s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.47s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.77s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.71s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.26s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.67s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.02s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.34s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.74s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.65s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2022-03-20T19:21:06.584Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.77s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.93s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.92s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.81s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.51s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.75s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.88s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsSince (6.56s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.54s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsTail (0.58s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.81s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.34s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.52s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.55s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.21s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginActive (1.94s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.75s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.33s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.07s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.89s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.39s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.80s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.33s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.90s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.91s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPortList (6.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.86s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.24s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.46s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.55s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.63s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.99s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.46s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.91s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsByOrder (1.90s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.38s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.96s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.28s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.50s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.20s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.47s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.34s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.66s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.69s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.93s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.47s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.64s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.96s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.35s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.50s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.25s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.78s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.38s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.33s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.16s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.84s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.20s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.20s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.67s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.60s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.63s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.05s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.78s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.64s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.55s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.94s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.40s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.98s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.56s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.54s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.85s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.03s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.66s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.75s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.57s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.98s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.68s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.75s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.64s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.63s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.28s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.56s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.41s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.51s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.53s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.94s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.89s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.04s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.60s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.69s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.51s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.99s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.27s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.67s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.40s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.48s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.50s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.12s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.98s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.37s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.99s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.43s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.06s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.56s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.39s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.58s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.63s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.07s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.74s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.54s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunExitCode (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.48s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.73s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.42s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.84s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.29s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.22s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.50s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.67s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.90s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.42s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.04s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.95s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.19s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.71s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.42s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.36s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.79s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.28s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.05s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.47s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.96s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunMount (4.63s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.68s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.24s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.56s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.32s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.75s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.65s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.33s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.11s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.48s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetHost (0.69s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.58s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.86s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.42s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.04s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.41s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.47s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.50s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.44s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.94s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.42s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.43s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.40s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.47s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.84s) [2022-03-20T19:21:06.585Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (1.99s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.84s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunRm (0.46s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.49s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.61s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.56s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.43s) [2022-03-20T19:21:06.585Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.24s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.27s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.59s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.59s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.63s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.43s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.44s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunState (0.98s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.43s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.45s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.42s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.42s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunSysctls (0.86s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.41s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.36s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.34s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.76s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.80s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.44s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.67s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.62s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.49s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.31s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserByID (0.54s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.58s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserByName (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.65s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.60s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.28s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.50s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.74s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.61s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.98s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.92s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.92s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.55s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.45s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.13s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.61s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.58s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.65s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.07s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.63s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.41s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.02s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.58s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.44s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.23s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.41s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.40s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.41s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.65s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.64s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.71s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.10s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.35s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.20s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.05s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.09s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.23s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.44s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.11s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.02s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.72s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.65s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.91s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.82s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.70s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.04s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.56s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.91s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.70s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartRecordError (1.10s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.64s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.12s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.45s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.89s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.61s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.48s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.42s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.46s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.48s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.78s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.14s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.41s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.88s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.57s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.96s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateStats (3.45s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.90s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.63s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.73s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.38s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.87s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.34s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.70s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.59s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.24s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.31s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.97s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.17s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.58s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.50s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.53s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.61s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.10s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.69s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.55s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.36s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.19s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.47s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.35s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.06s) [2022-03-20T19:21:06.586Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.00s) [2022-03-20T19:21:06.586Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-20T19:21:06.586Z] === RUN TestDockerRegistrySuite [2022-03-20T19:21:06.586Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-20T19:21:06.643Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.80s) [2022-03-20T19:21:06.643Z] === RUN TestRemoveInvalidContainer [2022-03-20T19:21:06.643Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-20T19:21:06.643Z] === RUN TestRenameLinkedContainer [2022-03-20T19:21:06.643Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-20T19:21:06.643Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-20T19:21:06.643Z] === RUN TestRenameStoppedContainer [2022-03-20T19:21:07.955Z] check_test.go:195: [d20ee996a0fb8] daemon is not started [2022-03-20T19:21:07.956Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-20T19:21:08.886Z] check_test.go:195: [d98d2bcb3845e] daemon is not started [2022-03-20T19:21:08.886Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-20T19:21:09.146Z] --- PASS: TestBuildMultiStageOnBuild (19.64s) [2022-03-20T19:21:09.146Z] === RUN TestBuildUncleanTarFilenames [2022-03-20T19:21:09.146Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:21:09.146Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-20T19:21:09.146Z] === RUN TestBuildMultiStageLayerLeak [2022-03-20T19:21:09.818Z] check_test.go:195: [d412de2a745cb] daemon is not started [2022-03-20T19:21:09.819Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-20T19:21:10.075Z] check_test.go:195: [da4cf2935e92c] daemon is not started [2022-03-20T19:21:10.075Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T19:21:10.448Z] --- PASS: TestRenameStoppedContainer (3.87s) [2022-03-20T19:21:10.448Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T19:21:12.599Z] check_test.go:195: [d57542b0dffad] daemon is not started [2022-03-20T19:21:12.599Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T19:21:17.617Z] --- PASS: TestRenameRunningContainerAndReuse (7.40s) [2022-03-20T19:21:17.617Z] === RUN TestRenameInvalidName [2022-03-20T19:21:17.844Z] check_test.go:195: [dda8e977ec622] daemon is not started [2022-03-20T19:21:17.844Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-20T19:21:18.846Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:21:18.847Z] INFO: Testing against a local daemon [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-20T19:21:18.847Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-20T19:21:18.847Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-20T19:21:18.847Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-20T19:21:19.316Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-20T19:21:20.303Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-20T19:21:20.303Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-20T19:21:20.366Z] check_test.go:195: [da319eb680dd4] daemon is not started [2022-03-20T19:21:20.366Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-20T19:21:20.366Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-20T19:21:21.415Z] --- PASS: TestRenameInvalidName (3.83s) [2022-03-20T19:21:21.415Z] === RUN TestRenameAnonymousContainer [2022-03-20T19:21:21.666Z] --- PASS: TestBuildMultiStageLayerLeak (12.56s) [2022-03-20T19:21:21.666Z] === RUN TestBuildWithHugeFile [2022-03-20T19:21:21.739Z] check_test.go:195: [d7de794806061] daemon is not started [2022-03-20T19:21:21.739Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-20T19:21:22.671Z] check_test.go:195: [d873796734d4f] daemon is not started [2022-03-20T19:21:22.671Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-20T19:21:22.671Z] docker_cli_swarm_test.go:1796: [dfbb471d790c9] joining swarm manager [df4bd56f5b969]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:21:23.603Z] check_test.go:195: [da7e4e1a285d1] daemon is not started [2022-03-20T19:21:23.603Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-20T19:21:23.859Z] docker_cli_swarm_test.go:1797: [d29a4557d7ae4] joining swarm manager [df4bd56f5b969]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:21:24.790Z] check_test.go:195: [d2df7bf144e99] daemon is not started [2022-03-20T19:21:24.790Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-20T19:21:25.747Z] check_test.go:195: [d7dcc66c0d548] daemon is not started [2022-03-20T19:21:25.747Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-20T19:21:26.678Z] check_test.go:195: [d4c93f0742b12] daemon is not started [2022-03-20T19:21:26.678Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-20T19:21:27.605Z] check_test.go:195: [d4affc141e99d] daemon is not started [2022-03-20T19:21:27.605Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-20T19:21:28.534Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:feb02f3ea4325b7042670632e097488b03568cdff5acc98b45034ea6a65681ed [2022-03-20T19:21:29.099Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3e8bdb3506066bf0b53dfd93a3cad6878b8379e98a25a3ba0b5dca150249f5c4 [2022-03-20T19:21:29.355Z] check_test.go:195: [df1dccefa8512] daemon is not started [2022-03-20T19:21:29.355Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-20T19:21:30.288Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:81d7057a99f9cc15004642cca41bf2961bbac61e2c353066913f80debab7d872 [2022-03-20T19:21:31.220Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f1137b1607e999b1db1326375674a75b7153487202acd6dd91b9e1ee08a38dab [2022-03-20T19:21:31.477Z] check_test.go:195: [d089586597b46] daemon is not started [2022-03-20T19:21:31.477Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-20T19:21:32.412Z] check_test.go:195: [dcd0c9cc2df0a] daemon is not started [2022-03-20T19:21:32.412Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-20T19:21:34.311Z] check_test.go:195: [d81f636e1ec3b] daemon is not started [2022-03-20T19:21:34.311Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-20T19:21:35.242Z] check_test.go:195: [d7fa762515691] daemon is not started [2022-03-20T19:21:35.242Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-20T19:21:35.242Z] check_test.go:195: [d90efeb905ed3] daemon is not started [2022-03-20T19:21:35.242Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T19:21:35.807Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-20T19:21:36.362Z] --- PASS: TestRenameAnonymousContainer (13.08s) [2022-03-20T19:21:36.362Z] === RUN TestRenameContainerWithSameName [2022-03-20T19:21:36.370Z] check_test.go:195: [d252c6d0e5684] daemon is not started [2022-03-20T19:21:36.370Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T19:21:37.298Z] check_test.go:195: [d89d3bb56978a] daemon is not started [2022-03-20T19:21:37.298Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T19:21:38.589Z] --- PASS: TestRenameContainerWithSameName (3.86s) [2022-03-20T19:21:38.589Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T19:21:38.589Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-20T19:21:38.589Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-20T19:21:38.589Z] === RUN TestResize [2022-03-20T19:21:38.664Z] check_test.go:195: [d54c609f6c0dc] daemon is not started [2022-03-20T19:21:38.664Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-20T19:21:40.557Z] check_test.go:195: [d4df202bc5ed5] daemon is not started [2022-03-20T19:21:40.557Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-20T19:21:40.814Z] check_test.go:195: [d4cd491048c1f] daemon is not started [2022-03-20T19:21:40.814Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-20T19:21:41.746Z] check_test.go:195: [d3e7885f09d96] daemon is not started [2022-03-20T19:21:41.746Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-20T19:21:42.309Z] check_test.go:195: [dff6ff0d8436d] daemon is not started [2022-03-20T19:21:42.309Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-20T19:21:42.309Z] check_test.go:195: [d4986037ae2fe] daemon is not started [2022-03-20T19:21:42.309Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-20T19:21:42.383Z] --- PASS: TestResize (3.83s) [2022-03-20T19:21:42.383Z] === RUN TestResizeWithInvalidSize [2022-03-20T19:21:42.566Z] check_test.go:195: [d3e04c5d028c0] daemon is not started [2022-03-20T19:21:42.567Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-20T19:21:42.824Z] check_test.go:195: [d6f76a0f67c9e] daemon is not started [2022-03-20T19:21:42.824Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-20T19:21:43.389Z] check_test.go:195: [d5b1a76a08ad0] daemon is not started [2022-03-20T19:21:43.389Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-20T19:21:43.389Z] check_test.go:195: [d751c8e762333] daemon is not started [2022-03-20T19:21:43.389Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-20T19:21:43.646Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-20T19:21:44.577Z] check_test.go:195: [dc09186e3be01] daemon is not started [2022-03-20T19:21:44.577Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-20T19:21:45.949Z] docker_cli_swarm_test.go:1315: [d65e928068fc0] joining swarm manager [d121bc80f5a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:21:46.182Z] --- PASS: TestResizeWithInvalidSize (3.71s) [2022-03-20T19:21:46.182Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T19:21:46.207Z] check_test.go:195: [d8c2c0b6f6c57] daemon is not started [2022-03-20T19:21:46.207Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-20T19:21:47.147Z] check_test.go:195: [dc3a8ff9cfec2] daemon is not started [2022-03-20T19:21:47.147Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-20T19:21:47.147Z] docker_cli_swarm_test.go:1316: [d4a584f6e26b5] joining swarm manager [d121bc80f5a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:21:48.076Z] check_test.go:195: [d8338eaa46aae] daemon is not started [2022-03-20T19:21:48.076Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-20T19:21:49.002Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-20T19:21:49.929Z] --- PASS: TestDockerRegistrySuite (43.43s) [2022-03-20T19:21:49.929Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.31s) [2022-03-20T19:21:49.929Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.59s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.96s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.79s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.09s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.07s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.02s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.22s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.87s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.72s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.10s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.94s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.91s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.04s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.05s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.16s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.97s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.09s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.72s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.88s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.11s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.88s) [2022-03-20T19:21:49.930Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2022-03-20T19:21:49.930Z] === RUN TestDockerSchema1RegistrySuite [2022-03-20T19:21:49.930Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-20T19:21:49.930Z] check_test.go:222: [d9793292b781b] daemon is not started [2022-03-20T19:21:49.930Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T19:21:49.977Z] --- PASS: TestResizeWhenContainerNotStarted (3.64s) [2022-03-20T19:21:49.977Z] === RUN TestDaemonRestartKillContainers [2022-03-20T19:21:49.977Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:21:49.977Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:21:49.977Z] === RUN TestStats [2022-03-20T19:21:49.977Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-20T19:21:49.977Z] --- SKIP: TestStats (0.00s) [2022-03-20T19:21:49.977Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T19:21:53.201Z] check_test.go:222: [d320049fc74d1] daemon is not started [2022-03-20T19:21:53.201Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T19:21:57.375Z] check_test.go:222: [da3e99dc7ef3e] daemon is not started [2022-03-20T19:21:57.375Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-20T19:21:57.939Z] check_test.go:222: [d37c1fb473923] daemon is not started [2022-03-20T19:21:57.939Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-20T19:21:57.939Z] check_test.go:222: [d80cd206b3b12] daemon is not started [2022-03-20T19:21:58.196Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T19:21:58.653Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.05s) [2022-03-20T19:21:58.653Z] === RUN TestStopContainerWithTimeout [2022-03-20T19:21:58.653Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-20T19:21:58.653Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-20T19:21:58.653Z] === RUN TestUpdateRestartPolicy [2022-03-20T19:21:59.124Z] check_test.go:222: [d69bc32cb8ce2] daemon is not started [2022-03-20T19:21:59.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T19:22:00.052Z] check_test.go:222: [d9a0c4d40ce0d] daemon is not started [2022-03-20T19:22:00.052Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T19:22:00.981Z] check_test.go:222: [de1bfd83e5dcd] daemon is not started [2022-03-20T19:22:00.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-20T19:22:03.502Z] check_test.go:222: [d9b2678582177] daemon is not started [2022-03-20T19:22:03.502Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-20T19:22:03.502Z] check_test.go:222: [d0ada4d76669c] daemon is not started [2022-03-20T19:22:03.502Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-20T19:22:04.066Z] check_test.go:222: [d0808a68f86c6] daemon is not started [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite (14.17s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.65s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.34s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.02s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.32s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-03-20T19:22:04.066Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-03-20T19:22:04.066Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-20T19:22:04.066Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-20T19:22:04.631Z] check_test.go:251: [d5e3286c6b75d] daemon is not started [2022-03-20T19:22:04.631Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-20T19:22:05.194Z] check_test.go:251: [dc9379f810469] daemon is not started [2022-03-20T19:22:05.194Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-20T19:22:05.451Z] check_test.go:251: [d0d2dac67bec1] daemon is not started [2022-03-20T19:22:05.451Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-20T19:22:06.823Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-20T19:22:07.080Z] check_test.go:251: [d214f99bf875b] daemon is not started [2022-03-20T19:22:07.080Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-20T19:22:07.645Z] check_test.go:251: [dd87e8c4ec806] daemon is not started [2022-03-20T19:22:07.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-20T19:22:08.575Z] check_test.go:251: [d8e30a0c79362] daemon is not started [2022-03-20T19:22:08.575Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-20T19:22:08.575Z] check_test.go:251: [d0a3af139c55b] daemon is not started [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.63s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.52s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-03-20T19:22:08.575Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-03-20T19:22:08.575Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-20T19:22:08.575Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-20T19:22:13.837Z] check_test.go:278: [d93690d4a76ac] daemon is not started [2022-03-20T19:22:13.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-20T19:22:13.837Z] check_test.go:278: [d0cd19d6f9753] daemon is not started [2022-03-20T19:22:13.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-20T19:22:14.098Z] check_test.go:278: [d7897cad3c9d3] daemon is not started [2022-03-20T19:22:14.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-20T19:22:14.098Z] check_test.go:278: [d023ac67d9786] daemon is not started [2022-03-20T19:22:14.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-20T19:22:14.355Z] check_test.go:278: [db3ba0064eec5] daemon is not started [2022-03-20T19:22:14.355Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2022-03-20T19:22:14.355Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-03-20T19:22:14.355Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-20T19:22:14.355Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-20T19:22:14.355Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-20T19:22:14.355Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-03-20T19:22:14.355Z] === RUN TestDockerNetworkSuite [2022-03-20T19:22:14.355Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-20T19:22:15.286Z] docker_cli_network_unix_test.go:46: [de8351dce1390] daemon is not started [2022-03-20T19:22:15.286Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-20T19:22:15.852Z] docker_cli_network_unix_test.go:46: [d6103b645da36] daemon is not started [2022-03-20T19:22:16.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-20T19:22:18.633Z] docker_cli_network_unix_test.go:46: [db42ef584dfe2] daemon is not started [2022-03-20T19:22:18.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-20T19:22:20.261Z] docker_cli_network_unix_test.go:46: [d66faac071148] daemon is not started [2022-03-20T19:22:20.261Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-20T19:22:20.261Z] docker_cli_network_unix_test.go:1233: [db8ff8c72999d] daemon is not started [2022-03-20T19:22:22.781Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-20T19:22:23.709Z] docker_cli_network_unix_test.go:46: [de03cf4f00424] daemon is not started [2022-03-20T19:22:24.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-20T19:22:28.454Z] docker_cli_network_unix_test.go:46: [d77db69dee8ce] daemon is not started [2022-03-20T19:22:28.778Z] --- PASS: TestUpdateRestartPolicy (27.46s) [2022-03-20T19:22:28.778Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T19:22:28.778Z] --- PASS: TestUpdateRestartWithAutoRemove (3.80s) [2022-03-20T19:22:28.778Z] === RUN TestWaitNonBlocked [2022-03-20T19:22:28.778Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:22:28.778Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:22:28.778Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:22:28.778Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:22:28.778Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:22:28.778Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:22:29.022Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-20T19:22:30.916Z] docker_cli_network_unix_test.go:46: [d4427cbf2816b] daemon is not started [2022-03-20T19:22:31.481Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-20T19:22:32.413Z] docker_cli_network_unix_test.go:46: [dc3a8295678f5] daemon is not started [2022-03-20T19:22:32.413Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-20T19:22:32.975Z] docker_cli_network_unix_test.go:46: [d8086cf83f5b7] daemon is not started [2022-03-20T19:22:32.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-20T19:22:33.232Z] docker_cli_network_unix_test.go:46: [d343f41b075f2] daemon is not started [2022-03-20T19:22:33.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-20T19:22:34.051Z] docker_cli_network_unix_test.go:46: [dab7b153b065b] daemon is not started [2022-03-20T19:22:34.307Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-20T19:22:34.663Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-20T19:22:34.663Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.65s) [2022-03-20T19:22:34.663Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.27s) [2022-03-20T19:22:34.663Z] === RUN TestWaitBlocked [2022-03-20T19:22:34.663Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:22:34.663Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-20T19:22:34.663Z] PASS [2022-03-20T19:22:34.663Z] ok github.com/docker/docker/integration/container 134.301s [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === Skipped [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-20T19:22:34.663Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-20T19:22:34.663Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-20T19:22:34.663Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-20T19:22:34.663Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-20T19:22:34.663Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-20T19:22:34.663Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-20T19:22:34.663Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-20T19:22:34.663Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:22:34.663Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-20T19:22:34.663Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-20T19:22:34.663Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-20T19:22:34.663Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-20T19:22:34.663Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-20T19:22:34.663Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-20T19:22:34.663Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-20T19:22:34.663Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:22:34.663Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:22:34.663Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-20T19:22:34.663Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-20T19:22:34.663Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-20T19:22:34.663Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-20T19:22:34.663Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-20T19:22:34.663Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-20T19:22:34.663Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.01s) [2022-03-20T19:22:34.663Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-20T19:22:34.663Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-20T19:22:34.663Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-20T19:22:34.663Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-20T19:22:34.663Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-20T19:22:34.663Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-20T19:22:34.663Z] [2022-03-20T19:22:34.663Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-20T19:22:34.664Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-20T19:22:34.664Z] [2022-03-20T19:22:34.664Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:22:34.664Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:22:34.664Z] [2022-03-20T19:22:34.664Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-20T19:22:34.664Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-20T19:22:34.664Z] [2022-03-20T19:22:34.664Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-20T19:22:34.664Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-20T19:22:34.664Z] [2022-03-20T19:22:34.664Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-20T19:22:34.664Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:22:34.664Z] [2022-03-20T19:22:34.664Z] DONE 87 tests, 34 skipped in 137.973s [2022-03-20T19:22:34.664Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-20T19:22:34.869Z] docker_cli_network_unix_test.go:46: [ddd7b7a84d28e] daemon is not started [2022-03-20T19:22:35.125Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-20T19:22:35.381Z] docker_cli_network_unix_test.go:46: [de5cd24a2d4f6] daemon is not started [2022-03-20T19:22:35.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-20T19:22:35.638Z] docker_cli_network_unix_test.go:46: [d075a17447c32] daemon is not started [2022-03-20T19:22:35.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-20T19:22:36.203Z] docker_cli_network_unix_test.go:46: [da681eec66751] daemon is not started [2022-03-20T19:22:36.468Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-20T19:22:36.468Z] docker_cli_network_unix_test.go:46: [d6f48b6488e1e] daemon is not started [2022-03-20T19:22:36.468Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-20T19:22:36.468Z] docker_cli_network_unix_test.go:46: [d1f3f5dce598a] daemon is not started [2022-03-20T19:22:36.468Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-20T19:22:36.732Z] docker_cli_network_unix_test.go:46: [dc8f9bc71c2cf] daemon is not started [2022-03-20T19:22:36.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-20T19:22:37.667Z] docker_cli_network_unix_test.go:46: [d4e67db0c493f] daemon is not started [2022-03-20T19:22:37.667Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-20T19:22:37.924Z] docker_cli_network_unix_test.go:46: [dc508b107f020] daemon is not started [2022-03-20T19:22:38.489Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-20T19:22:38.489Z] docker_cli_network_unix_test.go:46: [dc6c4d540acd4] daemon is not started [2022-03-20T19:22:38.489Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-20T19:22:38.746Z] docker_cli_network_unix_test.go:46: [d70903d58fad5] daemon is not started [2022-03-20T19:22:38.747Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-20T19:22:38.747Z] docker_cli_network_unix_test.go:46: [dfee6d68167d1] daemon is not started [2022-03-20T19:22:38.747Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-20T19:22:40.117Z] docker_cli_network_unix_test.go:968: [dffb8345491a1] daemon is not started [2022-03-20T19:22:41.046Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-20T19:22:42.414Z] docker_cli_network_unix_test.go:46: [d9264443354da] daemon is not started [2022-03-20T19:22:42.414Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-20T19:22:44.934Z] docker_cli_network_unix_test.go:1116: [da083ef9b4a98] daemon is not started [2022-03-20T19:22:47.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-20T19:22:47.453Z] docker_cli_network_unix_test.go:46: [dd898f2b0d087] daemon is not started [2022-03-20T19:22:47.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-20T19:22:48.383Z] docker_cli_network_unix_test.go:46: [d752c1619263a] daemon is not started [2022-03-20T19:22:48.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-20T19:22:48.383Z] docker_cli_network_unix_test.go:46: [dd0f6042f2ff6] daemon is not started [2022-03-20T19:22:48.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-20T19:22:48.641Z] docker_cli_network_unix_test.go:46: [dde6b38becfb6] daemon is not started [2022-03-20T19:22:48.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-20T19:22:48.641Z] docker_cli_network_unix_test.go:46: [dc423129290a6] daemon is not started [2022-03-20T19:22:48.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-20T19:22:48.898Z] docker_cli_network_unix_test.go:46: [dd3cd5020adce] daemon is not started [2022-03-20T19:22:48.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-20T19:22:48.898Z] docker_cli_network_unix_test.go:46: [d7554d3c9d35d] daemon is not started [2022-03-20T19:22:48.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-20T19:22:50.268Z] docker_cli_network_unix_test.go:46: [d2c96cef0ccfe] daemon is not started [2022-03-20T19:22:51.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-20T19:22:51.200Z] docker_cli_network_unix_test.go:46: [d3ab713fc3b9b] daemon is not started [2022-03-20T19:22:51.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-20T19:22:51.200Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-20T19:22:51.200Z] docker_cli_network_unix_test.go:46: [d85411feb104a] daemon is not started [2022-03-20T19:22:51.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-20T19:22:51.764Z] docker_cli_network_unix_test.go:46: [d20bf1737259c] daemon is not started [2022-03-20T19:22:52.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-20T19:22:55.290Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-20T19:22:56.656Z] docker_cli_network_unix_test.go:1084: [d99a65311acd0] daemon is not started [2022-03-20T19:22:58.550Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-20T19:22:58.550Z] docker_cli_network_unix_test.go:46: [d55272e03cc5d] daemon is not started [2022-03-20T19:22:58.550Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-20T19:22:58.550Z] docker_cli_network_unix_test.go:46: [d79a88a66602b] daemon is not started [2022-03-20T19:22:59.116Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-20T19:23:00.048Z] docker_cli_network_unix_test.go:46: [d148356b21899] daemon is not started [2022-03-20T19:23:00.620Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-20T19:23:00.620Z] docker_cli_network_unix_test.go:46: [d0056520fbc7e] daemon is not started [2022-03-20T19:23:00.620Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-20T19:23:01.189Z] docker_cli_network_unix_test.go:46: [dea9a2c9f5842] daemon is not started [2022-03-20T19:23:01.190Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-20T19:23:01.753Z] docker_cli_network_unix_test.go:46: [d7798af6d5f64] daemon is not started [2022-03-20T19:23:01.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-20T19:23:01.762Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-20T19:23:01.762Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-20T19:23:01.762Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-20T19:23:01.762Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-20T19:23:01.762Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-20T19:23:01.762Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-20T19:23:01.762Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-20T19:23:01.762Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-20T19:23:01.762Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-20T19:23:01.762Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-20T19:23:01.762Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-20T19:23:02.316Z] docker_cli_network_unix_test.go:46: [db715fef019d4] daemon is not started [2022-03-20T19:23:02.725Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-20T19:23:02.725Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-20T19:23:02.725Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-20T19:23:02.725Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-20T19:23:02.725Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-20T19:23:02.725Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-20T19:23:02.725Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-20T19:23:02.725Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-20T19:23:02.725Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-20T19:23:02.879Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-20T19:23:04.738Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T19:23:04.738Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-20T19:23:04.738Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-20T19:23:04.738Z] === RUN TestDaemonConfigValidation [2022-03-20T19:23:04.738Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-20T19:23:04.738Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-20T19:23:04.738Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T19:23:04.738Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-20T19:23:04.738Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-20T19:23:04.738Z] === RUN TestDaemonProxy [2022-03-20T19:23:04.738Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-20T19:23:04.738Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-20T19:23:04.738Z] PASS [2022-03-20T19:23:04.738Z] ok github.com/docker/docker/integration/daemon 0.162s [2022-03-20T19:23:04.738Z] [2022-03-20T19:23:04.738Z] === Skipped [2022-03-20T19:23:04.738Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-20T19:23:04.738Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-20T19:23:04.738Z] [2022-03-20T19:23:04.738Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-20T19:23:04.738Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-20T19:23:04.738Z] [2022-03-20T19:23:04.738Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-20T19:23:04.738Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-20T19:23:04.738Z] [2022-03-20T19:23:04.738Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-20T19:23:04.738Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-20T19:23:04.738Z] [2022-03-20T19:23:04.738Z] DONE 4 tests, 4 skipped in 29.378s [2022-03-20T19:23:04.738Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-20T19:23:06.523Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-20T19:23:06.523Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-20T19:23:06.523Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-20T19:23:06.523Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-20T19:23:06.523Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-20T19:23:08.128Z] docker_cli_network_unix_test.go:46: [dfdca31f1f017] daemon is not started [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite (53.48s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.04s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.67s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.77s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.44s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.43s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.45s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.91s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.31s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.09s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.45s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.29s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.98s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.28s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.15s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.10s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.79s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.41s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-03-20T19:23:08.128Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.73s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.28s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.85s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.62s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2022-03-20T19:23:08.128Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.13s) [2022-03-20T19:23:08.128Z] === RUN TestDockerHubPullSuite [2022-03-20T19:23:08.128Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-20T19:23:09.424Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:09.425Z] INFO: Testing against a local daemon [2022-03-20T19:23:09.425Z] === RUN TestCommitInheritsEnv [2022-03-20T19:23:09.425Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:23:09.425Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-20T19:23:09.425Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T19:23:09.425Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:23:09.425Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:23:09.425Z] === RUN TestImportWithCustomPlatform [2022-03-20T19:23:09.425Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:23:09.425Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-20T19:23:09.425Z] === RUN TestImagesFilterMultiReference [2022-03-20T19:23:09.425Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-20T19:23:09.425Z] === RUN TestImagePullPlatformInvalid [2022-03-20T19:23:09.425Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-20T19:23:09.425Z] === RUN TestRemoveImageOrphaning [2022-03-20T19:23:09.492Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-20T19:23:10.387Z] --- PASS: TestRemoveImageOrphaning (1.31s) [2022-03-20T19:23:10.387Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T19:23:10.387Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-20T19:23:10.387Z] === RUN TestTagInvalidReference [2022-03-20T19:23:10.387Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-20T19:23:10.387Z] === RUN TestTagValidPrefixedRepo [2022-03-20T19:23:10.387Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-03-20T19:23:10.387Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T19:23:10.387Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-20T19:23:10.387Z] === RUN TestTagOfficialNames [2022-03-20T19:23:10.387Z] --- PASS: TestTagOfficialNames (0.12s) [2022-03-20T19:23:10.387Z] === RUN TestTagMatchesDigest [2022-03-20T19:23:10.387Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-20T19:23:10.387Z] PASS [2022-03-20T19:23:10.387Z] ok github.com/docker/docker/integration/image 1.962s [2022-03-20T19:23:10.848Z] [2022-03-20T19:23:10.848Z] === Skipped [2022-03-20T19:23:10.848Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-20T19:23:10.848Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:23:10.848Z] [2022-03-20T19:23:10.848Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:23:10.848Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:23:10.848Z] [2022-03-20T19:23:10.848Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-20T19:23:10.848Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:23:10.848Z] [2022-03-20T19:23:10.848Z] DONE 12 tests, 3 skipped in 6.898s [2022-03-20T19:23:10.848Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-20T19:23:12.011Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-20T19:23:12.268Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-20T19:23:13.570Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-20T19:23:13.742Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:13.742Z] INFO: Testing against a local daemon [2022-03-20T19:23:13.742Z] === RUN TestNetworkCreateDelete [2022-03-20T19:23:13.742Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:13.742Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-20T19:23:13.742Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T19:23:13.742Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-20T19:23:13.742Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-20T19:23:13.742Z] === RUN TestDaemonDNSFallback [2022-03-20T19:23:13.742Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:13.742Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-20T19:23:13.742Z] === RUN TestInspectNetwork [2022-03-20T19:23:13.742Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-20T19:23:13.742Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-20T19:23:13.742Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T19:23:13.742Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:13.742Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:23:13.742Z] === RUN TestNetworkInvalidJSON [2022-03-20T19:23:13.742Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T19:23:13.742Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T19:23:13.742Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:23:13.742Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:23:13.742Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:23:13.743Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:23:13.743Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T19:23:13.743Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:23:13.743Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-20T19:23:13.743Z] === RUN TestNetworkList [2022-03-20T19:23:13.743Z] === RUN TestNetworkList//networks [2022-03-20T19:23:13.743Z] === PAUSE TestNetworkList//networks [2022-03-20T19:23:13.743Z] === RUN TestNetworkList//networks/ [2022-03-20T19:23:13.743Z] === PAUSE TestNetworkList//networks/ [2022-03-20T19:23:13.743Z] === CONT TestNetworkList//networks [2022-03-20T19:23:13.743Z] === CONT TestNetworkList//networks/ [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkList (0.06s) [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T19:23:13.743Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T19:23:13.743Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T19:23:13.743Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T19:23:13.743Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T19:23:13.743Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T19:23:13.743Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T19:23:13.743Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T19:23:13.743Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T19:23:13.743Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:23:13.743Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T19:23:13.743Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-20T19:23:13.743Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T19:23:13.743Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:23:13.743Z] PASS [2022-03-20T19:23:13.743Z] ok github.com/docker/docker/integration/network 0.206s [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === Skipped [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-20T19:23:13.743Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-20T19:23:13.743Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-20T19:23:13.743Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-20T19:23:13.743Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:23:13.743Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:23:13.743Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:23:13.743Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-20T19:23:13.743Z] [2022-03-20T19:23:13.743Z] DONE 22 tests, 15 skipped in 2.925s [2022-03-20T19:23:13.743Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-20T19:23:14.162Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-20T19:23:14.162Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite (6.30s) [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.59s) [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s) [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.64s) [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.56s) [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.19s) [2022-03-20T19:23:14.162Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2022-03-20T19:23:14.162Z] PASS [2022-03-20T19:23:14.162Z] [2022-03-20T19:23:14.162Z] === Skipped [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.03s) [2022-03-20T19:23:14.163Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.03s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-20T19:23:14.163Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-20T19:23:14.163Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-20T19:23:14.163Z] docker_cli_network_unix_test.go:46: [d85411feb104a] daemon is not started [2022-03-20T19:23:14.163Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] DONE 1265 tests, 51 skipped in 1399.599s [2022-03-20T19:23:14.163Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-20T19:23:14.163Z] ++++ cat bundles/test-integration/docker.pid [2022-03-20T19:23:14.163Z] +++ kill 8835 [2022-03-20T19:23:14.163Z] +++ /etc/init.d/apparmor stop [2022-03-20T19:23:14.163Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] Unloading profiles will leave already running processes permanently [2022-03-20T19:23:14.163Z] unconfined, which can lead to unexpected situations. [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.163Z] To set a process to complain mode, use the command line tool [2022-03-20T19:23:14.163Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-20T19:23:14.163Z] +++ true [2022-03-20T19:23:14.163Z] exiting test-integration [2022-03-20T19:23:14.163Z] ++ exit 0 [2022-03-20T19:23:14.163Z] [2022-03-20T19:23:14.420Z] + for job in $(jobs -p) [2022-03-20T19:23:14.420Z] + wait 15191 [2022-03-20T19:23:14.708Z] testing: warning: no tests to run [2022-03-20T19:23:14.708Z] PASS [2022-03-20T19:23:14.708Z] ok github.com/docker/docker/integration/network/ipvlan 0.086s [2022-03-20T19:23:14.708Z] [2022-03-20T19:23:14.708Z] DONE 0 tests in 0.896s [2022-03-20T19:23:14.708Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-20T19:23:15.671Z] testing: warning: no tests to run [2022-03-20T19:23:15.671Z] PASS [2022-03-20T19:23:15.671Z] ok github.com/docker/docker/integration/network/macvlan 0.090s [2022-03-20T19:23:15.671Z] [2022-03-20T19:23:15.671Z] DONE 0 tests in 0.894s [2022-03-20T19:23:16.131Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-20T19:23:17.094Z] testing: warning: no tests to run [2022-03-20T19:23:17.094Z] PASS [2022-03-20T19:23:17.094Z] ok github.com/docker/docker/integration/plugin 0.090s [2022-03-20T19:23:17.094Z] [2022-03-20T19:23:17.094Z] DONE 0 tests in 0.937s [2022-03-20T19:23:17.094Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-20T19:23:18.057Z] testing: warning: no tests to run [2022-03-20T19:23:18.057Z] PASS [2022-03-20T19:23:18.057Z] ok github.com/docker/docker/integration/plugin/authz 0.109s [2022-03-20T19:23:18.057Z] [2022-03-20T19:23:18.057Z] DONE 0 tests in 0.932s [2022-03-20T19:23:18.057Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-20T19:23:23.856Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:23.856Z] INFO: Testing against a local daemon [2022-03-20T19:23:23.856Z] === RUN TestPluginInvalidJSON [2022-03-20T19:23:23.856Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:23:23.856Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:23:23.856Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:23:23.856Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-20T19:23:23.856Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-20T19:23:23.856Z] === RUN TestPluginInstall [2022-03-20T19:23:23.856Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-20T19:23:23.856Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-20T19:23:23.856Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:23:23.856Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-20T19:23:23.856Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-20T19:23:23.856Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:23:23.856Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-20T19:23:23.856Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:23:23.856Z] PASS [2022-03-20T19:23:23.856Z] ok github.com/docker/docker/integration/plugin/common 0.122s [2022-03-20T19:23:24.317Z] [2022-03-20T19:23:24.317Z] === Skipped [2022-03-20T19:23:24.317Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-20T19:23:24.317Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-20T19:23:24.317Z] [2022-03-20T19:23:24.317Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-20T19:23:24.317Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-20T19:23:24.317Z] [2022-03-20T19:23:24.317Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:23:24.317Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-20T19:23:24.317Z] [2022-03-20T19:23:24.317Z] DONE 5 tests, 3 skipped in 6.065s [2022-03-20T19:23:24.317Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-20T19:23:27.246Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:27.246Z] INFO: Testing against a local daemon [2022-03-20T19:23:27.246Z] === RUN TestExternalGraphDriver [2022-03-20T19:23:27.246Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-20T19:23:27.246Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-20T19:23:27.246Z] === RUN TestGraphdriverPluginV2 [2022-03-20T19:23:27.246Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-20T19:23:27.246Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-20T19:23:27.246Z] PASS [2022-03-20T19:23:27.246Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.125s [2022-03-20T19:23:27.246Z] [2022-03-20T19:23:27.246Z] === Skipped [2022-03-20T19:23:27.246Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-20T19:23:27.246Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-20T19:23:27.246Z] [2022-03-20T19:23:27.246Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-20T19:23:27.246Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-20T19:23:27.246Z] [2022-03-20T19:23:27.246Z] DONE 2 tests, 2 skipped in 2.870s [2022-03-20T19:23:27.246Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-20T19:23:30.150Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:30.150Z] INFO: Testing against a local daemon [2022-03-20T19:23:30.150Z] === RUN TestReadPluginNoRead [2022-03-20T19:23:30.150Z] read_test.go:21: no unix domain sockets on Windows [2022-03-20T19:23:30.150Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-20T19:23:30.150Z] PASS [2022-03-20T19:23:30.150Z] ok github.com/docker/docker/integration/plugin/logging 0.114s [2022-03-20T19:23:30.150Z] [2022-03-20T19:23:30.150Z] === Skipped [2022-03-20T19:23:30.150Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-20T19:23:30.150Z] read_test.go:21: no unix domain sockets on Windows [2022-03-20T19:23:30.150Z] [2022-03-20T19:23:30.150Z] DONE 1 tests, 1 skipped in 2.929s [2022-03-20T19:23:30.608Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-20T19:23:32.142Z] testing: warning: no tests to run [2022-03-20T19:23:32.142Z] PASS [2022-03-20T19:23:32.142Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.088s [2022-03-20T19:23:32.142Z] [2022-03-20T19:23:32.142Z] DONE 0 tests in 1.531s [2022-03-20T19:23:32.142Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-20T19:23:35.037Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:35.037Z] INFO: Testing against a local daemon [2022-03-20T19:23:35.037Z] === RUN TestPluginWithDevMounts [2022-03-20T19:23:35.037Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:35.037Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-20T19:23:35.037Z] PASS [2022-03-20T19:23:35.037Z] ok github.com/docker/docker/integration/plugin/volumes 0.127s [2022-03-20T19:23:35.037Z] [2022-03-20T19:23:35.037Z] === Skipped [2022-03-20T19:23:35.037Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-20T19:23:35.037Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:35.037Z] [2022-03-20T19:23:35.037Z] DONE 1 tests, 1 skipped in 2.771s [2022-03-20T19:23:35.037Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-20T19:23:37.212Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:37.212Z] INFO: Testing against a local daemon [2022-03-20T19:23:37.212Z] === RUN TestSecretInspect [2022-03-20T19:23:37.212Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-20T19:23:37.212Z] === RUN TestSecretList [2022-03-20T19:23:37.212Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] --- SKIP: TestSecretList (0.00s) [2022-03-20T19:23:37.212Z] === RUN TestSecretsCreateAndDelete [2022-03-20T19:23:37.212Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-20T19:23:37.212Z] === RUN TestSecretsUpdate [2022-03-20T19:23:37.212Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-20T19:23:37.212Z] === RUN TestTemplatedSecret [2022-03-20T19:23:37.212Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-20T19:23:37.212Z] === RUN TestSecretCreateResolve [2022-03-20T19:23:37.212Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:37.212Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-20T19:23:37.212Z] PASS [2022-03-20T19:23:37.212Z] ok github.com/docker/docker/integration/secret 0.124s [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] === Skipped [2022-03-20T19:23:37.212Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-20T19:23:37.212Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-20T19:23:37.212Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-20T19:23:37.212Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-20T19:23:37.212Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-20T19:23:37.212Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-20T19:23:37.212Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:37.212Z] [2022-03-20T19:23:37.212Z] DONE 6 tests, 6 skipped in 2.232s [2022-03-20T19:23:37.212Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-20T19:23:40.937Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:40.937Z] INFO: Testing against a local daemon [2022-03-20T19:23:40.937Z] === RUN TestServiceCreateInit [2022-03-20T19:23:40.937Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:23:40.937Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:23:40.937Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:23:40.937Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceConflict [2022-03-20T19:23:40.937Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:23:40.937Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-20T19:23:40.937Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:23:40.937Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:23:40.937Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:23:40.937Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceSysctls [2022-03-20T19:23:40.937Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-20T19:23:40.937Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:23:40.937Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-20T19:23:40.937Z] === RUN TestInspect [2022-03-20T19:23:40.937Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestInspect (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestCreateJob [2022-03-20T19:23:40.937Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestCreateJob (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestReplicatedJob [2022-03-20T19:23:40.937Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:23:40.937Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServiceListWithStatuses [2022-03-20T19:23:40.937Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:23:40.937Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:23:40.937Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServicePlugin [2022-03-20T19:23:40.937Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServiceUpdateLabel [2022-03-20T19:23:40.937Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:23:40.937Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:23:40.937Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:23:40.937Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-20T19:23:40.937Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:23:40.937Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-20T19:23:40.937Z] PASS [2022-03-20T19:23:40.937Z] ok github.com/docker/docker/integration/service 0.288s [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === Skipped [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-20T19:23:40.937Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-20T19:23:40.937Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-20T19:23:40.937Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-20T19:23:40.937Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-20T19:23:40.937Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-20T19:23:40.937Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-20T19:23:40.937Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-20T19:23:40.937Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-20T19:23:40.937Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-20T19:23:40.937Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-20T19:23:40.937Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-20T19:23:40.937Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-20T19:23:40.937Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-20T19:23:40.937Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-20T19:23:40.937Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-20T19:23:40.937Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-20T19:23:40.937Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:23:40.937Z] [2022-03-20T19:23:40.937Z] DONE 24 tests, 23 skipped in 3.325s [2022-03-20T19:23:40.937Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-20T19:23:43.118Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:43.118Z] INFO: Testing against a local daemon [2022-03-20T19:23:43.118Z] === RUN TestSessionCreate [2022-03-20T19:23:43.118Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-20T19:23:43.118Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-20T19:23:43.118Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:23:43.118Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-20T19:23:43.118Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-20T19:23:43.118Z] PASS [2022-03-20T19:23:43.118Z] ok github.com/docker/docker/integration/session 0.111s [2022-03-20T19:23:43.118Z] [2022-03-20T19:23:43.118Z] === Skipped [2022-03-20T19:23:43.118Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-20T19:23:43.119Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-20T19:23:43.119Z] [2022-03-20T19:23:43.119Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-20T19:23:43.119Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-20T19:23:43.119Z] [2022-03-20T19:23:43.119Z] DONE 2 tests, 2 skipped in 2.119s [2022-03-20T19:23:43.119Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-20T19:23:46.021Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:46.021Z] INFO: Testing against a local daemon [2022-03-20T19:23:46.021Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:23:46.021Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:46.021Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:23:46.021Z] === RUN TestDiskUsage [2022-03-20T19:23:46.021Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-20T19:23:46.021Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-20T19:23:46.021Z] === RUN TestEventsExecDie [2022-03-20T19:23:46.021Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-20T19:23:46.021Z] --- SKIP: TestEventsExecDie (0.01s) [2022-03-20T19:23:46.021Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:23:46.021Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-20T19:23:46.021Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-20T19:23:46.021Z] === RUN TestEventsVolumeCreate [2022-03-20T19:23:46.021Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-20T19:23:46.021Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-20T19:23:46.021Z] === RUN TestInfoAPI [2022-03-20T19:23:46.021Z] --- PASS: TestInfoAPI (0.06s) [2022-03-20T19:23:46.021Z] === RUN TestInfoAPIWarnings [2022-03-20T19:23:46.021Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:23:46.021Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-20T19:23:46.021Z] === RUN TestInfoDebug [2022-03-20T19:23:46.021Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:23:46.021Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-20T19:23:46.021Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:23:46.021Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:23:46.022Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-20T19:23:46.022Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:23:46.022Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:23:46.022Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-20T19:23:46.022Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:23:46.478Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-03-20T19:23:46.478Z] === RUN TestPingCacheHeaders [2022-03-20T19:23:46.478Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-20T19:23:46.478Z] === RUN TestPingGet [2022-03-20T19:23:46.478Z] --- PASS: TestPingGet (0.04s) [2022-03-20T19:23:46.478Z] === RUN TestPingHead [2022-03-20T19:23:46.938Z] --- PASS: TestPingHead (0.04s) [2022-03-20T19:23:46.938Z] === RUN TestVersion [2022-03-20T19:23:46.938Z] --- PASS: TestVersion (0.04s) [2022-03-20T19:23:46.938Z] PASS [2022-03-20T19:23:46.938Z] ok github.com/docker/docker/integration/system 1.306s [2022-03-20T19:23:46.938Z] [2022-03-20T19:23:46.938Z] === Skipped [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:23:46.939Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-20T19:23:46.939Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-03-20T19:23:46.939Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-20T19:23:46.939Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-20T19:23:46.939Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-20T19:23:46.939Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-20T19:23:46.939Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-20T19:23:46.939Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-20T19:23:46.939Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:23:46.939Z] [2022-03-20T19:23:46.939Z] DONE 15 tests, 9 skipped in 3.734s [2022-03-20T19:23:46.939Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-20T19:23:49.111Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:23:49.111Z] INFO: Testing against a local daemon [2022-03-20T19:23:49.111Z] === RUN TestVolumesCreateAndList [2022-03-20T19:23:49.111Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-03-20T19:23:49.111Z] === RUN TestVolumesRemove [2022-03-20T19:23:49.567Z] --- PASS: TestVolumesRemove (0.23s) [2022-03-20T19:23:49.567Z] === RUN TestVolumesInspect [2022-03-20T19:23:49.567Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-20T19:23:49.567Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:23:49.567Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:23:49.567Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:23:49.567Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:23:49.567Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-20T19:23:49.567Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-20T19:23:49.567Z] PASS [2022-03-20T19:23:49.567Z] ok github.com/docker/docker/integration/volume 0.473s [2022-03-20T19:23:49.567Z] [2022-03-20T19:23:49.567Z] DONE 5 tests in 2.632s [2022-03-20T19:23:50.024Z] INFO: make.ps1 ended at 03/20/2022 19:23:49 [2022-03-20T19:23:50.024Z] INFO: Integration CLI tests being run from the host: [2022-03-20T19:23:50.024Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-20T19:24:02.407Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-20T19:24:02.407Z] INFO: Testing against a local daemon [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-20T19:24:02.407Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-20T19:24:02.407Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-20T19:24:02.407Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-20T19:24:02.863Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-20T19:24:03.320Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-20T19:24:04.103Z] --- PASS: TestBuildWithHugeFile (158.22s) [2022-03-20T19:24:04.103Z] === RUN TestBuildWCOWSandboxSize [2022-03-20T19:24:04.103Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:24:04.103Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestBuildWithEmptyDockerfile [2022-03-20T19:24:04.103Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:24:04.103Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:24:04.103Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:24:04.103Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:24:04.103Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:24:04.103Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:24:04.103Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-20T19:24:04.103Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-20T19:24:04.103Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-20T19:24:04.103Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-20T19:24:04.103Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-20T19:24:04.103Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-20T19:24:04.103Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-20T19:24:04.103Z] === RUN TestBuildPreserveOwnership [2022-03-20T19:24:04.103Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:24:04.103Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestBuildPlatformInvalid [2022-03-20T19:24:04.103Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-20T19:24:04.103Z] PASS [2022-03-20T19:24:04.103Z] ok github.com/docker/docker/integration/build 234.785s [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === Skipped [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-20T19:24:04.103Z] build_session_test.go:25: TODO: BuildKit [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-20T19:24:04.103Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-20T19:24:04.103Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-20T19:24:04.103Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-20T19:24:04.103Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-20T19:24:04.103Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] DONE 29 tests, 6 skipped in 277.804s [2022-03-20T19:24:04.103Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-20T19:24:04.103Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:24:04.103Z] INFO: Testing against a local daemon [2022-03-20T19:24:04.103Z] === RUN TestConfigInspect [2022-03-20T19:24:04.103Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestConfigList [2022-03-20T19:24:04.103Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] --- SKIP: TestConfigList (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestConfigsCreateAndDelete [2022-03-20T19:24:04.103Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestConfigsUpdate [2022-03-20T19:24:04.103Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestTemplatedConfig [2022-03-20T19:24:04.103Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-20T19:24:04.103Z] === RUN TestConfigCreateResolve [2022-03-20T19:24:04.103Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:24:04.103Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-20T19:24:04.103Z] PASS [2022-03-20T19:24:04.103Z] ok github.com/docker/docker/integration/config 0.112s [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === Skipped [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-20T19:24:04.103Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-20T19:24:04.103Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-20T19:24:04.103Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-20T19:24:04.103Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-20T19:24:04.103Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-20T19:24:04.103Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:24:04.103Z] [2022-03-20T19:24:04.103Z] DONE 6 tests, 6 skipped in 2.642s [2022-03-20T19:24:04.103Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-20T19:24:04.281Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-20T19:24:04.737Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-20T19:24:05.671Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:24:05.671Z] INFO: Testing against a local daemon [2022-03-20T19:24:05.671Z] === RUN TestCheckpoint [2022-03-20T19:24:05.671Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:24:05.671Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-20T19:24:05.671Z] === RUN TestContainerInvalidJSON [2022-03-20T19:24:05.671Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:24:05.671Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:24:05.671Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:24:05.671Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:24:05.671Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-20T19:24:05.671Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-20T19:24:05.671Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-20T19:24:05.671Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-20T19:24:05.671Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-20T19:24:05.671Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-20T19:24:06.141Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2022-03-20T19:24:06.141Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-20T19:24:06.141Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-03-20T19:24:06.141Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-20T19:24:06.611Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s) [2022-03-20T19:24:06.611Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-20T19:24:06.611Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-03-20T19:24:06.611Z] === RUN TestCopyFromContainer [2022-03-20T19:24:06.611Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:06.611Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-20T19:24:06.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-20T19:24:06.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:24:06.611Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:24:06.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:24:06.611Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:24:06.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:24:06.611Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:24:06.611Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-20T19:24:06.611Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-20T19:24:06.611Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-20T19:24:06.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-20T19:24:06.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-20T19:24:06.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-20T19:24:06.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-20T19:24:06.611Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-20T19:24:06.611Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-20T19:24:06.611Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-20T19:24:06.611Z] === RUN TestCreateWithInvalidEnv [2022-03-20T19:24:06.611Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-20T19:24:06.611Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-20T19:24:06.611Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-20T19:24:06.611Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-20T19:24:06.611Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-20T19:24:06.611Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-20T19:24:06.611Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-20T19:24:06.611Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-20T19:24:06.611Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-20T19:24:06.611Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-20T19:24:06.611Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-20T19:24:06.611Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-20T19:24:06.611Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-20T19:24:06.611Z] === RUN TestCreateTmpfsMountsTarget [2022-03-20T19:24:06.611Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:06.611Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-20T19:24:06.611Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-20T19:24:06.611Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:24:06.611Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-20T19:24:06.611Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-20T19:24:06.611Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:24:06.611Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-20T19:24:06.611Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-20T19:24:07.084Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:24:07.084Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:24:07.084Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:24:07.084Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:24:07.084Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:24:07.084Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:24:07.084Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:24:07.084Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:24:07.084Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:24:07.084Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:24:07.084Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-20T19:24:07.084Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-20T19:24:07.084Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-20T19:24:07.084Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-20T19:24:07.084Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-20T19:24:07.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-20T19:24:07.084Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-20T19:24:07.084Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-20T19:24:07.084Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2022-03-20T19:24:07.084Z] === RUN TestCreateDifferentPlatform [2022-03-20T19:24:07.084Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-20T19:24:07.084Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-20T19:24:07.084Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-20T19:24:07.084Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-20T19:24:07.084Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-20T19:24:07.084Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-20T19:24:07.084Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-20T19:24:07.084Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-20T19:24:07.084Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-20T19:24:07.084Z] === RUN TestContainerKillOnDaemonStart [2022-03-20T19:24:07.084Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:07.084Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:24:07.084Z] === RUN TestDiff [2022-03-20T19:24:07.084Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-20T19:24:07.084Z] --- SKIP: TestDiff (0.00s) [2022-03-20T19:24:07.084Z] === RUN TestExecWithCloseStdin [2022-03-20T19:24:10.069Z] --- PASS: TestExecWithCloseStdin (3.03s) [2022-03-20T19:24:10.069Z] === RUN TestExec [2022-03-20T19:24:13.026Z] --- PASS: TestExec (2.74s) [2022-03-20T19:24:13.026Z] === RUN TestExecUser [2022-03-20T19:24:13.026Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-20T19:24:13.026Z] --- SKIP: TestExecUser (0.00s) [2022-03-20T19:24:13.026Z] === RUN TestExportContainerAndImportImage [2022-03-20T19:24:13.026Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:13.026Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-20T19:24:13.026Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-20T19:24:13.026Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:13.026Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-20T19:24:13.026Z] === RUN TestHealthCheckWorkdir [2022-03-20T19:24:13.026Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-20T19:24:13.026Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-20T19:24:13.026Z] === RUN TestHealthKillContainer [2022-03-20T19:24:13.026Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-20T19:24:13.026Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-20T19:24:13.026Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-20T19:24:13.026Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:24:13.026Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:24:13.026Z] === RUN TestKillContainerInvalidSignal [2022-03-20T19:24:15.244Z] --- PASS: TestKillContainerInvalidSignal (2.39s) [2022-03-20T19:24:15.244Z] === RUN TestKillContainer [2022-03-20T19:24:15.244Z] === RUN TestKillContainer/no_signal [2022-03-20T19:24:17.463Z] === RUN TestKillContainer/non_killing_signal [2022-03-20T19:24:17.463Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-20T19:24:17.463Z] === RUN TestKillContainer/killing_signal [2022-03-20T19:24:20.432Z] --- PASS: TestKillContainer (5.42s) [2022-03-20T19:24:20.432Z] --- PASS: TestKillContainer/no_signal (2.42s) [2022-03-20T19:24:20.432Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:24:20.432Z] --- PASS: TestKillContainer/killing_signal (2.93s) [2022-03-20T19:24:20.432Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-20T19:24:20.432Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:24:20.432Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-20T19:24:20.432Z] === RUN TestKillStoppedContainer [2022-03-20T19:24:20.432Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:24:20.432Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-20T19:24:20.432Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-20T19:24:20.432Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:24:20.432Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-20T19:24:20.432Z] === RUN TestKillDifferentUserContainer [2022-03-20T19:24:20.432Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-20T19:24:20.432Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-20T19:24:20.432Z] === RUN TestInspectOomKilledTrue [2022-03-20T19:24:20.901Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:20.901Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-20T19:24:20.901Z] === RUN TestInspectOomKilledFalse [2022-03-20T19:24:20.901Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:24:20.901Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-20T19:24:20.901Z] === RUN TestLogsFollowTailEmpty [2022-03-20T19:24:23.127Z] --- PASS: TestLogsFollowTailEmpty (2.45s) [2022-03-20T19:24:23.127Z] === RUN TestNetworkNat [2022-03-20T19:24:23.127Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-20T19:24:23.127Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-20T19:24:23.127Z] === RUN TestNetworkLocalhostTCPNat [2022-03-20T19:24:26.088Z] --- PASS: TestNetworkLocalhostTCPNat (2.81s) [2022-03-20T19:24:26.088Z] === RUN TestNetworkLoopbackNat [2022-03-20T19:24:26.088Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-20T19:24:26.088Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-20T19:24:26.088Z] === RUN TestPause [2022-03-20T19:24:26.088Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-20T19:24:26.088Z] --- SKIP: TestPause (0.00s) [2022-03-20T19:24:26.088Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-20T19:24:28.307Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.37s) [2022-03-20T19:24:28.307Z] === RUN TestPauseStopPausedContainer [2022-03-20T19:24:28.307Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:24:28.307Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-20T19:24:28.307Z] === RUN TestPsFilter [2022-03-20T19:24:28.776Z] --- PASS: TestPsFilter (0.24s) [2022-03-20T19:24:28.776Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-20T19:24:31.737Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.69s) [2022-03-20T19:24:31.737Z] === RUN TestRemoveContainerWithVolume [2022-03-20T19:24:34.015Z] --- PASS: TestRemoveContainerWithVolume (2.84s) [2022-03-20T19:24:34.015Z] === RUN TestRemoveContainerRunning [2022-03-20T19:24:36.982Z] --- PASS: TestRemoveContainerRunning (2.84s) [2022-03-20T19:24:36.982Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-20T19:24:39.949Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.67s) [2022-03-20T19:24:39.949Z] === RUN TestRemoveInvalidContainer [2022-03-20T19:24:39.949Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-03-20T19:24:39.949Z] === RUN TestRenameLinkedContainer [2022-03-20T19:24:39.949Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-20T19:24:39.949Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-20T19:24:39.949Z] === RUN TestRenameStoppedContainer [2022-03-20T19:24:48.627Z] --- PASS: TestRenameStoppedContainer (7.72s) [2022-03-20T19:24:48.627Z] === RUN TestRenameRunningContainerAndReuse [2022-03-20T19:24:50.813Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-20T19:24:52.427Z] --- PASS: TestRenameRunningContainerAndReuse (4.84s) [2022-03-20T19:24:52.427Z] === RUN TestRenameInvalidName [2022-03-20T19:24:54.085Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-20T19:24:54.646Z] --- PASS: TestRenameInvalidName (2.51s) [2022-03-20T19:24:54.646Z] === RUN TestRenameAnonymousContainer [2022-03-20T19:24:59.927Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-20T19:24:59.927Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-20T19:24:59.927Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-20T19:24:59.927Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-20T19:24:59.927Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-20T19:25:00.653Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-20T19:25:01.695Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-20T19:25:03.294Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-20T19:25:03.294Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-20T19:25:03.294Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-20T19:25:03.294Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-20T19:25:03.294Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-20T19:25:03.294Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-20T19:25:03.294Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-20T19:25:03.294Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-20T19:25:04.498Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-20T19:25:05.238Z] --- PASS: TestRenameAnonymousContainer (10.53s) [2022-03-20T19:25:05.238Z] === RUN TestRenameContainerWithSameName [2022-03-20T19:25:05.903Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-20T19:25:07.001Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-20T19:25:07.272Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-20T19:25:07.456Z] --- PASS: TestRenameContainerWithSameName (2.40s) [2022-03-20T19:25:07.456Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-20T19:25:07.456Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-20T19:25:07.456Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.01s) [2022-03-20T19:25:07.456Z] === RUN TestResize [2022-03-20T19:25:08.527Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-20T19:25:08.527Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-20T19:25:08.527Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-20T19:25:08.527Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-20T19:25:08.527Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-20T19:25:08.527Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-20T19:25:10.417Z] --- PASS: TestResize (2.43s) [2022-03-20T19:25:10.417Z] === RUN TestResizeWithInvalidSize [2022-03-20T19:25:11.442Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-20T19:25:12.247Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-20T19:25:12.638Z] --- PASS: TestResizeWithInvalidSize (2.37s) [2022-03-20T19:25:12.638Z] === RUN TestResizeWhenContainerNotStarted [2022-03-20T19:25:14.868Z] --- PASS: TestResizeWhenContainerNotStarted (2.62s) [2022-03-20T19:25:14.868Z] === RUN TestDaemonRestartKillContainers [2022-03-20T19:25:14.868Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:25:14.868Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:25:14.868Z] === RUN TestStats [2022-03-20T19:25:14.868Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-20T19:25:14.868Z] --- SKIP: TestStats (0.00s) [2022-03-20T19:25:14.868Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-20T19:25:15.613Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-20T19:25:18.887Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-20T19:25:18.887Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-20T19:25:18.887Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-20T19:25:24.142Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-20T19:25:24.705Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-20T19:25:25.268Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-20T19:25:27.034Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-20T19:25:27.388Z] --- PASS: TestStopContainerWithRestartPolicyAlways (11.77s) [2022-03-20T19:25:27.388Z] === RUN TestStopContainerWithTimeout [2022-03-20T19:25:27.388Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-20T19:25:27.388Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-20T19:25:27.388Z] === RUN TestUpdateRestartPolicy [2022-03-20T19:25:27.799Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-20T19:25:31.704Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-20T19:25:32.665Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-20T19:25:32.665Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-20T19:25:32.665Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-20T19:25:36.386Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-20T19:25:37.917Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-20T19:25:43.685Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-20T19:25:43.685Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-20T19:25:43.685Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-20T19:25:43.685Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-20T19:25:43.685Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-20T19:25:43.685Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-20T19:25:43.685Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-20T19:25:43.685Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-20T19:25:43.685Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-20T19:25:44.140Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-20T19:25:45.962Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-20T19:25:45.962Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-20T19:25:45.962Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-20T19:25:45.962Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-20T19:25:45.962Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-20T19:25:45.962Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-20T19:25:45.962Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-20T19:25:45.962Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-20T19:25:45.962Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-20T19:25:45.962Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-20T19:25:45.962Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-20T19:25:45.962Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-20T19:25:45.962Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-20T19:25:45.962Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-20T19:25:45.962Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-20T19:25:45.962Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-20T19:25:45.962Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-20T19:25:50.637Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-20T19:25:50.637Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-20T19:25:50.637Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-20T19:25:50.637Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-20T19:25:50.637Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-20T19:25:52.697Z] --- PASS: TestUpdateRestartPolicy (23.18s) [2022-03-20T19:25:52.698Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-20T19:25:52.698Z] --- PASS: TestUpdateRestartWithAutoRemove (2.40s) [2022-03-20T19:25:52.698Z] === RUN TestWaitNonBlocked [2022-03-20T19:25:52.698Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:25:52.698Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:25:52.698Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:25:52.698Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:25:52.698Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-20T19:25:52.698Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-20T19:26:00.933Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-20T19:26:01.407Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-20T19:26:01.407Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.15s) [2022-03-20T19:26:01.407Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.80s) [2022-03-20T19:26:01.407Z] === RUN TestWaitBlocked [2022-03-20T19:26:01.407Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:01.407Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-20T19:26:01.407Z] PASS [2022-03-20T19:26:01.407Z] ok github.com/docker/docker/integration/container 114.694s [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === Skipped [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-20T19:26:01.407Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-20T19:26:01.407Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-20T19:26:01.407Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-20T19:26:01.407Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-20T19:26:01.407Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-20T19:26:01.407Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2022-03-20T19:26:01.407Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-20T19:26:01.407Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-20T19:26:01.407Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.407Z] [2022-03-20T19:26:01.407Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-20T19:26:01.408Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-20T19:26:01.408Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-20T19:26:01.408Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-20T19:26:01.408Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-20T19:26:01.408Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-20T19:26:01.408Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-20T19:26:01.408Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-20T19:26:01.408Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-20T19:26:01.408Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-20T19:26:01.408Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-20T19:26:01.408Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-20T19:26:01.408Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-20T19:26:01.408Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-20T19:26:01.408Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.01s) [2022-03-20T19:26:01.408Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-20T19:26:01.408Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-20T19:26:01.408Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-20T19:26:01.408Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-20T19:26:01.408Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:01.408Z] [2022-03-20T19:26:01.408Z] DONE 87 tests, 33 skipped in 118.091s [2022-03-20T19:26:01.408Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-20T19:26:24.019Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-20T19:26:24.019Z] docker_cli_swarm_test.go:1180: [d9e4094b779e6] joining swarm manager [da245573dd2ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:26:26.609Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-20T19:26:26.609Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-20T19:26:26.609Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-20T19:26:26.609Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-20T19:26:26.609Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-20T19:26:29.270Z] docker_cli_swarm_test.go:1189: [d26cbb81cd761] joining swarm manager [da245573dd2ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:26:31.586Z] === RUN TestConfigDaemonLibtrustID [2022-03-20T19:26:31.586Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-20T19:26:31.586Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-20T19:26:31.586Z] === RUN TestDaemonConfigValidation [2022-03-20T19:26:31.586Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-20T19:26:31.586Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-20T19:26:31.586Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-20T19:26:31.586Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-20T19:26:31.586Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-20T19:26:31.586Z] === RUN TestDaemonProxy [2022-03-20T19:26:31.586Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-20T19:26:31.586Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-20T19:26:31.586Z] PASS [2022-03-20T19:26:31.586Z] ok github.com/docker/docker/integration/daemon 0.144s [2022-03-20T19:26:31.586Z] [2022-03-20T19:26:31.586Z] === Skipped [2022-03-20T19:26:31.586Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-20T19:26:31.586Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-20T19:26:31.586Z] [2022-03-20T19:26:31.586Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-20T19:26:31.586Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-20T19:26:31.586Z] [2022-03-20T19:26:31.586Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-20T19:26:31.586Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-20T19:26:31.586Z] [2022-03-20T19:26:31.586Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-20T19:26:31.586Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-20T19:26:31.586Z] [2022-03-20T19:26:31.586Z] DONE 4 tests, 4 skipped in 30.204s [2022-03-20T19:26:31.586Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-20T19:26:36.355Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:26:36.355Z] INFO: Testing against a local daemon [2022-03-20T19:26:36.355Z] === RUN TestCommitInheritsEnv [2022-03-20T19:26:36.355Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:26:36.355Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-20T19:26:36.355Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-20T19:26:36.355Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:26:36.355Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:26:36.355Z] === RUN TestImportWithCustomPlatform [2022-03-20T19:26:36.355Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:26:36.355Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-20T19:26:36.355Z] === RUN TestImagesFilterMultiReference [2022-03-20T19:26:36.355Z] --- PASS: TestImagesFilterMultiReference (0.14s) [2022-03-20T19:26:36.355Z] === RUN TestImagePullPlatformInvalid [2022-03-20T19:26:36.355Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-20T19:26:36.355Z] === RUN TestRemoveImageOrphaning [2022-03-20T19:26:37.345Z] --- PASS: TestRemoveImageOrphaning (1.28s) [2022-03-20T19:26:37.345Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-20T19:26:37.345Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-03-20T19:26:37.345Z] === RUN TestTagInvalidReference [2022-03-20T19:26:37.345Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-20T19:26:37.345Z] === RUN TestTagValidPrefixedRepo [2022-03-20T19:26:37.816Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-20T19:26:37.816Z] === RUN TestTagExistedNameWithoutForce [2022-03-20T19:26:37.816Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-20T19:26:37.816Z] === RUN TestTagOfficialNames [2022-03-20T19:26:37.816Z] --- PASS: TestTagOfficialNames (0.12s) [2022-03-20T19:26:37.816Z] === RUN TestTagMatchesDigest [2022-03-20T19:26:37.816Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-20T19:26:37.816Z] PASS [2022-03-20T19:26:37.816Z] ok github.com/docker/docker/integration/image 1.979s [2022-03-20T19:26:37.816Z] [2022-03-20T19:26:37.816Z] === Skipped [2022-03-20T19:26:37.816Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-20T19:26:37.816Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:26:37.816Z] [2022-03-20T19:26:37.816Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-20T19:26:37.816Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:26:37.816Z] [2022-03-20T19:26:37.816Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-20T19:26:37.816Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-20T19:26:37.816Z] [2022-03-20T19:26:37.816Z] DONE 12 tests, 3 skipped in 7.037s [2022-03-20T19:26:38.286Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-20T19:26:40.526Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:26:40.526Z] INFO: Testing against a local daemon [2022-03-20T19:26:40.526Z] === RUN TestNetworkCreateDelete [2022-03-20T19:26:40.526Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:40.526Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-20T19:26:40.526Z] === RUN TestDockerNetworkDeletePreferID [2022-03-20T19:26:40.526Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-20T19:26:40.526Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-20T19:26:40.526Z] === RUN TestDaemonDNSFallback [2022-03-20T19:26:40.526Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:40.526Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-20T19:26:40.526Z] === RUN TestInspectNetwork [2022-03-20T19:26:40.526Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:40.526Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestRunContainerWithBridgeNone [2022-03-20T19:26:40.995Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:40.995Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestNetworkInvalidJSON [2022-03-20T19:26:40.995Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-20T19:26:40.995Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-20T19:26:40.995Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:26:40.995Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:26:40.995Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:26:40.995Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:26:40.995Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-20T19:26:40.995Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-20T19:26:40.995Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-20T19:26:40.995Z] === RUN TestNetworkList [2022-03-20T19:26:40.995Z] === RUN TestNetworkList//networks [2022-03-20T19:26:40.995Z] === PAUSE TestNetworkList//networks [2022-03-20T19:26:40.995Z] === RUN TestNetworkList//networks/ [2022-03-20T19:26:40.995Z] === PAUSE TestNetworkList//networks/ [2022-03-20T19:26:40.995Z] === CONT TestNetworkList//networks [2022-03-20T19:26:40.995Z] === CONT TestNetworkList//networks/ [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkList (0.05s) [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-20T19:26:40.995Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestHostIPv4BridgeLabel [2022-03-20T19:26:40.995Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-20T19:26:40.995Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestDaemonDefaultNetworkPools [2022-03-20T19:26:40.995Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-20T19:26:40.995Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-20T19:26:40.995Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-20T19:26:40.995Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestServiceWithPredefinedNetwork [2022-03-20T19:26:40.995Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-20T19:26:40.995Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:26:40.995Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestServiceWithDataPathPortInit [2022-03-20T19:26:40.995Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-20T19:26:40.995Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-20T19:26:40.995Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:26:40.995Z] PASS [2022-03-20T19:26:40.995Z] ok github.com/docker/docker/integration/network 0.217s [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === Skipped [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-20T19:26:40.995Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-20T19:26:40.995Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-20T19:26:40.995Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-20T19:26:40.995Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-20T19:26:40.995Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-20T19:26:40.995Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:243: FLAKY_TEST [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-20T19:26:40.995Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-20T19:26:40.995Z] [2022-03-20T19:26:40.995Z] DONE 22 tests, 15 skipped in 2.884s [2022-03-20T19:26:40.995Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-20T19:26:41.983Z] testing: warning: no tests to run [2022-03-20T19:26:41.983Z] PASS [2022-03-20T19:26:41.983Z] ok github.com/docker/docker/integration/network/ipvlan 0.084s [2022-03-20T19:26:41.983Z] [2022-03-20T19:26:41.983Z] DONE 0 tests in 0.967s [2022-03-20T19:26:42.454Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-20T19:26:43.443Z] testing: warning: no tests to run [2022-03-20T19:26:43.443Z] PASS [2022-03-20T19:26:43.443Z] ok github.com/docker/docker/integration/network/macvlan 0.086s [2022-03-20T19:26:43.443Z] [2022-03-20T19:26:43.443Z] DONE 0 tests in 0.995s [2022-03-20T19:26:43.443Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-20T19:26:44.257Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-20T19:26:44.257Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-20T19:26:44.257Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-20T19:26:44.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-20T19:26:44.432Z] testing: warning: no tests to run [2022-03-20T19:26:44.432Z] PASS [2022-03-20T19:26:44.432Z] ok github.com/docker/docker/integration/plugin 0.090s [2022-03-20T19:26:44.432Z] [2022-03-20T19:26:44.432Z] DONE 0 tests in 1.006s [2022-03-20T19:26:44.432Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-20T19:26:45.421Z] testing: warning: no tests to run [2022-03-20T19:26:45.421Z] PASS [2022-03-20T19:26:45.421Z] ok github.com/docker/docker/integration/plugin/authz 0.107s [2022-03-20T19:26:45.421Z] [2022-03-20T19:26:45.421Z] DONE 0 tests in 0.973s [2022-03-20T19:26:45.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-20T19:26:51.321Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-20T19:26:51.321Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-20T19:26:51.778Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:26:51.778Z] INFO: Testing against a local daemon [2022-03-20T19:26:51.778Z] === RUN TestPluginInvalidJSON [2022-03-20T19:26:51.778Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:26:51.778Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:26:51.778Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-20T19:26:51.778Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-20T19:26:51.778Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-20T19:26:51.778Z] === RUN TestPluginInstall [2022-03-20T19:26:51.778Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-20T19:26:51.778Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-20T19:26:51.778Z] === RUN TestPluginsWithRuntimes [2022-03-20T19:26:51.778Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-20T19:26:51.778Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-20T19:26:51.778Z] === RUN TestPluginBackCompatMediaTypes [2022-03-20T19:26:51.778Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-20T19:26:51.778Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:26:51.778Z] PASS [2022-03-20T19:26:51.778Z] ok github.com/docker/docker/integration/plugin/common 0.132s [2022-03-20T19:26:51.778Z] [2022-03-20T19:26:51.778Z] === Skipped [2022-03-20T19:26:51.778Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-20T19:26:51.778Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-20T19:26:51.778Z] [2022-03-20T19:26:51.778Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-20T19:26:51.778Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-20T19:26:51.778Z] [2022-03-20T19:26:51.778Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-20T19:26:51.778Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-20T19:26:51.778Z] [2022-03-20T19:26:51.778Z] DONE 5 tests, 3 skipped in 6.236s [2022-03-20T19:26:52.252Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-20T19:26:52.282Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-20T19:26:55.216Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:26:55.216Z] INFO: Testing against a local daemon [2022-03-20T19:26:55.216Z] === RUN TestExternalGraphDriver [2022-03-20T19:26:55.216Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-20T19:26:55.216Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-20T19:26:55.216Z] === RUN TestGraphdriverPluginV2 [2022-03-20T19:26:55.216Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-20T19:26:55.216Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-20T19:26:55.216Z] PASS [2022-03-20T19:26:55.216Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.169s [2022-03-20T19:26:55.216Z] [2022-03-20T19:26:55.216Z] === Skipped [2022-03-20T19:26:55.216Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-20T19:26:55.216Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-20T19:26:55.216Z] [2022-03-20T19:26:55.216Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-20T19:26:55.216Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-20T19:26:55.216Z] [2022-03-20T19:26:55.216Z] DONE 2 tests, 2 skipped in 3.040s [2022-03-20T19:26:55.216Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-20T19:26:58.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-20T19:26:58.179Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:26:58.179Z] INFO: Testing against a local daemon [2022-03-20T19:26:58.179Z] === RUN TestReadPluginNoRead [2022-03-20T19:26:58.179Z] read_test.go:21: no unix domain sockets on Windows [2022-03-20T19:26:58.179Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-20T19:26:58.179Z] PASS [2022-03-20T19:26:58.179Z] ok github.com/docker/docker/integration/plugin/logging 0.138s [2022-03-20T19:26:58.179Z] [2022-03-20T19:26:58.179Z] === Skipped [2022-03-20T19:26:58.179Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-20T19:26:58.179Z] read_test.go:21: no unix domain sockets on Windows [2022-03-20T19:26:58.179Z] [2022-03-20T19:26:58.179Z] DONE 1 tests, 1 skipped in 2.881s [2022-03-20T19:26:58.179Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-20T19:26:59.750Z] testing: warning: no tests to run [2022-03-20T19:26:59.750Z] PASS [2022-03-20T19:26:59.750Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.095s [2022-03-20T19:26:59.750Z] [2022-03-20T19:26:59.750Z] DONE 0 tests in 1.523s [2022-03-20T19:26:59.750Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-20T19:27:02.706Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:02.706Z] INFO: Testing against a local daemon [2022-03-20T19:27:02.706Z] === RUN TestPluginWithDevMounts [2022-03-20T19:27:02.706Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:02.706Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-20T19:27:02.706Z] PASS [2022-03-20T19:27:02.706Z] ok github.com/docker/docker/integration/plugin/volumes 0.125s [2022-03-20T19:27:03.176Z] [2022-03-20T19:27:03.176Z] === Skipped [2022-03-20T19:27:03.176Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-20T19:27:03.176Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:03.176Z] [2022-03-20T19:27:03.176Z] DONE 1 tests, 1 skipped in 3.000s [2022-03-20T19:27:03.176Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-20T19:27:05.405Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:05.405Z] INFO: Testing against a local daemon [2022-03-20T19:27:05.405Z] === RUN TestSecretInspect [2022-03-20T19:27:05.405Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-20T19:27:05.406Z] === RUN TestSecretList [2022-03-20T19:27:05.406Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] --- SKIP: TestSecretList (0.00s) [2022-03-20T19:27:05.406Z] === RUN TestSecretsCreateAndDelete [2022-03-20T19:27:05.406Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-20T19:27:05.406Z] === RUN TestSecretsUpdate [2022-03-20T19:27:05.406Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-20T19:27:05.406Z] === RUN TestTemplatedSecret [2022-03-20T19:27:05.406Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-03-20T19:27:05.406Z] === RUN TestSecretCreateResolve [2022-03-20T19:27:05.406Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:05.406Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-20T19:27:05.406Z] PASS [2022-03-20T19:27:05.406Z] ok github.com/docker/docker/integration/secret 0.130s [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] === Skipped [2022-03-20T19:27:05.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-20T19:27:05.406Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-20T19:27:05.406Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-20T19:27:05.406Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-20T19:27:05.406Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-03-20T19:27:05.406Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-20T19:27:05.406Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:05.406Z] [2022-03-20T19:27:05.406Z] DONE 6 tests, 6 skipped in 2.441s [2022-03-20T19:27:05.875Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-20T19:27:07.934Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-20T19:27:08.351Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-20T19:27:08.841Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:08.841Z] INFO: Testing against a local daemon [2022-03-20T19:27:08.841Z] === RUN TestServiceCreateInit [2022-03-20T19:27:08.841Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-20T19:27:08.841Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-20T19:27:08.841Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceMultipleTimes [2022-03-20T19:27:08.841Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceConflict [2022-03-20T19:27:08.841Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceMaxReplicas [2022-03-20T19:27:08.841Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-20T19:27:08.841Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-20T19:27:08.841Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceSecretFileMode [2022-03-20T19:27:08.841Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceConfigFileMode [2022-03-20T19:27:08.841Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceSysctls [2022-03-20T19:27:08.841Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-03-20T19:27:08.841Z] === RUN TestCreateServiceCapabilities [2022-03-20T19:27:08.841Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-20T19:27:08.841Z] === RUN TestInspect [2022-03-20T19:27:08.841Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestInspect (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestCreateJob [2022-03-20T19:27:08.841Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestCreateJob (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestReplicatedJob [2022-03-20T19:27:08.841Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestUpdateReplicatedJob [2022-03-20T19:27:08.841Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServiceListWithStatuses [2022-03-20T19:27:08.841Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestDockerNetworkConnectAlias [2022-03-20T19:27:08.841Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestDockerNetworkReConnect [2022-03-20T19:27:08.841Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServicePlugin [2022-03-20T19:27:08.841Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:08.841Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServiceUpdateLabel [2022-03-20T19:27:08.841Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServiceUpdateSecrets [2022-03-20T19:27:08.841Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServiceUpdateConfigs [2022-03-20T19:27:08.841Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServiceUpdateNetwork [2022-03-20T19:27:08.841Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-20T19:27:08.841Z] === RUN TestServiceUpdatePidsLimit [2022-03-20T19:27:08.841Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:08.841Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-20T19:27:08.841Z] PASS [2022-03-20T19:27:08.841Z] ok github.com/docker/docker/integration/service 0.302s [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === Skipped [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-20T19:27:09.319Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-20T19:27:09.319Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-03-20T19:27:09.319Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-20T19:27:09.319Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-20T19:27:09.319Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-20T19:27:09.319Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-20T19:27:09.319Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-20T19:27:09.319Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-20T19:27:09.319Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-20T19:27:09.319Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-20T19:27:09.319Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-20T19:27:09.319Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-20T19:27:09.319Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-20T19:27:09.319Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:09.319Z] [2022-03-20T19:27:09.320Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-20T19:27:09.320Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:09.320Z] [2022-03-20T19:27:09.320Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-20T19:27:09.320Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:09.320Z] [2022-03-20T19:27:09.320Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-20T19:27:09.320Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-20T19:27:09.320Z] [2022-03-20T19:27:09.320Z] DONE 24 tests, 23 skipped in 3.478s [2022-03-20T19:27:09.320Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-20T19:27:11.540Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:11.540Z] INFO: Testing against a local daemon [2022-03-20T19:27:11.540Z] === RUN TestSessionCreate [2022-03-20T19:27:11.540Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-20T19:27:11.540Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-20T19:27:11.540Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-20T19:27:11.540Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-20T19:27:11.540Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-20T19:27:11.540Z] PASS [2022-03-20T19:27:11.540Z] ok github.com/docker/docker/integration/session 0.114s [2022-03-20T19:27:11.540Z] [2022-03-20T19:27:11.540Z] === Skipped [2022-03-20T19:27:11.540Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-20T19:27:11.540Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-20T19:27:11.540Z] [2022-03-20T19:27:11.540Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-20T19:27:11.540Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-20T19:27:11.540Z] [2022-03-20T19:27:11.540Z] DONE 2 tests, 2 skipped in 2.295s [2022-03-20T19:27:11.540Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-20T19:27:14.505Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:14.505Z] INFO: Testing against a local daemon [2022-03-20T19:27:14.505Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-20T19:27:14.505Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:14.505Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:27:14.505Z] === RUN TestDiskUsage [2022-03-20T19:27:14.505Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-20T19:27:14.505Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-20T19:27:14.505Z] === RUN TestEventsExecDie [2022-03-20T19:27:14.505Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-20T19:27:14.505Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-20T19:27:14.505Z] === RUN TestEventsBackwardsCompatible [2022-03-20T19:27:14.506Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-20T19:27:14.506Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-20T19:27:14.506Z] === RUN TestEventsVolumeCreate [2022-03-20T19:27:14.506Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-20T19:27:14.506Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-20T19:27:14.506Z] === RUN TestInfoAPI [2022-03-20T19:27:14.506Z] --- PASS: TestInfoAPI (0.05s) [2022-03-20T19:27:14.506Z] === RUN TestInfoAPIWarnings [2022-03-20T19:27:14.506Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:27:14.506Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-20T19:27:14.506Z] === RUN TestInfoDebug [2022-03-20T19:27:14.506Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:27:14.506Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-20T19:27:14.506Z] === RUN TestInfoInsecureRegistries [2022-03-20T19:27:14.506Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:27:14.506Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-20T19:27:14.506Z] === RUN TestInfoRegistryMirrors [2022-03-20T19:27:14.506Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:27:14.506Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-20T19:27:14.506Z] === RUN TestLoginFailsWithBadCredentials [2022-03-20T19:27:15.493Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2022-03-20T19:27:15.493Z] === RUN TestPingCacheHeaders [2022-03-20T19:27:15.494Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-03-20T19:27:15.494Z] === RUN TestPingGet [2022-03-20T19:27:15.494Z] --- PASS: TestPingGet (0.04s) [2022-03-20T19:27:15.494Z] === RUN TestPingHead [2022-03-20T19:27:15.494Z] --- PASS: TestPingHead (0.04s) [2022-03-20T19:27:15.494Z] === RUN TestVersion [2022-03-20T19:27:15.494Z] --- PASS: TestVersion (0.04s) [2022-03-20T19:27:15.494Z] PASS [2022-03-20T19:27:15.494Z] ok github.com/docker/docker/integration/system 1.255s [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === Skipped [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-20T19:27:15.965Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-20T19:27:15.965Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-20T19:27:15.965Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-20T19:27:15.965Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-20T19:27:15.965Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-20T19:27:15.965Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-20T19:27:15.965Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-20T19:27:15.965Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-20T19:27:15.965Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-20T19:27:15.965Z] [2022-03-20T19:27:15.965Z] DONE 15 tests, 9 skipped in 3.973s [2022-03-20T19:27:15.965Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-20T19:27:17.886Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-20T19:27:18.187Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:18.187Z] INFO: Testing against a local daemon [2022-03-20T19:27:18.187Z] === RUN TestVolumesCreateAndList [2022-03-20T19:27:18.187Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-20T19:27:18.187Z] === RUN TestVolumesRemove [2022-03-20T19:27:18.187Z] --- PASS: TestVolumesRemove (0.12s) [2022-03-20T19:27:18.187Z] === RUN TestVolumesInspect [2022-03-20T19:27:18.187Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-20T19:27:18.187Z] === RUN TestVolumesInvalidJSON [2022-03-20T19:27:18.187Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-20T19:27:18.187Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-20T19:27:18.648Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-20T19:27:18.648Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-20T19:27:18.648Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-20T19:27:18.656Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-20T19:27:18.656Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-20T19:27:18.656Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-20T19:27:18.656Z] PASS [2022-03-20T19:27:18.656Z] ok github.com/docker/docker/integration/volume 0.341s [2022-03-20T19:27:18.656Z] [2022-03-20T19:27:18.656Z] DONE 5 tests in 2.706s [2022-03-20T19:27:18.656Z] INFO: make.ps1 ended at 03/20/2022 19:27:18 [2022-03-20T19:27:18.656Z] INFO: Integration CLI tests being run from the host: [2022-03-20T19:27:18.656Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-20T19:27:20.410Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-20T19:27:22.304Z] docker_cli_swarm_test.go:1112: [d3c18ebcc2951] joining swarm manager [d6e6747837ffd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:27:23.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-20T19:27:23.322Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-20T19:27:23.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-20T19:27:23.322Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-20T19:27:23.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-20T19:27:23.690Z] docker_cli_swarm_test.go:1113: [d97521f2406cc] joining swarm manager [d6e6747837ffd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:27:31.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-20T19:27:31.857Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-20T19:27:31.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-20T19:27:31.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-20T19:27:31.857Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-20T19:27:31.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-20T19:27:31.857Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-20T19:27:31.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-20T19:27:33.624Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-20T19:27:33.624Z] INFO: Testing against a local daemon [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-20T19:27:33.624Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-20T19:27:33.624Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-20T19:27:33.624Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-20T19:27:34.097Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-20T19:27:34.566Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-20T19:27:57.348Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-20T19:27:57.348Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-20T19:27:57.348Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-20T19:27:57.348Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-20T19:27:57.348Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-20T19:27:57.348Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-20T19:27:57.804Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-20T19:27:57.804Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-20T19:27:57.804Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-20T19:27:57.804Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-20T19:27:58.260Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-20T19:27:58.260Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-20T19:27:58.260Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-20T19:27:58.260Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-20T19:27:59.789Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-20T19:28:01.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-20T19:28:03.296Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-20T19:28:03.296Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-20T19:28:03.513Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-20T19:28:04.258Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-20T19:28:04.258Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T19:28:04.714Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-20T19:28:05.686Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-20T19:28:05.686Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-20T19:28:05.686Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-20T19:28:05.686Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-20T19:28:05.686Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-20T19:28:05.686Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-20T19:28:06.244Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-20T19:28:06.244Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-20T19:28:06.244Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-20T19:28:09.404Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-20T19:28:12.013Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-20T19:28:12.980Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-20T19:28:12.980Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-20T19:28:12.980Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-20T19:28:12.980Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-20T19:28:12.980Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-20T19:28:15.146Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-20T19:28:16.113Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-20T19:28:16.570Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-20T19:28:17.027Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-20T19:28:17.991Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-20T19:28:25.034Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-20T19:28:26.562Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-20T19:28:26.563Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-20T19:28:26.563Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-20T19:28:27.068Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-20T19:28:28.095Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-20T19:28:28.095Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-20T19:28:28.095Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-20T19:28:29.057Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-20T19:28:31.225Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-20T19:28:31.741Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-20T19:28:32.186Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-20T19:28:33.148Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-20T19:28:33.148Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-20T19:28:33.148Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-20T19:28:33.269Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-20T19:28:33.269Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-20T19:28:33.269Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-20T19:28:34.111Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-20T19:28:35.072Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-20T19:28:35.072Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-20T19:28:35.072Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-20T19:28:35.072Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-20T19:28:35.072Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-20T19:28:36.984Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-20T19:28:39.153Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-20T19:28:42.117Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-20T19:28:45.066Z] docker_cli_swarm_test.go:1166: [d0dfad8103bdb] joining swarm manager [d6e6747837ffd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-20T19:28:46.210Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-20T19:28:46.210Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-20T19:28:46.210Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-20T19:28:46.210Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-20T19:28:46.210Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-20T19:28:46.210Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-20T19:28:46.210Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-20T19:28:46.210Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-20T19:28:46.210Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-20T19:28:46.210Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-20T19:29:17.097Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-20T19:29:17.097Z] docker_cli_swarm_test.go:1447: [dc9bac40dcc16] joining swarm manager [da10507706fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:29:17.660Z] docker_cli_swarm_test.go:1448: [d1167db1bc2e7] joining swarm manager [da10507706fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-20T19:29:17.756Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-20T19:29:18.717Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-20T19:29:19.172Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-20T19:29:29.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-20T19:29:29.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-20T19:29:29.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-20T19:29:29.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-20T19:29:29.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-20T19:29:30.393Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-20T19:29:31.297Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-20T19:29:31.297Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-20T19:29:31.297Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-20T19:29:31.297Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-20T19:29:31.297Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-20T19:29:31.297Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-20T19:29:31.297Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-20T19:29:31.297Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.297Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-20T19:29:31.519Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-20T19:29:31.519Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.519Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-20T19:29:31.519Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.519Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-20T19:29:31.519Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.519Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-20T19:29:31.974Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-20T19:29:31.974Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-20T19:29:31.974Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-20T19:29:32.908Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-20T19:29:36.188Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-20T19:29:36.885Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-20T19:29:36.885Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-20T19:29:36.885Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-20T19:29:36.885Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-20T19:29:36.885Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-20T19:29:37.221Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-20T19:29:37.221Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T19:29:37.690Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-20T19:29:37.690Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-20T19:29:37.690Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-20T19:29:38.081Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-20T19:29:39.974Z] docker_cli_swarm_unix_test.go:63: [d6b582a41251b] joining swarm manager [d53a8fa236f7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:29:41.500Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-20T19:29:48.675Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-20T19:29:48.675Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-20T19:29:48.675Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-20T19:29:48.675Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-20T19:29:48.675Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-20T19:29:48.675Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-20T19:29:48.675Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-20T19:29:48.675Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-20T19:29:48.675Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-20T19:29:52.478Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-20T19:29:52.478Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-20T19:29:52.478Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-20T19:29:52.478Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-20T19:29:52.478Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-20T19:29:57.980Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-20T19:29:57.981Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-20T19:29:57.981Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-20T19:29:57.981Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-20T19:30:01.146Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-20T19:30:01.875Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-20T19:30:01.875Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-20T19:30:01.875Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-20T19:30:01.875Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-20T19:30:06.547Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-20T19:30:06.547Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-20T19:30:08.076Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-20T19:30:15.127Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-20T19:30:19.535Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-20T19:30:21.063Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-20T19:30:22.025Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-20T19:30:26.697Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-20T19:30:29.915Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-20T19:30:30.415Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-20T19:30:33.304Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-20T19:30:36.151Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-20T19:30:36.151Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-20T19:30:36.151Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-20T19:30:37.518Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-20T19:30:40.217Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-20T19:30:40.217Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-20T19:30:40.788Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-20T19:30:41.180Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-20T19:30:43.310Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-20T19:30:45.204Z] docker_api_swarm_test.go:962: [d2c0bbaab71f7] joining swarm manager [d8169afaca9fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-20T19:30:48.231Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-20T19:30:48.231Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-20T19:30:48.231Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-20T19:30:48.231Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-20T19:30:48.231Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-20T19:30:56.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-20T19:30:56.774Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-20T19:30:56.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-20T19:30:56.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-20T19:30:56.774Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-20T19:30:56.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-20T19:30:56.774Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-20T19:30:56.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-20T19:31:03.259Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-20T19:31:15.440Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-20T19:31:16.004Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-20T19:31:18.526Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-20T19:31:21.047Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-20T19:31:27.586Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-20T19:31:32.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-20T19:31:32.837Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-20T19:31:33.684Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-20T19:31:34.635Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-20T19:31:34.635Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-20T19:31:34.726Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-20T19:31:35.598Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-20T19:31:35.598Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T19:31:36.054Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-20T19:31:36.573Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-20T19:31:36.573Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-20T19:31:36.573Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-20T19:31:37.246Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-20T19:31:37.583Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-20T19:31:37.583Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-20T19:31:37.583Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-20T19:31:39.768Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-20T19:31:42.305Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-20T19:31:44.636Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-20T19:31:44.824Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-20T19:31:45.598Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-20T19:31:45.598Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-20T19:31:45.598Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-20T19:31:45.598Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-20T19:31:45.598Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-20T19:31:47.339Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-20T19:31:47.767Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-20T19:31:48.730Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-20T19:31:49.695Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-20T19:31:50.152Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-20T19:31:51.116Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-20T19:31:59.667Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-20T19:32:01.835Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-20T19:32:01.835Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-20T19:32:01.835Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-20T19:32:03.367Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-20T19:32:03.367Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-20T19:32:03.367Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-20T19:32:03.823Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-20T19:32:06.717Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-20T19:32:08.259Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-20T19:32:08.715Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-20T19:32:08.715Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-20T19:32:08.715Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-20T19:32:09.678Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-20T19:32:10.641Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-20T19:32:10.641Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-20T19:32:10.641Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-20T19:32:10.641Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-20T19:32:10.641Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-20T19:32:19.185Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-20T19:32:28.314Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-20T19:32:28.314Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-20T19:32:28.314Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-20T19:32:28.314Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-20T19:32:28.315Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-20T19:32:28.315Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-20T19:32:28.315Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-20T19:32:28.315Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-20T19:32:32.118Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-20T19:32:34.348Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-20T19:32:34.348Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-20T19:32:34.348Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-20T19:32:34.348Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-20T19:32:34.348Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-20T19:32:34.348Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-20T19:32:38.157Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-20T19:32:43.518Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-20T19:32:48.610Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-20T19:32:48.610Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-20T19:32:48.610Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-20T19:32:53.113Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-20T19:32:57.877Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-20T19:32:58.364Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-20T19:32:58.865Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-20T19:32:58.865Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-20T19:32:58.865Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-20T19:33:02.664Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-20T19:33:03.387Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-20T19:33:04.234Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-20T19:33:09.824Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-20T19:33:09.824Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-20T19:33:09.824Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-20T19:33:12.718Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-20T19:33:12.718Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-20T19:33:13.175Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-20T19:33:13.175Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-20T19:33:13.208Z] --- PASS: TestDockerSwarmSuite (1663.50s) [2022-03-20T19:33:13.208Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.83s) [2022-03-20T19:33:13.208Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.09s) [2022-03-20T19:33:13.208Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.87s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.67s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.97s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.16s) [2022-03-20T19:33:13.209Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.35s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.84s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.43s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (30.22s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (18.54s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.21s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.38s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.85s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.51s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.45s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.18s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.46s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.33s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.29s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.38s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.24s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.46s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.09s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.40s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.83s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.27s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.21s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.79s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.17s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.51s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.87s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.63s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.78s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.35s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.01s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.86s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.04s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.61s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.23s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.19s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.03s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.26s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.44s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.70s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.73s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.58s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.46s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.29s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.90s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.99s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.57s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.07s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.04s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.23s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.46s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.87s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.35s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.69s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.65s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.08s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.73s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.62s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.32s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.66s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.29s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.49s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.56s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (15.46s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.86s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.50s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.87s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.43s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.87s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (187.10s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.36s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.65s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.68s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (1.75s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.01s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.90s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.53s) [2022-03-20T19:33:13.209Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.20s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.16s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.65s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.99s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.71s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (114.52s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.36s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.14s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.31s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.10s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.41s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.08s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.87s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.15s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.01s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.51s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.16s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.14s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.14s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.66s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.77s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.34s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.60s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.46s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.40s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.93s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.14s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.96s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.16s) [2022-03-20T19:33:13.209Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.11s) [2022-03-20T19:33:13.209Z] === RUN TestDockerExternalVolumeSuite [2022-03-20T19:33:13.209Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-20T19:33:13.630Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-20T19:33:13.630Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-20T19:33:13.630Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-20T19:33:13.771Z] docker_cli_external_volume_driver_test.go:52: [d698d491114b2] daemon is not started [2022-03-20T19:33:14.599Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-20T19:33:14.599Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-20T19:33:14.599Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-20T19:33:14.681Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-20T19:33:14.681Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-20T19:33:14.681Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-20T19:33:14.681Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-20T19:33:14.681Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-20T19:33:14.681Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-20T19:33:14.681Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-20T19:33:14.681Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-20T19:33:14.681Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-20T19:33:15.151Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-20T19:33:15.735Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-20T19:33:28.131Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-20T19:33:31.828Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-20T19:33:50.244Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-20T19:33:50.244Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-20T19:33:50.244Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-20T19:33:50.244Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-20T19:34:04.065Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-20T19:34:11.357Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-20T19:34:12.688Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-20T19:34:12.921Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-20T19:34:14.488Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-20T19:34:15.803Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-20T19:34:15.803Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-20T19:34:15.803Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-20T19:34:15.803Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-20T19:34:15.803Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-20T19:34:19.263Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-20T19:34:23.117Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-20T19:34:24.038Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-20T19:34:27.839Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-20T19:34:37.062Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-20T19:34:37.062Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-20T19:34:38.052Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-20T19:34:39.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-20T19:34:39.461Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-20T19:34:46.002Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-20T19:34:47.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-20T19:34:47.719Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-20T19:34:48.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-20T19:34:54.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-20T19:35:00.850Z] docker_cli_external_volume_driver_test.go:52: [dea839bca7521] daemon is not started [2022-03-20T19:35:04.535Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-20T19:35:14.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-20T19:35:14.989Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-20T19:35:14.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-20T19:35:15.706Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-20T19:35:25.440Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-20T19:35:25.440Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-20T19:35:25.440Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-20T19:35:25.440Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-20T19:35:25.440Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-20T19:35:33.754Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-20T19:35:34.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-20T19:35:34.137Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-20T19:35:34.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-20T19:35:34.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-20T19:35:34.137Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-20T19:35:34.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-20T19:35:34.137Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-20T19:35:34.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-20T19:35:40.162Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-20T19:35:41.152Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-20T19:35:41.152Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-20T19:35:41.623Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-20T19:35:48.602Z] docker_cli_external_volume_driver_test.go:52: [d5a31dd9ff700] daemon is not started [2022-03-20T19:36:03.454Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-20T19:36:03.454Z] docker_cli_external_volume_driver_test.go:52: [d7bbf5930145a] daemon is not started [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-20T19:36:04.583Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-20T19:36:04.583Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-20T19:36:04.583Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-20T19:36:04.583Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-20T19:36:10.470Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-20T19:36:10.470Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-20T19:36:10.470Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-20T19:36:10.470Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-20T19:36:10.470Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-20T19:36:10.470Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-20T19:36:10.470Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-20T19:36:10.470Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-20T19:36:10.470Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-20T19:36:10.471Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-20T19:36:10.471Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-20T19:36:14.262Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-20T19:36:14.262Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T19:36:14.262Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-20T19:36:14.262Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T19:36:14.262Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-20T19:36:14.262Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T19:36:14.730Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-20T19:36:15.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-20T19:36:16.858Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-20T19:36:18.299Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-20T19:36:20.668Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-20T19:36:20.668Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-20T19:36:21.141Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-20T19:36:21.141Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T19:36:21.583Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-20T19:36:21.610Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-20T19:36:23.833Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-20T19:36:23.833Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-20T19:36:23.833Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-20T19:36:28.593Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-20T19:36:30.816Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-20T19:36:30.816Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-20T19:36:30.816Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-20T19:36:30.816Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-20T19:36:30.816Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-20T19:36:32.389Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-20T19:36:33.378Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-20T19:36:34.367Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-20T19:36:34.836Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-20T19:36:35.826Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-20T19:36:39.406Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-20T19:36:39.406Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-20T19:36:39.406Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-20T19:36:39.406Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-20T19:36:39.406Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-20T19:36:39.406Z] === RUN TestDockerSuite/TestBuildFails [2022-03-20T19:36:40.666Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-20T19:36:40.666Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-20T19:36:41.723Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-20T19:36:44.681Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-20T19:36:44.681Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-20T19:36:44.681Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-20T19:36:45.671Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-20T19:36:45.672Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-20T19:36:46.140Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-20T19:36:46.610Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-20T19:36:47.749Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-20T19:36:48.830Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-20T19:36:49.819Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-20T19:36:50.347Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-20T19:36:50.808Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-20T19:36:50.808Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-20T19:36:50.808Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-20T19:36:51.797Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-20T19:36:52.266Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-20T19:36:52.266Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-20T19:36:52.735Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-20T19:36:52.735Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-20T19:36:52.735Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-20T19:36:53.968Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-20T19:36:54.839Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-20T19:36:56.184Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-20T19:36:56.653Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-20T19:36:58.622Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-20T19:37:01.997Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-20T19:37:05.199Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-20T19:37:09.157Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-20T19:37:10.142Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-20T19:37:17.305Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-20T19:37:17.305Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-20T19:37:17.305Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-20T19:37:17.305Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-20T19:37:17.768Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-20T19:37:17.768Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-20T19:37:17.768Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-20T19:37:20.045Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-20T19:37:26.777Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-20T19:37:28.677Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-20T19:37:28.677Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T19:37:28.677Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-20T19:37:37.215Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-20T19:37:41.347Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-20T19:37:41.347Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-20T19:37:41.347Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-20T19:37:41.846Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-20T19:37:42.313Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-20T19:37:44.302Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-20T19:37:44.302Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-20T19:37:44.529Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-20T19:37:44.529Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-20T19:37:44.772Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-20T19:37:44.772Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-20T19:37:44.997Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-20T19:37:45.242Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-20T19:37:45.242Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-20T19:37:45.242Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-20T19:37:45.466Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-20T19:37:45.712Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-20T19:37:45.712Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-20T19:37:45.712Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-20T19:37:45.935Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-20T19:37:51.810Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-20T19:37:52.172Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-20T19:37:52.278Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-20T19:37:52.751Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-20T19:37:53.738Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-20T19:37:54.723Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-20T19:37:55.710Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-20T19:37:57.274Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-20T19:38:04.430Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-20T19:38:04.430Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-20T19:38:04.430Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-20T19:38:04.430Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-20T19:38:04.430Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-20T19:38:04.430Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-20T19:38:04.430Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-20T19:38:04.898Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-20T19:38:04.898Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-20T19:38:05.371Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-20T19:38:06.360Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-20T19:38:06.665Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-20T19:38:12.232Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-20T19:38:21.594Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-20T19:38:22.064Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-20T19:38:22.064Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-20T19:38:22.535Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-20T19:38:24.735Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-20T19:38:28.047Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-20T19:38:33.474Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-20T19:38:33.474Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-20T19:38:33.474Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-20T19:38:33.474Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-20T19:38:42.943Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-20T19:38:52.624Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-20T19:38:54.795Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-20T19:38:55.759Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-20T19:38:56.774Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-20T19:38:57.739Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-20T19:39:00.443Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-20T19:39:08.996Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-20T19:39:11.170Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-20T19:39:15.999Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-20T19:39:28.358Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-20T19:39:28.812Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-20T19:39:34.131Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-20T19:39:41.177Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-20T19:39:43.659Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-20T19:39:48.222Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-20T19:40:01.715Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-20T19:40:01.715Z] docker_cli_external_volume_driver_test.go:484: [dff763897f32f] daemon is not started [2022-03-20T19:40:09.292Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-20T19:40:09.292Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-20T19:40:09.292Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-20T19:40:16.357Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-20T19:40:16.357Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-20T19:40:16.357Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-20T19:40:16.357Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-20T19:40:16.357Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-20T19:40:16.357Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-20T19:40:16.564Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-20T19:40:16.564Z] docker_cli_external_volume_driver_test.go:52: [d1091634e6734] daemon is not started [2022-03-20T19:40:20.151Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-20T19:40:23.267Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-20T19:40:24.908Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-20T19:40:27.863Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-20T19:40:28.057Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-20T19:40:28.057Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-20T19:40:28.057Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-20T19:40:28.335Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-20T19:40:28.336Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-20T19:40:31.291Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite (436.68s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.12s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.23s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.83s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.54s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2022-03-20T19:40:31.414Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-03-20T19:40:31.414Z] PASS [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] === Skipped [2022-03-20T19:40:31.414Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-20T19:40:31.414Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-20T19:40:31.414Z] check_test.go:308: [d699fe2a42d33] daemon is not started [2022-03-20T19:40:31.414Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-20T19:40:31.414Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-20T19:40:31.414Z] check_test.go:308: [dffc39c6e955b] daemon is not started [2022-03-20T19:40:31.414Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-20T19:40:31.414Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-20T19:40:31.414Z] check_test.go:308: [dc13427451085] daemon is not started [2022-03-20T19:40:31.414Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-20T19:40:31.414Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-20T19:40:31.414Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-20T19:40:31.414Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-20T19:40:31.414Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] DONE 271 tests, 5 skipped in 2435.390s [2022-03-20T19:40:31.414Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-20T19:40:31.414Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd8594e8a9268/docker.pid [2022-03-20T19:40:31.414Z] +++ kill 6625 [2022-03-20T19:40:31.414Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6625 is not a child of this shell [2022-03-20T19:40:31.414Z] warning: PID 6625 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd8594e8a9268/docker.pid had a nonzero exit code [2022-03-20T19:40:31.414Z] ++++ cat bundles/test-integration/docker.pid [2022-03-20T19:40:31.414Z] +++ kill 8809 [2022-03-20T19:40:31.414Z] +++ /etc/init.d/apparmor stop [2022-03-20T19:40:31.414Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] Unloading profiles will leave already running processes permanently [2022-03-20T19:40:31.414Z] unconfined, which can lead to unexpected situations. [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] To set a process to complain mode, use the command line tool [2022-03-20T19:40:31.414Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-20T19:40:31.414Z] +++ true [2022-03-20T19:40:31.414Z] exiting test-integration [2022-03-20T19:40:31.414Z] ++ exit 0 [2022-03-20T19:40:31.414Z] [2022-03-20T19:40:31.414Z] + exit 0 [2022-03-20T19:40:31.414Z] ++ jobs -p [2022-03-20T19:40:31.414Z] + pids= [2022-03-20T19:40:31.414Z] + echo 'Remaining pids to kill: []' [2022-03-20T19:40:31.414Z] Remaining pids to kill: [] [2022-03-20T19:40:31.414Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-20T19:40:31.429Z] Recording test results [2022-03-20T19:40:31.892Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-20T19:40:32.215Z] + echo Ensuring container killed. [2022-03-20T19:40:32.215Z] Ensuring container killed. [2022-03-20T19:40:32.215Z] + docker ps -aq -f name=docker-pr6-* [2022-03-20T19:40:32.215Z] + cids=d95ed5a6c19a [2022-03-20T19:40:32.215Z] 29bd13bbc3a8 [2022-03-20T19:40:32.215Z] a9d5340de5b1 [2022-03-20T19:40:32.215Z] + [ -n d95ed5a6c19a [2022-03-20T19:40:32.215Z] 29bd13bbc3a8 [2022-03-20T19:40:32.215Z] a9d5340de5b1 ] [2022-03-20T19:40:32.215Z] + docker rm -vf d95ed5a6c19a 29bd13bbc3a8 a9d5340de5b1 [2022-03-20T19:40:32.277Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-20T19:40:33.145Z] d95ed5a6c19a [2022-03-20T19:40:33.145Z] 29bd13bbc3a8 [2022-03-20T19:40:33.145Z] a9d5340de5b1 [Pipeline] sh [2022-03-20T19:40:33.425Z] + echo Chowning /workspace to jenkins user [2022-03-20T19:40:33.425Z] Chowning /workspace to jenkins user [2022-03-20T19:40:33.425Z] + id -u [2022-03-20T19:40:33.425Z] + id -g [2022-03-20T19:40:33.425Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42624:/workspace busybox chown -R 1000:1000 /workspace [2022-03-20T19:40:34.495Z] === RUN TestDockerSuite/TestBuildOnBuild [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-20T19:40:36.235Z] + bundleName=amd64 [2022-03-20T19:40:36.235Z] + echo Creating amd64-bundles.tar.gz [2022-03-20T19:40:36.235Z] Creating amd64-bundles.tar.gz [2022-03-20T19:40:36.235Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-20T19:40:36.235Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-20T19:40:37.653Z] Archiving artifacts [2022-03-20T19:40:38.232Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T19:40:38.561Z] + make clean [2022-03-20T19:40:38.561Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T19:40:38.561Z] docker-dev-cache [2022-03-20T19:40:38.561Z] docker-mod-cache [Pipeline] deleteDir [2022-03-20T19:40:38.985Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-20T19:40:38.985Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-20T19:40:38.985Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-20T19:40:38.985Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-20T19:40:38.985Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-20T19:40:38.985Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-20T19:40:39.458Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-20T19:40:41.027Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-20T19:40:41.027Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-20T19:40:41.027Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T19:40:41.502Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-20T19:40:41.973Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-20T19:40:44.903Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-20T19:40:46.467Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-20T19:40:50.649Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-20T19:40:55.423Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-20T19:40:58.962Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-20T19:41:01.294Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-20T19:41:01.294Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-20T19:41:01.294Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-20T19:41:01.294Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-20T19:41:01.765Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-20T19:41:01.765Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-20T19:41:01.765Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-20T19:41:01.765Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-20T19:41:01.918Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-20T19:41:02.236Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-20T19:41:02.236Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-20T19:41:02.236Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-20T19:41:06.996Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-20T19:41:06.996Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T19:41:06.996Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-20T19:41:06.996Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T19:41:06.996Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-20T19:41:06.996Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T19:41:06.996Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-20T19:41:08.564Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-20T19:41:12.358Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-20T19:41:15.768Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-20T19:41:17.114Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-20T19:41:21.882Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-20T19:41:23.448Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-20T19:41:23.449Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-20T19:41:23.449Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-20T19:41:23.449Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-20T19:41:23.449Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-20T19:41:25.666Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-20T19:41:25.666Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-20T19:41:25.666Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-20T19:41:33.604Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-20T19:41:34.073Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-20T19:41:34.073Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-20T19:41:34.073Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-20T19:41:34.073Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-20T19:41:34.073Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-20T19:41:34.073Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-20T19:41:34.073Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-20T19:41:34.073Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-20T19:41:34.073Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-20T19:41:34.073Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-20T19:41:34.073Z] === RUN TestDockerSuite/TestBuildFails [2022-03-20T19:41:37.871Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-20T19:41:37.871Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-20T19:41:46.543Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-20T19:41:55.190Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-20T19:42:05.518Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-20T19:42:09.891Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-20T19:42:10.873Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-20T19:42:11.838Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-20T19:42:12.614Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-20T19:42:13.574Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-20T19:42:16.595Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-20T19:42:22.119Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-20T19:42:22.119Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-20T19:42:22.119Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-20T19:42:22.119Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-20T19:42:22.577Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-20T19:42:22.577Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-20T19:42:22.577Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-20T19:42:34.272Z] === RUN TestDockerSuite/TestBuildRm [2022-03-20T19:42:34.953Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-20T19:42:34.953Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T19:42:34.953Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-20T19:42:47.536Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-20T19:42:49.066Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-20T19:42:49.741Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-20T19:42:50.706Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-20T19:42:51.955Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-20T19:42:51.955Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-20T19:42:51.955Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-20T19:42:51.955Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-20T19:42:52.412Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-20T19:42:54.435Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-20T19:42:54.435Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-20T19:42:54.435Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-20T19:42:54.577Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-20T19:42:54.892Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-20T19:42:55.349Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-20T19:42:56.106Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-20T19:42:59.247Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-20T19:43:01.128Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-20T19:43:02.679Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-20T19:43:02.967Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-20T19:43:03.647Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-20T19:43:04.613Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-20T19:43:05.575Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-20T19:43:06.537Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-20T19:43:08.703Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-20T19:43:08.744Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-20T19:43:13.769Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-20T19:43:17.268Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-20T19:43:17.268Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-20T19:43:17.268Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-20T19:43:17.725Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-20T19:43:18.183Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-20T19:43:25.670Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-20T19:43:26.317Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-20T19:43:27.285Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-20T19:43:27.743Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-20T19:43:38.122Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-20T19:43:38.122Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-20T19:43:43.992Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-20T19:43:43.992Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-20T19:43:48.755Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-20T19:43:50.888Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-20T19:43:50.888Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-20T19:43:50.888Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-20T19:43:50.888Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-20T19:43:59.407Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-20T19:44:09.992Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-20T19:44:09.993Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-20T19:44:09.993Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-20T19:44:13.785Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-20T19:44:15.351Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-20T19:44:17.248Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-20T19:44:21.223Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-20T19:44:25.970Z] === RUN TestDockerSuite/TestBuildUser [2022-03-20T19:44:25.970Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-20T19:44:25.970Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-20T19:44:25.970Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-20T19:44:25.970Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-20T19:44:25.970Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-20T19:44:25.970Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-20T19:44:27.718Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-20T19:44:30.727Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-20T19:44:31.196Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-20T19:44:35.000Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-20T19:44:35.000Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-20T19:44:35.000Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-20T19:44:35.000Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-20T19:44:35.000Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-20T19:44:41.799Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-20T19:44:56.754Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-20T19:45:00.292Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-20T19:45:00.764Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-20T19:45:05.444Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-20T19:45:11.176Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-20T19:45:14.061Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-20T19:45:18.226Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-20T19:45:18.226Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-20T19:45:18.226Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-20T19:45:18.226Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-20T19:45:18.226Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-20T19:45:21.119Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-20T19:45:21.119Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T19:45:21.575Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-20T19:45:22.602Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-20T19:45:33.999Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-20T19:45:38.673Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-20T19:45:38.673Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-20T19:45:47.765Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-20T19:45:47.765Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-20T19:45:47.765Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-20T19:45:56.331Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-20T19:45:56.331Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-20T19:45:56.331Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-20T19:45:56.331Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-20T19:45:56.331Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-20T19:45:56.331Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-20T19:45:56.331Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-20T19:45:56.331Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-20T19:45:58.070Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-20T19:45:58.070Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-20T19:45:58.070Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-20T19:45:58.070Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-20T19:45:58.070Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-20T19:45:58.070Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-20T19:46:01.798Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-20T19:46:04.875Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-20T19:46:07.044Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-20T19:46:07.044Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-20T19:46:07.503Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-20T19:46:07.504Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-20T19:46:07.504Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-20T19:46:07.504Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T19:46:07.504Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-20T19:46:08.861Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-20T19:46:09.671Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-20T19:46:11.753Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-20T19:46:12.212Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-20T19:46:12.212Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-20T19:46:15.104Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-20T19:46:16.071Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-20T19:46:17.601Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-20T19:46:19.427Z] === RUN TestDockerSuite/TestCommitChange [2022-03-20T19:46:25.595Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-20T19:46:31.325Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-20T19:46:31.325Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-20T19:46:31.325Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-20T19:46:32.405Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-20T19:46:32.405Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-20T19:46:37.067Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-20T19:46:37.067Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T19:46:37.067Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-20T19:46:44.760Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-20T19:46:48.405Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-20T19:46:48.862Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-20T19:46:48.862Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-20T19:46:48.862Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-20T19:46:48.862Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-20T19:46:48.862Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-20T19:46:48.862Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-20T19:46:48.862Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-20T19:46:48.862Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-20T19:46:50.535Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-20T19:46:54.780Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-20T19:46:54.780Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-20T19:46:54.780Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-20T19:46:54.780Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-20T19:46:56.319Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-20T19:46:57.411Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-20T19:47:02.098Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-20T19:47:02.098Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-20T19:47:02.098Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-20T19:47:02.098Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-20T19:47:02.555Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-20T19:47:02.555Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-20T19:47:02.555Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-20T19:47:02.555Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-20T19:47:02.555Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-20T19:47:02.555Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-20T19:47:02.555Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-20T19:47:02.904Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-20T19:47:05.953Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-20T19:47:05.953Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T19:47:05.953Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-20T19:47:07.229Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-20T19:47:07.229Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T19:47:07.229Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-20T19:47:07.229Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T19:47:07.229Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-20T19:47:07.229Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T19:47:07.229Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-20T19:47:08.119Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-20T19:47:08.119Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-20T19:47:08.119Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-20T19:47:08.119Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T19:47:08.119Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-20T19:47:08.119Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-20T19:47:08.119Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-20T19:47:08.193Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-20T19:47:09.977Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-20T19:47:11.014Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-20T19:47:11.014Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-20T19:47:11.014Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-20T19:47:11.014Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-20T19:47:13.907Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-20T19:47:13.907Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-20T19:47:13.907Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-20T19:47:13.907Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-20T19:47:13.907Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-20T19:47:13.907Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-20T19:47:13.907Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-20T19:47:13.907Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-20T19:47:13.970Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-20T19:47:15.789Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-20T19:47:17.320Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-20T19:47:17.320Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-20T19:47:17.320Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-20T19:47:17.320Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-20T19:47:17.320Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-20T19:47:17.627Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-20T19:47:19.794Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-20T19:47:21.050Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-20T19:47:21.050Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-20T19:47:21.050Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-20T19:47:21.964Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-20T19:47:21.964Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-20T19:47:21.964Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-20T19:47:21.964Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-20T19:47:24.856Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-20T19:47:24.856Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-20T19:47:27.752Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-20T19:47:27.752Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T19:47:27.752Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-20T19:47:27.752Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:47:27.752Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-20T19:47:30.644Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-20T19:47:30.644Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-20T19:47:32.813Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-20T19:47:32.813Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-20T19:47:32.813Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-20T19:47:35.109Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-20T19:47:35.109Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-20T19:47:35.109Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-20T19:47:35.109Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-20T19:47:35.109Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-20T19:47:35.109Z] === RUN TestDockerSuite/TestBuildFails [2022-03-20T19:47:36.537Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-20T19:47:36.537Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-20T19:47:39.436Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-20T19:47:40.894Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-20T19:47:40.894Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-20T19:47:44.105Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-20T19:47:48.795Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-20T19:47:48.795Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-20T19:47:48.795Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-20T19:47:48.795Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-20T19:47:48.795Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-20T19:47:50.972Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-20T19:47:50.972Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-20T19:47:50.972Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-20T19:47:53.278Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-20T19:47:53.866Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-20T19:47:53.866Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-20T19:47:53.866Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-20T19:47:56.762Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-20T19:47:56.762Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-20T19:47:59.057Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-20T19:48:01.435Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-20T19:48:04.333Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-20T19:48:04.333Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-20T19:48:04.333Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-20T19:48:04.333Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-20T19:48:04.333Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-20T19:48:04.333Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-20T19:48:04.333Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-20T19:48:04.333Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-20T19:48:04.333Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-20T19:48:04.333Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-20T19:48:04.333Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-20T19:48:06.132Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-20T19:48:06.143Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-20T19:48:06.143Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-20T19:48:09.034Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-20T19:48:11.924Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-20T19:48:13.186Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-20T19:48:14.820Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-20T19:48:15.367Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-20T19:48:16.988Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009ce28_} [2022-03-20T19:48:19.893Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14039490541_c:\foo_false____} [2022-03-20T19:48:21.456Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-20T19:48:22.440Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-20T19:48:22.440Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-20T19:48:22.440Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-20T19:48:22.440Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-20T19:48:22.801Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14039490541_c:\foo_true____} [2022-03-20T19:48:23.414Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-20T19:48:23.414Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-20T19:48:23.414Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-20T19:48:25.700Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-20T19:48:25.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-20T19:48:26.156Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-20T19:48:26.157Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-20T19:48:26.157Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-20T19:48:26.157Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-20T19:48:26.157Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-20T19:48:26.157Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-20T19:48:26.157Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-20T19:48:26.157Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-20T19:48:26.157Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-20T19:48:26.157Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-20T19:48:26.157Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-20T19:48:29.046Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.046Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-20T19:48:29.046Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.503Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-20T19:48:29.503Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.503Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-20T19:48:29.503Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.503Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-20T19:48:29.503Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.503Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-20T19:48:29.503Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T19:48:29.503Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-20T19:48:32.399Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-20T19:48:32.399Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-20T19:48:32.399Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-20T19:48:32.399Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-20T19:48:35.291Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-20T19:48:35.291Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-20T19:48:35.291Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-20T19:48:35.291Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-20T19:48:35.291Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-20T19:48:35.291Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-20T19:48:35.291Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-20T19:48:38.218Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-20T19:48:38.218Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T19:48:38.218Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-20T19:48:41.062Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-20T19:48:42.527Z] === RUN TestDockerSuite/TestBuildRm [2022-03-20T19:48:43.957Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-20T19:48:43.958Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T19:48:43.958Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-20T19:48:43.958Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-20T19:48:43.958Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-20T19:48:53.009Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-20T19:48:53.466Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-20T19:48:55.642Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-20T19:48:55.642Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-20T19:48:56.104Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-20T19:48:56.306Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-20T19:48:56.306Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-20T19:48:56.306Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-20T19:48:56.306Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T19:48:56.306Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-20T19:48:57.072Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-20T19:48:57.072Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-20T19:49:00.222Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-20T19:49:02.114Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-20T19:49:03.648Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-20T19:49:03.958Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-20T19:49:03.959Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-20T19:49:03.959Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-20T19:49:03.959Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-20T19:49:04.105Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-20T19:49:04.425Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-20T19:49:05.197Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-20T19:49:05.197Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-20T19:49:05.197Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-20T19:49:05.197Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-20T19:49:05.197Z] === RUN TestDockerSuite/TestCpToDot [2022-03-20T19:49:05.640Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-20T19:49:05.955Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-20T19:49:06.097Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-20T19:49:07.629Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-20T19:49:08.916Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-20T19:49:08.916Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-20T19:49:08.916Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-20T19:49:08.916Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-20T19:49:08.916Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-20T19:49:09.166Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-20T19:49:11.734Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-20T19:49:11.811Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-20T19:49:11.811Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T19:49:11.811Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-20T19:49:11.811Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-20T19:49:11.811Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-20T19:49:11.811Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-20T19:49:11.811Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-20T19:49:11.811Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-20T19:49:11.811Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-20T19:49:11.811Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-20T19:49:12.266Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-20T19:49:14.431Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-20T19:49:16.412Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-20T19:49:17.322Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-20T19:49:17.720Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-20T19:49:17.720Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-20T19:49:17.720Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-20T19:49:17.777Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-20T19:49:17.777Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-20T19:49:18.686Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-20T19:49:19.945Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-20T19:49:20.906Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-20T19:49:21.361Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-20T19:49:21.361Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-20T19:49:21.361Z] === RUN TestDockerSuite/TestCreateRM [2022-03-20T19:49:21.818Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-20T19:49:21.818Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T19:49:21.818Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-20T19:49:21.818Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-20T19:49:22.779Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-20T19:49:23.497Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-20T19:49:24.467Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-20T19:49:33.072Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-20T19:49:33.072Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-20T19:49:33.072Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-20T19:49:36.789Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-20T19:49:36.789Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-20T19:49:36.789Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-20T19:49:36.789Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-20T19:49:39.680Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-20T19:49:39.680Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-20T19:49:39.680Z] === RUN TestDockerSuite/TestDockerFails [2022-03-20T19:49:40.137Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-20T19:49:40.137Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-20T19:49:40.137Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-20T19:49:40.137Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-20T19:49:40.137Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-20T19:49:40.137Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-20T19:49:40.137Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-20T19:49:40.137Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-20T19:49:40.137Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-20T19:49:40.137Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-20T19:49:40.137Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-20T19:49:43.031Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-20T19:49:44.565Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-20T19:49:45.527Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-20T19:49:45.925Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-20T19:49:46.490Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-20T19:49:48.819Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-20T19:49:54.394Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-20T19:49:54.394Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-20T19:49:54.394Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-20T19:49:54.394Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-20T19:49:56.789Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-20T19:49:57.247Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-20T19:49:59.113Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-20T19:50:04.319Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-20T19:50:04.319Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-20T19:50:04.884Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-20T19:50:10.102Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-20T19:50:10.660Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-20T19:50:13.552Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-20T19:50:14.514Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-20T19:50:19.183Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-20T19:50:20.145Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-20T19:50:21.676Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-20T19:50:27.449Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-20T19:50:34.501Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-20T19:50:34.501Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-20T19:50:34.501Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-20T19:50:34.501Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T19:50:34.501Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-20T19:50:34.501Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-20T19:50:34.501Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-20T19:50:34.501Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-20T19:50:34.501Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-20T19:50:35.463Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-20T19:50:35.463Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-20T19:50:35.463Z] === RUN TestDockerSuite/TestEventsRename [2022-03-20T19:50:36.898Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-20T19:50:38.353Z] === RUN TestDockerSuite/TestEventsResize [2022-03-20T19:50:40.027Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-20T19:50:40.027Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-20T19:50:40.027Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-20T19:50:42.919Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-20T19:50:45.086Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-20T19:50:46.896Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-20T19:50:49.810Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-20T19:50:52.175Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-20T19:50:52.717Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-20T19:50:54.565Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-20T19:50:57.960Z] === RUN TestDockerSuite/TestBuildUser [2022-03-20T19:50:57.960Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-20T19:50:57.960Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-20T19:50:57.960Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-20T19:50:57.960Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-20T19:50:57.960Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-20T19:50:57.960Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-20T19:50:58.291Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-20T19:50:58.494Z] === RUN TestDockerSuite/TestEventsTop [2022-03-20T19:50:58.494Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-20T19:50:58.494Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-20T19:51:00.660Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-20T19:51:03.737Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-20T19:51:04.194Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-20T19:51:05.361Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-20T19:51:06.430Z] === RUN TestDockerSuite/TestExec [2022-03-20T19:51:06.430Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T19:51:06.430Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-20T19:51:06.430Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-20T19:51:06.430Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-20T19:51:08.598Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-20T19:51:08.875Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-20T19:51:08.875Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-20T19:51:08.875Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-20T19:51:08.875Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-20T19:51:08.875Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-20T19:51:10.771Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-20T19:51:10.771Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T19:51:10.772Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-20T19:51:10.772Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T19:51:10.772Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-20T19:51:10.772Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-20T19:51:10.772Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-20T19:51:12.442Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-20T19:51:12.939Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-20T19:51:15.232Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-20T19:51:18.122Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-20T19:51:20.293Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-20T19:51:26.063Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-20T19:51:26.063Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-20T19:51:26.063Z] === RUN TestDockerSuite/TestExecEnv [2022-03-20T19:51:26.063Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T19:51:26.063Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-20T19:51:26.063Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-20T19:51:26.063Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-20T19:51:28.239Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-20T19:51:32.913Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-20T19:51:32.913Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-20T19:51:33.369Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-20T19:51:33.369Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-20T19:51:33.369Z] === RUN TestDockerSuite/TestExecParseError [2022-03-20T19:51:33.369Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-20T19:51:33.369Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-20T19:51:33.369Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-20T19:51:33.370Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-20T19:51:33.370Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-20T19:51:33.370Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-20T19:51:33.625Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-20T19:51:33.625Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-20T19:51:33.625Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-20T19:51:36.262Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-20T19:51:36.262Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-20T19:51:36.262Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-20T19:51:36.262Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-20T19:51:36.262Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-20T19:51:36.262Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-20T19:51:36.262Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-20T19:51:36.262Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-20T19:51:36.262Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-20T19:51:36.262Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-20T19:51:36.262Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-20T19:51:38.431Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-20T19:51:38.431Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-20T19:51:38.431Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-20T19:51:38.893Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-20T19:51:38.894Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-20T19:51:45.502Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-20T19:51:45.502Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-20T19:51:45.502Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-20T19:51:45.502Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-20T19:51:45.502Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-20T19:51:45.502Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-20T19:51:45.502Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-20T19:51:45.987Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-20T19:51:46.450Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-20T19:51:46.450Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-20T19:51:46.450Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-20T19:51:46.450Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-20T19:51:46.450Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-20T19:51:50.187Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-20T19:51:51.256Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-20T19:51:51.570Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-20T19:51:54.861Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-20T19:51:57.032Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-20T19:51:57.032Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-20T19:51:57.488Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-20T19:51:57.488Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-20T19:51:57.488Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-20T19:51:58.623Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-20T19:52:00.792Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-20T19:52:01.215Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-20T19:52:01.215Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T19:52:02.188Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-20T19:52:03.422Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-20T19:52:03.422Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-20T19:52:03.422Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-20T19:52:05.599Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-20T19:52:07.136Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-20T19:52:07.849Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestHealth [2022-03-20T19:52:07.849Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-20T19:52:07.849Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-20T19:52:08.668Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-20T19:52:13.619Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-20T19:52:13.619Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-20T19:52:13.619Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-20T19:52:13.619Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-20T19:52:13.619Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-20T19:52:13.619Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-20T19:52:14.075Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-20T19:52:14.535Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-20T19:52:14.535Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-20T19:52:14.535Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-20T19:52:16.064Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-20T19:52:16.064Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-20T19:52:18.230Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-20T19:52:18.686Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-20T19:52:19.854Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-20T19:52:21.580Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-20T19:52:23.578Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-20T19:52:24.034Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-20T19:52:24.477Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-20T19:52:24.477Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-20T19:52:24.477Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T19:52:24.477Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-20T19:52:26.323Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-20T19:52:26.323Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-20T19:52:33.064Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportFile [2022-03-20T19:52:33.064Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-20T19:52:33.064Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-20T19:52:33.064Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-20T19:52:33.064Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-20T19:52:33.064Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-20T19:52:33.064Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-20T19:52:33.064Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-20T19:52:33.064Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-20T19:52:33.064Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T19:52:33.064Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-20T19:52:36.626Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-20T19:52:38.797Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-20T19:52:38.797Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-20T19:52:38.797Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T19:52:38.797Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-20T19:52:38.797Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-20T19:52:38.797Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-20T19:52:38.797Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-20T19:52:38.797Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-20T19:52:38.797Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-20T19:52:41.304Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-20T19:52:41.684Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-20T19:52:41.684Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-20T19:52:42.141Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-20T19:52:42.141Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-20T19:52:42.598Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-20T19:52:42.598Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-20T19:52:42.598Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-20T19:52:44.126Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-20T19:52:44.598Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-20T19:52:44.598Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-20T19:52:44.598Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-20T19:52:44.598Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-20T19:52:44.598Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-20T19:52:44.598Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-20T19:52:44.598Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-20T19:52:44.598Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-20T19:52:44.598Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-20T19:52:50.440Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-20T19:52:51.611Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-20T19:52:56.263Z] === RUN TestDockerSuite/TestInspectImage [2022-03-20T19:52:56.263Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T19:52:56.263Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-20T19:52:56.263Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T19:52:56.263Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-20T19:52:56.263Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T19:52:56.263Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-20T19:52:56.263Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-20T19:52:56.541Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-20T19:52:57.392Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-20T19:52:57.504Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-20T19:52:57.504Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-20T19:52:57.963Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-20T19:52:57.963Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-20T19:52:57.963Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-20T19:52:57.963Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T19:52:58.421Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-20T19:52:58.784Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-20T19:52:58.784Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-20T19:52:58.784Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-20T19:53:00.595Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-20T19:53:00.595Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T19:53:00.595Z] === RUN TestDockerSuite/TestCommitChange [2022-03-20T19:53:01.683Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-20T19:53:01.683Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-20T19:53:01.683Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-20T19:53:01.683Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-20T19:53:03.178Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-20T19:53:03.860Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-20T19:53:04.145Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-20T19:53:04.145Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-20T19:53:04.145Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-20T19:53:04.145Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-20T19:53:04.145Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-20T19:53:07.042Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-20T19:53:07.042Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-20T19:53:07.042Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-20T19:53:07.586Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-20T19:53:07.708Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-20T19:53:13.363Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-20T19:53:13.481Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-20T19:53:13.481Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-20T19:53:13.481Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-20T19:53:16.259Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-20T19:53:19.160Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-20T19:53:22.052Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-20T19:53:23.779Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-20T19:53:23.779Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T19:53:23.779Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-20T19:53:24.950Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-20T19:53:28.672Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-20T19:53:31.564Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-20T19:53:31.564Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-20T19:53:31.564Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-20T19:53:31.564Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-20T19:53:34.086Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-20T19:53:34.456Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-20T19:53:36.672Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-20T19:53:41.241Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-20T19:53:41.241Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-20T19:53:41.241Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-20T19:53:41.241Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-20T19:53:41.241Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-20T19:53:41.241Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-20T19:53:41.241Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-20T19:53:41.241Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-20T19:53:43.834Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-20T19:53:46.058Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-20T19:53:46.058Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-20T19:53:46.058Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-20T19:53:48.275Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-20T19:53:48.275Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-20T19:53:51.692Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-20T19:53:55.437Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-20T19:54:00.366Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-20T19:54:00.366Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T19:54:00.366Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-20T19:54:02.606Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-20T19:54:04.169Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-20T19:54:04.169Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-20T19:54:04.169Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-20T19:54:04.169Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T19:54:04.169Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-20T19:54:04.169Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-20T19:54:04.169Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-20T19:54:07.548Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-20T19:54:07.974Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-20T19:54:07.974Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-20T19:54:07.974Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-20T19:54:07.974Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-20T19:54:11.281Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-20T19:54:11.771Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-20T19:54:11.771Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-20T19:54:11.771Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-20T19:54:11.771Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-20T19:54:11.771Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-20T19:54:11.771Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-20T19:54:11.771Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-20T19:54:11.771Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-20T19:54:12.848Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-20T19:54:15.799Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-20T19:54:15.799Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-20T19:54:15.799Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-20T19:54:16.533Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-20T19:54:18.754Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-20T19:54:20.326Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-20T19:54:21.708Z] === RUN TestDockerSuite/TestLogsSince [2022-03-20T19:54:24.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-20T19:54:24.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-20T19:54:24.122Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-20T19:54:24.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-20T19:54:28.890Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-20T19:54:28.890Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-20T19:54:31.842Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-20T19:54:31.842Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T19:54:31.842Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-20T19:54:31.842Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:54:31.842Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-20T19:54:32.131Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-20T19:54:32.131Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-20T19:54:32.131Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-20T19:54:32.131Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-20T19:54:32.131Z] === RUN TestDockerSuite/TestLogsTail [2022-03-20T19:54:34.355Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-20T19:54:35.651Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-20T19:54:35.651Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-20T19:54:38.148Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-20T19:54:39.445Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-20T19:54:39.445Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-20T19:54:39.445Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-20T19:54:41.099Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-20T19:54:41.099Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestNetHostname [2022-03-20T19:54:41.099Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-20T19:54:41.099Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-20T19:54:41.099Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-20T19:54:41.099Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginActive [2022-03-20T19:54:41.099Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-20T19:54:41.099Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-20T19:54:41.099Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-20T19:54:41.099Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-20T19:54:41.099Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-20T19:54:41.099Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-20T19:54:41.099Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-20T19:54:41.099Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-20T19:54:41.099Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-20T19:54:41.099Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPortList [2022-03-20T19:54:41.099Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-20T19:54:41.099Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-20T19:54:43.430Z] === RUN TestDockerSuite/TestBuildRm [2022-03-20T19:54:44.212Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-20T19:54:44.212Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-20T19:54:46.967Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-20T19:54:46.967Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-20T19:54:46.967Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-20T19:54:48.003Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-20T19:54:52.836Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-20T19:54:52.836Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-20T19:54:52.836Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-20T19:54:53.880Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-20T19:54:55.967Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-20T19:54:59.766Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-20T19:54:59.766Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-20T19:54:59.766Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-20T19:54:59.766Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-20T19:55:00.235Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-20T19:55:01.043Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-20T19:55:01.043Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-20T19:55:01.043Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-20T19:55:01.043Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-20T19:55:01.043Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-20T19:55:02.455Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-20T19:55:03.276Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-20T19:55:03.276Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-20T19:55:03.276Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-20T19:55:04.838Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-20T19:55:04.838Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-20T19:55:04.838Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-20T19:55:06.254Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-20T19:55:08.638Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-20T19:55:08.639Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-20T19:55:08.639Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-20T19:55:11.048Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-20T19:55:12.435Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-20T19:55:12.436Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-20T19:55:13.705Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-20T19:55:15.814Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-20T19:55:18.312Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-20T19:55:21.266Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-20T19:55:21.266Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-20T19:55:21.266Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-20T19:55:21.266Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-20T19:55:21.266Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-20T19:55:21.266Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-20T19:55:21.266Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-20T19:55:21.266Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-20T19:55:21.734Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-20T19:55:21.734Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-20T19:55:21.734Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-20T19:55:24.665Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-20T19:55:24.665Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-20T19:55:28.424Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-20T19:55:31.385Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-20T19:55:31.510Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-20T19:55:31.510Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-20T19:55:31.510Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-20T19:55:31.510Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-20T19:55:33.622Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-20T19:55:34.616Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-20T19:55:35.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-20T19:55:35.606Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-20T19:55:38.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000464690_} [2022-03-20T19:55:41.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11158039016_c:\foo_false____} [2022-03-20T19:55:44.006Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-20T19:55:45.856Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11158039016_c:\foo_true____} [2022-03-20T19:55:47.870Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-20T19:55:48.127Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-20T19:55:48.127Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-20T19:55:48.810Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-20T19:55:48.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-20T19:55:49.279Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-20T19:55:49.279Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-20T19:55:49.279Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-20T19:55:49.279Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-20T19:55:49.279Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-20T19:55:49.279Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-20T19:55:49.279Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-20T19:55:49.279Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-20T19:55:49.279Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-20T19:55:49.279Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-20T19:55:49.279Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-20T19:55:53.076Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-20T19:55:53.076Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-20T19:55:53.076Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T19:55:53.076Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-20T19:55:54.016Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-20T19:55:54.016Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-20T19:55:56.536Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-20T19:55:56.868Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-20T19:55:56.868Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-20T19:55:56.868Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-20T19:55:56.868Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-20T19:55:59.897Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-20T19:56:00.667Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-20T19:56:00.667Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-20T19:56:00.667Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-20T19:56:00.667Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-20T19:56:00.667Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-20T19:56:00.667Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-20T19:56:00.667Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-20T19:56:02.405Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-20T19:56:02.405Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-20T19:56:02.405Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-20T19:56:02.405Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-20T19:56:02.405Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-20T19:56:07.839Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-20T19:56:08.273Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-20T19:56:08.273Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T19:56:08.273Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-20T19:56:08.273Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-20T19:56:08.273Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-20T19:56:08.273Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-20T19:56:08.273Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-20T19:56:08.273Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-20T19:56:08.273Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-20T19:56:11.643Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-20T19:56:11.643Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T19:56:11.643Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-20T19:56:11.643Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-20T19:56:11.643Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-20T19:56:15.440Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-20T19:56:15.440Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-20T19:56:15.440Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-20T19:56:17.653Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-20T19:56:17.653Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-20T19:56:17.653Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-20T19:56:18.641Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-20T19:56:19.630Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-20T19:56:19.630Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-20T19:56:19.630Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-20T19:56:24.392Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-20T19:56:25.208Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-20T19:56:25.208Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-20T19:56:25.208Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-20T19:56:26.197Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-20T19:56:26.595Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-20T19:56:26.595Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-20T19:56:26.595Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-20T19:56:26.595Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T19:56:26.595Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-20T19:56:27.764Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-20T19:56:30.275Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-20T19:56:33.232Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-20T19:56:33.640Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-20T19:56:39.105Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-20T19:56:39.106Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-20T19:56:39.106Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-20T19:56:39.106Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-20T19:56:39.106Z] === RUN TestDockerSuite/TestCpToDot [2022-03-20T19:56:39.524Z] === RUN TestDockerSuite/TestBuildUser [2022-03-20T19:56:39.524Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-20T19:56:39.524Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-20T19:56:39.524Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-20T19:56:39.524Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-20T19:56:39.524Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-20T19:56:39.524Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-20T19:56:41.324Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-20T19:56:41.324Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-20T19:56:41.324Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-20T19:56:41.324Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-20T19:56:41.324Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-20T19:56:44.282Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-20T19:56:45.129Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-20T19:56:45.129Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T19:56:45.129Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-20T19:56:45.129Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-20T19:56:45.129Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-20T19:56:45.129Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-20T19:56:45.129Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-20T19:56:45.129Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-20T19:56:45.129Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-20T19:56:45.271Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-20T19:56:45.598Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-20T19:56:45.598Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-20T19:56:48.569Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-20T19:56:49.082Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-20T19:56:49.082Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-20T19:56:49.082Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-20T19:56:49.082Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-20T19:56:49.082Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-20T19:56:51.517Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-20T19:56:51.972Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-20T19:56:52.428Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-20T19:56:55.320Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-20T19:56:56.286Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-20T19:56:56.743Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-20T19:56:56.743Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-20T19:56:56.743Z] === RUN TestDockerSuite/TestCreateRM [2022-03-20T19:56:57.199Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-20T19:56:57.199Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T19:56:57.199Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-20T19:56:57.666Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-20T19:56:58.128Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-20T19:56:58.506Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-20T19:56:58.506Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T19:56:58.506Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-20T19:57:05.553Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-20T19:57:05.553Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-20T19:57:05.553Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-20T19:57:06.518Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-20T19:57:10.492Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-20T19:57:10.493Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-20T19:57:10.493Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-20T19:57:12.358Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-20T19:57:14.212Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-20T19:57:14.212Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-20T19:57:14.212Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-20T19:57:14.212Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-20T19:57:14.365Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-20T19:57:15.329Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-20T19:57:17.934Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-20T19:57:17.934Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDockerFails [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-20T19:57:17.934Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-20T19:57:17.934Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-20T19:57:17.934Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-20T19:57:17.934Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-20T19:57:17.934Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-20T19:57:17.934Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-20T19:57:18.131Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-20T19:57:18.131Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T19:57:18.131Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-20T19:57:18.390Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-20T19:57:22.109Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-20T19:57:22.807Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-20T19:57:22.807Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-20T19:57:23.262Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-20T19:57:25.630Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-20T19:57:25.840Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-20T19:57:29.561Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-20T19:57:38.015Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-20T19:57:38.016Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-20T19:57:38.016Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-20T19:57:38.016Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-20T19:57:38.016Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-20T19:57:40.184Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-20T19:57:40.184Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T19:57:40.645Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-20T19:57:40.901Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-20T19:57:41.912Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-20T19:57:42.438Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-20T19:57:43.399Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-20T19:57:48.973Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-20T19:57:50.453Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-20T19:57:55.428Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-20T19:57:56.039Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-20T19:57:56.228Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-20T19:57:59.161Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-20T19:57:59.161Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-20T19:57:59.767Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-20T19:58:00.223Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-20T19:58:06.518Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-20T19:58:07.275Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-20T19:58:07.275Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-20T19:58:08.805Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-20T19:58:10.235Z] === RUN TestDockerSuite/TestRmiTag [2022-03-20T19:58:11.195Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-20T19:58:14.090Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-20T19:58:15.858Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-20T19:58:20.236Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-20T19:58:20.236Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-20T19:58:20.236Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-20T19:58:20.236Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-20T19:58:20.694Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-20T19:58:20.694Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-20T19:58:20.694Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-20T19:58:22.222Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-20T19:58:22.914Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-20T19:58:23.369Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-20T19:58:23.369Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-20T19:58:23.369Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T19:58:23.369Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-20T19:58:23.369Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-20T19:58:23.369Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-20T19:58:23.369Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-20T19:58:23.369Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-20T19:58:24.906Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-20T19:58:24.906Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-20T19:58:24.906Z] === RUN TestDockerSuite/TestEventsRename [2022-03-20T19:58:28.639Z] === RUN TestDockerSuite/TestEventsResize [2022-03-20T19:58:32.538Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-20T19:58:34.077Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-20T19:58:34.077Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-20T19:58:34.533Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-20T19:58:34.533Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-20T19:58:34.533Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-20T19:58:34.533Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T19:58:34.533Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-20T19:58:35.139Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-20T19:58:37.304Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-20T19:58:37.429Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-20T19:58:42.105Z] === RUN TestDockerSuite/TestCommitChange [2022-03-20T19:58:43.078Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-20T19:58:44.607Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-20T19:58:44.607Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-20T19:58:46.774Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-20T19:58:46.774Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-20T19:58:46.774Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-20T19:58:46.774Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-20T19:58:46.774Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-20T19:58:47.883Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-20T19:58:52.551Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-20T19:58:53.659Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-20T19:58:53.659Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-20T19:58:53.659Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-20T19:58:55.440Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-20T19:58:58.329Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-20T19:59:01.863Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-20T19:59:04.282Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-20T19:59:05.222Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-20T19:59:05.222Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-20T19:59:06.021Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-20T19:59:06.021Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T19:59:06.021Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-20T19:59:06.452Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-20T19:59:10.990Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-20T19:59:10.990Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-20T19:59:11.141Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-20T19:59:13.165Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-20T19:59:13.165Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-20T19:59:13.165Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-20T19:59:16.881Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-20T19:59:16.882Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-20T19:59:16.882Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-20T19:59:16.882Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-20T19:59:16.882Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-20T19:59:16.923Z] === RUN TestDockerSuite/TestEventsTop [2022-03-20T19:59:16.923Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-20T19:59:16.923Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-20T19:59:19.050Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-20T19:59:19.050Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-20T19:59:19.810Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-20T19:59:20.812Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-20T19:59:21.214Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-20T19:59:23.708Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-20T19:59:23.708Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-20T19:59:23.708Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-20T19:59:23.708Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-20T19:59:23.708Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-20T19:59:23.708Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-20T19:59:23.708Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-20T19:59:23.708Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-20T19:59:24.104Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-20T19:59:24.165Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-20T19:59:26.871Z] === RUN TestDockerSuite/TestExec [2022-03-20T19:59:26.871Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T19:59:26.871Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-20T19:59:26.871Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-20T19:59:26.871Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-20T19:59:27.827Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-20T19:59:27.827Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-20T19:59:27.827Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-20T19:59:27.827Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-20T19:59:27.827Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-20T19:59:27.827Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-20T19:59:27.827Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-20T19:59:29.770Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-20T19:59:30.717Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-20T19:59:30.717Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-20T19:59:30.717Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-20T19:59:30.717Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-20T19:59:30.717Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-20T19:59:30.717Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-20T19:59:30.717Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-20T19:59:30.717Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-20T19:59:30.717Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-20T19:59:32.882Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-20T19:59:33.500Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-20T19:59:33.500Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T19:59:33.500Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-20T19:59:33.500Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T19:59:33.500Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-20T19:59:33.500Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-20T19:59:33.500Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-20T19:59:36.555Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-20T19:59:37.223Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-20T19:59:40.940Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-20T19:59:41.449Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-20T19:59:41.449Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-20T19:59:41.449Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-20T19:59:41.449Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-20T19:59:41.449Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-20T19:59:41.449Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-20T19:59:41.449Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-20T19:59:43.614Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-20T19:59:43.615Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-20T19:59:43.615Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-20T19:59:43.615Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-20T19:59:43.615Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-20T19:59:43.615Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-20T19:59:45.617Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-20T19:59:46.506Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-20T19:59:49.342Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-20T19:59:49.398Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-20T19:59:49.398Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-20T19:59:49.398Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-20T19:59:51.346Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-20T19:59:51.346Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T19:59:51.346Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-20T19:59:52.286Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-20T19:59:52.286Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-20T19:59:52.286Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-20T19:59:52.286Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-20T19:59:52.286Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-20T19:59:52.286Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-20T19:59:52.286Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-20T19:59:55.177Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-20T19:59:56.385Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-20T19:59:56.386Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-20T19:59:56.386Z] === RUN TestDockerSuite/TestExecEnv [2022-03-20T19:59:56.386Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T19:59:56.386Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-20T19:59:56.386Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-20T19:59:56.386Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-20T19:59:57.141Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-20T19:59:57.141Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-20T19:59:57.141Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-20T19:59:57.141Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T19:59:57.141Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-20T19:59:57.141Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-20T19:59:57.141Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-20T19:59:58.068Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-20T20:00:00.962Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-20T20:00:01.061Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-20T20:00:03.851Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-20T20:00:03.851Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-20T20:00:03.851Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-20T20:00:03.851Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T20:00:03.851Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-20T20:00:03.851Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-20T20:00:03.851Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-20T20:00:04.308Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-20T20:00:04.308Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-20T20:00:04.308Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-20T20:00:05.692Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-20T20:00:05.692Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-20T20:00:05.692Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-20T20:00:05.692Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-20T20:00:07.862Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-20T20:00:07.862Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-20T20:00:07.862Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-20T20:00:07.862Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-20T20:00:07.862Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-20T20:00:07.862Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-20T20:00:07.862Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-20T20:00:07.862Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-20T20:00:08.108Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-20T20:00:08.108Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-20T20:00:08.108Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-20T20:00:08.108Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-20T20:00:08.108Z] === RUN TestDockerSuite/TestExecParseError [2022-03-20T20:00:08.108Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-20T20:00:08.108Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-20T20:00:08.108Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-20T20:00:08.108Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-20T20:00:08.108Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-20T20:00:08.108Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-20T20:00:10.082Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-20T20:00:10.082Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-20T20:00:10.082Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-20T20:00:10.082Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-20T20:00:10.082Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:00:10.082Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-20T20:00:10.759Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-20T20:00:11.828Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-20T20:00:11.828Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-20T20:00:11.828Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-20T20:00:11.828Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-20T20:00:12.284Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-20T20:00:12.284Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-20T20:00:12.284Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-20T20:00:12.284Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-20T20:00:12.284Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-20T20:00:12.284Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-20T20:00:12.284Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-20T20:00:13.662Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-20T20:00:15.832Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-20T20:00:15.832Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-20T20:00:15.832Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-20T20:00:15.832Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-20T20:00:16.968Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-20T20:00:16.968Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-20T20:00:16.968Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-20T20:00:17.128Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-20T20:00:17.128Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-20T20:00:17.128Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-20T20:00:18.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-20T20:00:18.724Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunMount [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-20T20:00:20.022Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-20T20:00:20.022Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-20T20:00:21.620Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-20T20:00:21.620Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:00:21.620Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-20T20:00:21.620Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:00:21.620Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-20T20:00:24.027Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-20T20:00:24.027Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-20T20:00:24.027Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-20T20:00:24.027Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-20T20:00:24.027Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-20T20:00:24.027Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-20T20:00:24.027Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-20T20:00:24.521Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-20T20:00:24.521Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-20T20:00:26.691Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-20T20:00:26.691Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-20T20:00:26.691Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-20T20:00:29.585Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-20T20:00:29.585Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-20T20:00:30.311Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-20T20:00:30.311Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-20T20:00:30.311Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-20T20:00:30.311Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-20T20:00:30.311Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-20T20:00:30.311Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-20T20:00:30.311Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-20T20:00:32.572Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-20T20:00:36.081Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-20T20:00:38.142Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-20T20:00:39.621Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-20T20:00:40.788Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-20T20:00:40.788Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-20T20:00:41.245Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-20T20:00:42.773Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-20T20:00:44.296Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-20T20:00:44.942Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-20T20:00:46.710Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-20T20:00:47.105Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-20T20:00:48.066Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-20T20:00:50.953Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-20T20:00:50.953Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T20:00:51.353Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-20T20:00:51.353Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:00:51.378Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-20T20:00:51.378Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-20T20:00:51.378Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-20T20:00:51.378Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-20T20:00:51.378Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-20T20:00:51.810Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-20T20:00:51.810Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-20T20:00:51.810Z] === RUN TestDockerSuite/TestHealth [2022-03-20T20:00:51.810Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-20T20:00:51.810Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-20T20:00:51.810Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-20T20:00:51.810Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-20T20:00:52.270Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-20T20:00:52.910Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-20T20:00:52.910Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-20T20:00:52.910Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-20T20:00:55.625Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-20T20:00:55.625Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-20T20:00:55.625Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-20T20:00:55.625Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-20T20:00:55.625Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-20T20:00:55.625Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-20T20:00:55.625Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-20T20:00:55.625Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-20T20:00:55.625Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-20T20:00:55.625Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-20T20:00:55.625Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-20T20:00:55.806Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-20T20:00:55.806Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-20T20:00:55.806Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-20T20:00:58.040Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-20T20:00:58.496Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-20T20:00:58.496Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-20T20:00:58.496Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-20T20:00:58.496Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-20T20:00:58.496Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-20T20:00:58.700Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-20T20:00:58.700Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-20T20:00:58.951Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-20T20:00:59.912Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-20T20:00:59.912Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-20T20:00:59.912Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-20T20:01:00.872Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-20T20:01:00.872Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-20T20:01:03.382Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-20T20:01:03.763Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-20T20:01:03.763Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-20T20:01:05.550Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-20T20:01:05.550Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-20T20:01:05.550Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-20T20:01:05.550Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-20T20:01:05.912Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-20T20:01:05.912Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-20T20:01:05.912Z] === RUN TestDockerSuite/TestRunRm [2022-03-20T20:01:06.008Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-20T20:01:06.008Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-20T20:01:06.008Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-20T20:01:06.008Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-20T20:01:06.008Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-20T20:01:06.008Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-20T20:01:06.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-20T20:01:06.657Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-20T20:01:08.078Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-20T20:01:08.185Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-20T20:01:08.185Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-20T20:01:10.384Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-20T20:01:10.384Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-20T20:01:10.384Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:01:10.384Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-20T20:01:15.055Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportFile [2022-03-20T20:01:15.055Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-20T20:01:15.055Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-20T20:01:15.055Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-20T20:01:15.055Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-20T20:01:15.055Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-20T20:01:15.055Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-20T20:01:15.055Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-20T20:01:15.055Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-20T20:01:15.055Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:01:15.055Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-20T20:01:15.134Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-20T20:01:16.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-20T20:01:17.301Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-20T20:01:18.775Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-20T20:01:20.194Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-20T20:01:22.359Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-20T20:01:22.499Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-20T20:01:22.499Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:01:22.499Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-20T20:01:22.499Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-20T20:01:22.499Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-20T20:01:22.499Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-20T20:01:22.499Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-20T20:01:22.499Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-20T20:01:23.784Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-20T20:01:26.078Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-20T20:01:26.078Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-20T20:01:26.078Z] === RUN TestDockerSuite/TestRunState [2022-03-20T20:01:26.078Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-20T20:01:26.078Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-20T20:01:26.217Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-20T20:01:26.217Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-20T20:01:26.678Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-20T20:01:29.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009c6d50_} [2022-03-20T20:01:29.798Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-20T20:01:29.798Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-20T20:01:29.798Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-20T20:01:29.951Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-20T20:01:29.951Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-20T20:01:29.951Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-20T20:01:29.951Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-20T20:01:29.951Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-20T20:01:29.951Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-20T20:01:29.951Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-20T20:01:31.965Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-20T20:01:31.965Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-20T20:01:31.965Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-20T20:01:31.965Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-20T20:01:31.965Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-20T20:01:32.421Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-20T20:01:32.421Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-20T20:01:32.421Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-20T20:01:32.421Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-20T20:01:32.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11459953884_c:\foo_false____} [2022-03-20T20:01:32.843Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-20T20:01:38.191Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-20T20:01:38.191Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-20T20:01:39.893Z] === RUN TestDockerSuite/TestInspectImage [2022-03-20T20:01:39.893Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:01:39.893Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-20T20:01:39.893Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:01:39.893Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-20T20:01:39.893Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:01:39.893Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-20T20:01:41.021Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11459953884_c:\foo_true____} [2022-03-20T20:01:41.082Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-20T20:01:41.082Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-20T20:01:41.082Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-20T20:01:42.787Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-20T20:01:43.978Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-20T20:01:43.978Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-20T20:01:43.978Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-20T20:01:43.978Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-20T20:01:43.978Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-20T20:01:46.511Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-20T20:01:46.511Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-20T20:01:47.694Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-20T20:01:48.072Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-20T20:01:48.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-20T20:01:48.528Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-20T20:01:48.528Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-20T20:01:48.528Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-20T20:01:48.528Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-20T20:01:48.528Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-20T20:01:48.528Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-20T20:01:48.528Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-20T20:01:48.528Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-20T20:01:48.528Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-20T20:01:48.528Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-20T20:01:48.528Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-20T20:01:50.245Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-20T20:01:53.141Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-20T20:01:53.141Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-20T20:01:53.141Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-20T20:01:53.597Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-20T20:01:57.080Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-20T20:01:57.080Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-20T20:01:57.080Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:01:57.080Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-20T20:01:57.323Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-20T20:01:57.987Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-20T20:02:01.040Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-20T20:02:02.663Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-20T20:02:04.153Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-20T20:02:04.153Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-20T20:02:04.153Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-20T20:02:04.153Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-20T20:02:07.045Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-20T20:02:07.045Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-20T20:02:07.045Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-20T20:02:07.045Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-20T20:02:07.045Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-20T20:02:07.045Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-20T20:02:07.045Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-20T20:02:09.589Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-20T20:02:09.707Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-20T20:02:09.707Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-20T20:02:09.707Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-20T20:02:09.707Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-20T20:02:12.829Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-20T20:02:13.307Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-20T20:02:14.379Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-20T20:02:15.016Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-20T20:02:15.016Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:02:15.016Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-20T20:02:15.016Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-20T20:02:15.016Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-20T20:02:16.554Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-20T20:02:17.030Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-20T20:02:19.928Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-20T20:02:20.268Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-20T20:02:20.268Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-20T20:02:20.268Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-20T20:02:20.268Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-20T20:02:20.268Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-20T20:02:20.268Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-20T20:02:20.268Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-20T20:02:20.268Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-20T20:02:20.268Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-20T20:02:20.269Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-20T20:02:20.269Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-20T20:02:20.269Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-20T20:02:20.269Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-20T20:02:20.269Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-20T20:02:20.269Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-20T20:02:23.809Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-20T20:02:24.944Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-20T20:02:27.112Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-20T20:02:27.532Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-20T20:02:29.284Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.425Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-20T20:02:30.425Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-20T20:02:30.882Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-20T20:02:30.882Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-20T20:02:30.882Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-20T20:02:30.882Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-20T20:02:30.882Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-20T20:02:30.882Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-20T20:02:30.882Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-20T20:02:30.882Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-20T20:02:30.882Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-20T20:02:32.689Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-20T20:02:32.689Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-20T20:02:32.689Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-20T20:02:32.689Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:02:32.689Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-20T20:02:35.060Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-20T20:02:35.060Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-20T20:02:35.060Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-20T20:02:35.060Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-20T20:02:35.060Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-20T20:02:35.060Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-20T20:02:35.060Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-20T20:02:35.564Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-20T20:02:37.227Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-20T20:02:37.683Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-20T20:02:38.140Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-20T20:02:38.460Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-20T20:02:38.597Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-20T20:02:40.122Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-20T20:02:40.122Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-20T20:02:41.237Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-20T20:02:41.237Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-20T20:02:41.237Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-20T20:02:41.237Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-20T20:02:41.237Z] === RUN TestDockerSuite/TestCpToDot [2022-03-20T20:02:43.028Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-20T20:02:44.128Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-20T20:02:44.128Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-20T20:02:44.128Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-20T20:02:44.128Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-20T20:02:44.128Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-20T20:02:45.511Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-20T20:02:45.919Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-20T20:02:46.300Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-20T20:02:46.300Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:02:46.300Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-20T20:02:46.300Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-20T20:02:46.762Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-20T20:02:46.762Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-20T20:02:46.762Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-20T20:02:46.762Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-20T20:02:46.762Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-20T20:02:46.762Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-20T20:02:47.219Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-20T20:02:49.235Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-20T20:02:49.236Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-20T20:02:49.236Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-20T20:02:49.402Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-20T20:02:49.641Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-20T20:02:49.641Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:02:49.641Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-20T20:02:52.961Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-20T20:02:52.961Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-20T20:02:57.947Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-20T20:02:57.947Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-20T20:02:57.947Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-20T20:02:59.478Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-20T20:02:59.927Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-20T20:02:59.927Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:02:59.927Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-20T20:03:00.445Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-20T20:03:00.445Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-20T20:03:00.445Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-20T20:03:00.445Z] === RUN TestDockerSuite/TestCreateRM [2022-03-20T20:03:00.903Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-20T20:03:00.903Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T20:03:00.903Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-20T20:03:01.360Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-20T20:03:01.508Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-20T20:03:01.817Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-20T20:03:04.603Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-20T20:03:04.603Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-20T20:03:04.603Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-20T20:03:04.603Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-20T20:03:04.603Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-20T20:03:04.603Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-20T20:03:04.603Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-20T20:03:04.603Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-20T20:03:04.603Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-20T20:03:08.563Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-20T20:03:12.153Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-20T20:03:12.153Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-20T20:03:12.153Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-20T20:03:13.148Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-20T20:03:13.148Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-20T20:03:13.148Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-20T20:03:13.148Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-20T20:03:13.148Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-20T20:03:13.148Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:03:13.148Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-20T20:03:15.046Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-20T20:03:15.314Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-20T20:03:15.503Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-20T20:03:15.503Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-20T20:03:15.503Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-20T20:03:17.115Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-20T20:03:18.208Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-20T20:03:18.208Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-20T20:03:18.208Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-20T20:03:20.378Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-20T20:03:20.378Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-20T20:03:20.378Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-20T20:03:20.378Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-20T20:03:20.378Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-20T20:03:20.378Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:03:20.378Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-20T20:03:21.797Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-20T20:03:24.056Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-20T20:03:24.056Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDockerFails [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-20T20:03:24.056Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-20T20:03:24.056Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-20T20:03:24.056Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-20T20:03:24.056Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-20T20:03:24.056Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-20T20:03:24.056Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-20T20:03:26.271Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-20T20:03:26.474Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-20T20:03:26.474Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-20T20:03:26.474Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-20T20:03:29.229Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-20T20:03:30.195Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-20T20:03:32.187Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-20T20:03:33.927Z] === RUN TestDockerSuite/TestLogsSince [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-20T20:03:38.027Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-20T20:03:38.027Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-20T20:03:40.193Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-20T20:03:40.193Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-20T20:03:40.868Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-20T20:03:44.228Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-20T20:03:44.228Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-20T20:03:44.228Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-20T20:03:44.228Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-20T20:03:44.228Z] === RUN TestDockerSuite/TestLogsTail [2022-03-20T20:03:44.868Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-20T20:03:44.868Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-20T20:03:44.868Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-20T20:03:44.868Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-20T20:03:45.325Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-20T20:03:46.745Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-20T20:03:47.950Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-20T20:03:50.841Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-20T20:03:52.620Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-20T20:03:54.561Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-20T20:03:54.561Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestNetHostname [2022-03-20T20:03:54.561Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-20T20:03:54.561Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-20T20:03:54.561Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-20T20:03:54.561Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestPluginActive [2022-03-20T20:03:54.561Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-20T20:03:54.561Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-20T20:03:54.561Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-20T20:03:54.561Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-20T20:03:55.017Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-20T20:03:55.017Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-20T20:03:55.017Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-20T20:03:55.017Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-20T20:03:55.017Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-20T20:03:55.017Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-20T20:03:55.017Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPortList [2022-03-20T20:03:55.017Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.017Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-20T20:03:55.580Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-20T20:03:55.622Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-20T20:03:55.622Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.622Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-20T20:03:55.622Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-20T20:03:55.622Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-20T20:03:55.622Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-20T20:03:55.622Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-20T20:03:56.049Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-20T20:04:00.807Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-20T20:04:01.283Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-20T20:04:02.075Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-20T20:04:02.075Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-20T20:04:02.075Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-20T20:04:02.075Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-20T20:04:02.075Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.075Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-20T20:04:02.076Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.076Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-20T20:04:02.076Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.076Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-20T20:04:02.076Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-20T20:04:02.076Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-20T20:04:02.856Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-20T20:04:05.909Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-20T20:04:05.909Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-20T20:04:05.909Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-20T20:04:08.730Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-20T20:04:09.133Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-20T20:04:09.133Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-20T20:04:09.133Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-20T20:04:13.493Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-20T20:04:13.493Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-20T20:04:13.493Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-20T20:04:13.493Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:04:13.493Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-20T20:04:13.493Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-20T20:04:13.493Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-20T20:04:13.493Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-20T20:04:13.493Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-20T20:04:15.060Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-20T20:04:15.060Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-20T20:04:15.060Z] === RUN TestDockerSuite/TestEventsRename [2022-03-20T20:04:18.016Z] === RUN TestDockerSuite/TestEventsResize [2022-03-20T20:04:18.259Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-20T20:04:18.259Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-20T20:04:18.259Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite (2580.58s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.83s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.72s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (88.73s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.63s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.94s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.87s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.34s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.23s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (95.85s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.00s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.05s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.09s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.07s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.55s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.70s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.27s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.56s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.05s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.20s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.41s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.86s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.48s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddTar (37.34s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.87s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.72s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.33s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.07s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.16s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.60s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.75s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.43s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.65s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.35s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.20s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.89s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.65s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.56s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.70s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.10s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCmd (0.64s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.64s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.28s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.68s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.53s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.22s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.18s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.65s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.01s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.85s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.31s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.59s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.81s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.72s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (11.05s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.10s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.63s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.00s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.97s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.37s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.54s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.57s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignore (55.68s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.95s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (61.85s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.00s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.92s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.98s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.31s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.72s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.82s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.68s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.32s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (86.96s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.80s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.32s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.66s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.67s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.37s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.91s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.28s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.10s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.20s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.00s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFails (2.94s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.74s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.72s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.97s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.72s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.56s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.97s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.15s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildHistory (13.45s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.14s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.23s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.22s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabel (1.13s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.72s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.10s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabels (1.14s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.78s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.73s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.67s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.35s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.74s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.85s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.95s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.54s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.46s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.00s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.26s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.08s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.75s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:04:18.715Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.39s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.19s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.04s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.95s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.09s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.62s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.50s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.88s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.73s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.68s) [2022-03-20T20:04:18.715Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.28s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.40s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.32s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.37s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.26s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.98s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.66s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildRm (14.59s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.19s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.68s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.38s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.33s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.26s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.90s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.99s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.77s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.90s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.26s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildStderr (4.97s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.13s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.81s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.51s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.62s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.61s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.63s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.41s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.70s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.08s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.20s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.68s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.88s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.83s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.95s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.06s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.37s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.84s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.23s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.11s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.43s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCommitChange (5.87s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.32s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.36s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCommitTTY (8.12s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.28s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.15s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.26s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.84s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.83s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.87s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.54s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.51s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.43s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.51s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.94s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.97s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.37s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.04s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.89s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.45s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.47s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.15s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.75s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.93s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.48s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.79s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.38s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.06s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.55s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.81s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.80s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.73s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.83s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009ce28_} (2.84s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14039490541_c:\foo_false____} (2.81s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14039490541_c:\foo_true____} (2.69s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.50s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.99s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.77s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.07s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.38s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.00s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.87s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.66s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpToDot (2.96s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCpToStdout (3.14s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.27s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.33s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.92s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.19s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateRM (0.51s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.27s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.52s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.46s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.65s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.43s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.89s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.99s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.73s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.15s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.63s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsCopy (5.53s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.39s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.93s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.01s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.94s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.24s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFilters (6.00s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFormat (6.19s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsRename (3.14s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsResize (8.28s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.82s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.85s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.43s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2022-03-20T20:04:18.716Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.23s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-20T20:04:18.716Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.38s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.34s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.35s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.45s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.48s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.36s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.29s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.59s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecInspectID (4.97s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.72s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.60s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.15s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.39s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.39s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.34s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.32s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.40s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.24s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.15s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.63s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.32s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.20s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImportBadURL (0.14s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.05s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.95s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.85s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.24s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.91s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectDefault (2.93s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectHistory (5.36s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.88s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.51s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.63s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.51s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectStatus (3.70s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.31s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.14s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.22s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.69s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.15s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.13s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.03s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.50s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.45s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.22s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.87s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.54s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.10s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.21s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.31s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.85s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.73s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.98s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.01s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsSince (9.62s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsTail (3.30s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.11s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.91s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.69s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.71s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsByOrder (9.36s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.51s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.05s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.45s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.35s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.83s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.51s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.54s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.88s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.80s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.42s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.09s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (24.10s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.04s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.96s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.41s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.33s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.25s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.77s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.57s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.08s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.96s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.52s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.62s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.12s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.59s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.32s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.80s) [2022-03-20T20:04:18.717Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.30s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-20T20:04:18.717Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.17s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.75s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.04s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.81s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.01s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.98s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.82s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.85s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.44s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.28s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.25s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.98s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.93s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.03s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.26s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.70s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.85s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.89s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.91s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.93s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunExitCode (2.89s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.90s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.83s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.98s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.17s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.81s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.47s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.08s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.28s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.31s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.20s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.12s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.64s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.45s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.57s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunRm (2.99s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.96s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.96s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.90s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.48s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.67s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.83s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.35s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.95s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.85s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.14s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.91s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.73s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.08s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.04s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.89s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.94s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.35s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.49s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.17s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.64s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.04s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.46s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.85s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.87s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.72s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.54s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.30s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:04:18.718Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.00s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:04:18.718Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-20T20:04:19.175Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.58s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.72s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.58s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.19s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.77s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.48s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.71s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.10s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.67s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.49s) [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-20T20:04:19.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-20T20:04:19.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-20T20:04:19.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-20T20:04:19.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-20T20:04:19.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-20T20:04:19.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-20T20:04:19.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-20T20:04:19.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:04:19.176Z] === RUN TestDockerDaemonSuite [2022-03-20T20:04:19.176Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-20T20:04:19.176Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-20T20:04:19.176Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-20T20:04:19.176Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:04:19.176Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:04:19.176Z] === RUN TestDockerSwarmSuite [2022-03-20T20:04:19.176Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-20T20:04:19.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.176Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-20T20:04:19.177Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-20T20:04:19.177Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:04:19.177Z] === RUN TestDockerExternalVolumeSuite [2022-03-20T20:04:19.177Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-20T20:04:19.177Z] === RUN TestDockerNetworkSuite [2022-03-20T20:04:19.177Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-20T20:04:19.177Z] === RUN TestDockerHubPullSuite [2022-03-20T20:04:19.177Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-20T20:04:19.177Z] PASS [2022-03-20T20:04:19.177Z] ok github.com/docker/docker/integration-cli 2581.017s [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === Skipped [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T20:04:19.177Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-20T20:04:19.177Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-20T20:04:19.177Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:04:19.177Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:04:19.177Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-20T20:04:19.177Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-20T20:04:19.177Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.33s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.33s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.89s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.89s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-20T20:04:19.177Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-20T20:04:19.177Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.177Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-20T20:04:19.177Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-03-20T20:04:19.178Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-20T20:04:19.178Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-20T20:04:19.178Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-20T20:04:19.178Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:04:19.178Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.178Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:04:19.178Z] [2022-03-20T20:04:19.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:04:19.178Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:04:19.179Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-03-20T20:04:19.179Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:04:19.179Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:04:19.179Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-20T20:04:19.179Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:04:19.179Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:04:19.179Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:04:19.179Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:04:19.179Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:04:19.179Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.179Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:04:19.179Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:04:19.180Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-20T20:04:19.180Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:04:19.180Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:04:19.180Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:04:19.180Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:04:19.180Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:04:19.180Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:04:19.180Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:04:19.180Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.180Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:04:19.180Z] [2022-03-20T20:04:19.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:04:19.641Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:04:19.641Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.641Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:04:19.641Z] [2022-03-20T20:04:19.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-20T20:04:19.641Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:04:19.642Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.642Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:04:19.642Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.04s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.04s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:04:19.643Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.643Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:04:19.643Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:04:19.644Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.644Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:04:19.644Z] [2022-03-20T20:04:19.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:04:19.644Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-20T20:04:19.645Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:19.645Z] DONE 1088 tests, 539 skipped in 2593.304s [2022-03-20T20:04:19.645Z] INFO: Integration tests ended at 03/20/2022 20:04:19. Duration:00:43:13.4749970 [2022-03-20T20:04:19.645Z] INFO: Docker info of the daemon under test at end of run [2022-03-20T20:04:19.645Z] [2022-03-20T20:04:20.101Z] Containers: 2 [2022-03-20T20:04:20.101Z] Running: 0 [2022-03-20T20:04:20.101Z] Paused: 0 [2022-03-20T20:04:20.101Z] Stopped: 2 [2022-03-20T20:04:20.101Z] Images: 18 [2022-03-20T20:04:20.101Z] Server Version: 0.0.0-dev [2022-03-20T20:04:20.101Z] Storage Driver: windowsfilter [2022-03-20T20:04:20.101Z] Windows: [2022-03-20T20:04:20.101Z] Logging Driver: json-file [2022-03-20T20:04:20.101Z] Plugins: [2022-03-20T20:04:20.101Z] Volume: local [2022-03-20T20:04:20.101Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T20:04:20.101Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T20:04:20.101Z] Swarm: inactive [2022-03-20T20:04:20.101Z] Default Isolation: process [2022-03-20T20:04:20.101Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T20:04:20.101Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-20T20:04:20.101Z] OSType: windows [2022-03-20T20:04:20.101Z] Architecture: x86_64 [2022-03-20T20:04:20.101Z] CPUs: 4 [2022-03-20T20:04:20.101Z] Total Memory: 32GiB [2022-03-20T20:04:20.101Z] Name: azwin-2-8edec0 [2022-03-20T20:04:20.101Z] ID: O4VZ:VPAH:2Z5C:NK2Z:IC5O:6CEK:LSSG:7DXB:6OLG:HUBS:K5Q2:7EH2 [2022-03-20T20:04:20.101Z] Docker Root Dir: D:\CI\PR-42624\6\daemon [2022-03-20T20:04:20.101Z] Debug Mode (client): false [2022-03-20T20:04:20.101Z] Debug Mode (server): true [2022-03-20T20:04:20.101Z] File Descriptors: -1 [2022-03-20T20:04:20.101Z] Goroutines: 17 [2022-03-20T20:04:20.101Z] System Time: 2022-03-20T20:04:19.6181186Z [2022-03-20T20:04:20.101Z] EventsListeners: 0 [2022-03-20T20:04:20.101Z] Registry: https://index.docker.io/v1/ [2022-03-20T20:04:20.101Z] Labels: [2022-03-20T20:04:20.101Z] Experimental: false [2022-03-20T20:04:20.101Z] Insecure Registries: [2022-03-20T20:04:20.101Z] 127.0.0.0/8 [2022-03-20T20:04:20.101Z] Live Restore Enabled: false [2022-03-20T20:04:20.101Z] [2022-03-20T20:04:20.101Z] [2022-03-20T20:04:20.101Z] INFO: Stopping daemon under test [2022-03-20T20:04:20.101Z] SUCCESS: The process with PID 2584 (child process of PID 5228) has been terminated. [2022-03-20T20:04:20.101Z] SUCCESS: The process with PID 5228 (child process of PID 5628) has been terminated. [2022-03-20T20:04:20.101Z] INFO: Stop tailing logs of the daemon under tests [2022-03-20T20:04:20.101Z] INFO: executeCI.ps1 Completed successfully at 03/20/2022 20:04:19. [2022-03-20T20:04:20.101Z] INFO: Tidying up at end of run [2022-03-20T20:04:20.101Z] INFO: Saving daemon under test log (d:\CI\PR-42624\6\dut.out) to bundles\CIDUT.out [2022-03-20T20:04:20.101Z] INFO: Saving daemon under test log (d:\CI\PR-42624\6\dut.err) to bundles\CIDUT.err [2022-03-20T20:04:20.101Z] INFO: Saving containerd logs to bundles [2022-03-20T20:04:20.101Z] INFO: Nuke-Everything... [2022-03-20T20:04:20.101Z] INFO: Container count on control daemon to delete is 2 [2022-03-20T20:04:20.556Z] df907f53ba58 [2022-03-20T20:04:20.556Z] 8181a2f0e03e [2022-03-20T20:04:20.556Z] INFO: Tidying pidfile d:\CI\PR-42624\6\docker.pid [2022-03-20T20:04:20.556Z] INFO: Nuking d:\CI [2022-03-20T20:04:23.924Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-20T20:04:23.924Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-20T20:04:23.924Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-20T20:04:26.687Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-20T20:04:28.256Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-20T20:04:31.215Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-20T20:04:37.091Z] === RUN TestDockerSuite/TestEventsTop [2022-03-20T20:04:37.091Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-20T20:04:37.091Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-20T20:04:38.708Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-20T20:04:39.317Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-20T20:04:44.079Z] === RUN TestDockerSuite/TestExec [2022-03-20T20:04:44.079Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:04:44.079Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-20T20:04:44.079Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-20T20:04:44.079Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-20T20:04:46.295Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-20T20:04:48.513Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-20T20:04:48.513Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:04:48.513Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-20T20:04:48.513Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:04:48.513Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-20T20:04:48.513Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-20T20:04:48.513Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-20T20:04:50.461Z] INFO: Zapped successfully [2022-03-20T20:04:50.461Z] [2022-03-20T20:04:50.461Z] INFO: executeCI.ps1 exiting at Sun Mar 20 20:04:47 CUT 2022. Duration 01:09:46.1402914 [2022-03-20T20:04:50.461Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-20T20:04:50.700Z] Recording test results [2022-03-20T20:04:50.736Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-20T20:04:53.703Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-20T20:04:55.918Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-20T20:04:58.135Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-20T20:04:59.789Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-20T20:04:59.789Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-20T20:04:59.789Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-20T20:04:59.789Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-20T20:04:59.789Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-20T20:04:59.789Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-20T20:05:02.691Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-20T20:05:02.897Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-20T20:05:02.898Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-20T20:05:02.898Z] === RUN TestDockerSuite/TestExecEnv [2022-03-20T20:05:02.898Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:05:02.898Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-20T20:05:02.898Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-20T20:05:02.898Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-20T20:05:04.801Z] Creating win-2022-integration-bundles.zip [2022-03-20T20:05:05.564Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-20T20:05:05.858Z] === RUN TestDockerSuite/TestExecInspectID [Pipeline] archiveArtifacts [2022-03-20T20:05:06.539Z] Archiving artifacts [2022-03-20T20:05:11.735Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-20T20:05:11.735Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-20T20:05:11.735Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-20T20:05:11.735Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-20T20:05:11.735Z] === RUN TestDockerSuite/TestExecParseError [2022-03-20T20:05:11.735Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-20T20:05:11.735Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-20T20:05:11.735Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-20T20:05:11.735Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-20T20:05:11.735Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-20T20:05:11.735Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-20T20:05:13.964Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-20T20:05:13.964Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-20T20:05:13.964Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-20T20:05:13.964Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-20T20:05:13.964Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-20T20:05:13.964Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-20T20:05:13.964Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-20T20:05:13.964Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-20T20:05:13.964Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-20T20:05:13.964Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-20T20:05:13.964Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-20T20:05:15.866Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-20T20:05:16.923Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-20T20:05:16.923Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-20T20:05:16.923Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-20T20:05:21.702Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T20:05:22.630Z] + make clean [2022-03-20T20:05:23.067Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-20T20:05:23.524Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-20T20:05:23.524Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-20T20:05:23.524Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-20T20:05:23.524Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-20T20:05:24.161Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T20:05:24.161Z] docker-dev-cache [2022-03-20T20:05:24.161Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T20:05:27.375Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-20T20:05:27.375Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-20T20:05:27.375Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-20T20:05:27.375Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-20T20:05:27.375Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-20T20:05:27.375Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-20T20:05:27.375Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-20T20:05:32.079Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-20T20:05:32.079Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:05:32.079Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-20T20:05:32.079Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-20T20:05:32.079Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-20T20:05:32.079Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-20T20:05:32.079Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-20T20:05:32.079Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-20T20:05:32.079Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-20T20:05:32.167Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-20T20:05:39.361Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-20T20:05:42.348Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-20T20:05:44.454Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-20T20:05:44.454Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-20T20:05:44.454Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-20T20:05:44.910Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-20T20:05:44.910Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-20T20:05:44.910Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-20T20:05:46.446Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-20T20:05:47.409Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-20T20:05:47.409Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-20T20:05:47.409Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-20T20:05:49.533Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestHealth [2022-03-20T20:05:49.533Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-20T20:05:49.533Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-20T20:05:54.309Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-20T20:05:54.309Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-20T20:05:54.309Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-20T20:05:54.309Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-20T20:05:54.463Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-20T20:05:54.779Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-20T20:05:54.780Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-20T20:05:55.249Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-20T20:05:55.722Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-20T20:05:55.722Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-20T20:05:55.722Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-20T20:05:57.295Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-20T20:05:57.295Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-20T20:05:59.528Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-20T20:05:59.528Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-20T20:06:01.523Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-20T20:06:02.486Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-20T20:06:05.246Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-20T20:06:05.445Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-20T20:06:05.445Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-20T20:06:05.445Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:06:05.445Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-20T20:06:10.220Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-20T20:06:10.221Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportFile [2022-03-20T20:06:10.221Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-20T20:06:10.221Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-20T20:06:10.221Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-20T20:06:10.221Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-20T20:06:10.221Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-20T20:06:10.221Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-20T20:06:10.221Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-20T20:06:10.221Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-20T20:06:10.221Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:06:10.221Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-20T20:06:13.177Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-20T20:06:15.395Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-20T20:06:15.395Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:06:15.395Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-20T20:06:15.395Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-20T20:06:15.395Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-20T20:06:15.395Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-20T20:06:15.395Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-20T20:06:15.395Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-20T20:06:18.361Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-20T20:06:18.361Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-20T20:06:21.331Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-20T20:06:21.331Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-20T20:06:21.331Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-20T20:06:21.331Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-20T20:06:21.331Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-20T20:06:21.331Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-20T20:06:21.331Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-20T20:06:23.555Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-20T20:06:29.436Z] === RUN TestDockerSuite/TestInspectImage [2022-03-20T20:06:29.436Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:06:29.436Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-20T20:06:29.436Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:06:29.436Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-20T20:06:29.436Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:06:29.436Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-20T20:06:31.663Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-20T20:06:33.900Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-20T20:06:34.370Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-20T20:06:37.326Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-20T20:06:39.545Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-20T20:06:39.545Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-20T20:06:39.545Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-20T20:06:39.545Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-20T20:06:40.920Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-20T20:06:40.921Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:06:40.921Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-20T20:06:42.503Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-20T20:06:45.456Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-20T20:06:49.462Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-20T20:06:49.462Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-20T20:06:49.919Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-20T20:06:50.883Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-20T20:06:51.332Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-20T20:06:53.570Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-20T20:06:55.790Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-20T20:06:58.756Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-20T20:06:59.433Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-20T20:07:00.974Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-20T20:07:03.193Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-20T20:07:06.151Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-20T20:07:06.151Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-20T20:07:06.151Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.151Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-20T20:07:06.487Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-20T20:07:06.487Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:07:06.487Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-20T20:07:06.621Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-20T20:07:06.621Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-20T20:07:08.841Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-20T20:07:11.058Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-20T20:07:13.536Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-20T20:07:13.993Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-20T20:07:13.993Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-20T20:07:16.934Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-20T20:07:19.889Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-20T20:07:19.889Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-20T20:07:19.889Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-20T20:07:22.846Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-20T20:07:22.846Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-20T20:07:31.585Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-20T20:07:35.050Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-20T20:07:38.745Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-20T20:07:39.730Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-20T20:07:39.730Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-20T20:07:47.570Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-20T20:07:50.529Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-20T20:07:52.082Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-20T20:07:53.486Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-20T20:07:53.486Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-20T20:07:53.486Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-20T20:07:56.441Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-20T20:07:57.857Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-20T20:07:58.659Z] === RUN TestDockerSuite/TestLogsSince [2022-03-20T20:08:08.158Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-20T20:08:09.100Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-20T20:08:09.100Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-20T20:08:09.100Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-20T20:08:09.100Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-20T20:08:09.100Z] === RUN TestDockerSuite/TestLogsTail [2022-03-20T20:08:12.071Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-20T20:08:13.934Z] === RUN TestDockerSuite/TestRmiTag [2022-03-20T20:08:14.293Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-20T20:08:14.390Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-20T20:08:17.250Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-20T20:08:17.250Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestNetHostname [2022-03-20T20:08:17.250Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-20T20:08:17.250Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-20T20:08:17.250Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-20T20:08:17.250Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestPluginActive [2022-03-20T20:08:17.250Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-20T20:08:17.250Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-20T20:08:17.250Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.250Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-20T20:08:17.250Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-20T20:08:17.719Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-20T20:08:17.719Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-20T20:08:17.719Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-20T20:08:17.719Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-20T20:08:17.719Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-20T20:08:17.719Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPortList [2022-03-20T20:08:17.719Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-20T20:08:17.719Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-20T20:08:18.112Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-20T20:08:23.601Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-20T20:08:23.601Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-20T20:08:23.601Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-20T20:08:28.380Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-20T20:08:28.380Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-20T20:08:28.380Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-20T20:08:38.816Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-20T20:08:38.816Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-20T20:08:38.816Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-20T20:08:43.222Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-20T20:08:46.119Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-20T20:08:49.255Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-20T20:08:53.175Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-20T20:08:53.630Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-20T20:08:53.630Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-20T20:08:53.630Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-20T20:08:53.630Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-20T20:08:53.630Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-20T20:08:53.630Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-20T20:08:53.630Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-20T20:08:53.630Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-20T20:08:53.630Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-20T20:08:53.630Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-20T20:08:53.630Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-20T20:08:53.630Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-20T20:08:54.088Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-20T20:08:54.088Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-20T20:08:54.088Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-20T20:08:56.256Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-20T20:08:56.256Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-20T20:08:56.256Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-20T20:08:56.256Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-20T20:08:56.712Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-20T20:09:03.777Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-20T20:09:08.446Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-20T20:09:11.341Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-20T20:09:15.064Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-20T20:09:17.955Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-20T20:09:17.955Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-20T20:09:19.387Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-20T20:09:19.387Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-20T20:09:19.387Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-20T20:09:19.387Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-20T20:09:25.021Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-20T20:09:25.021Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-20T20:09:28.748Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-20T20:09:28.748Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-20T20:09:28.748Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-20T20:09:29.820Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-20T20:09:33.423Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-20T20:09:33.423Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-20T20:09:33.423Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-20T20:09:33.423Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-20T20:09:33.423Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-20T20:09:36.322Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-20T20:09:36.322Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.322Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-20T20:09:36.322Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.322Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-20T20:09:36.322Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.322Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-20T20:09:36.322Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.322Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-20T20:09:36.322Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.777Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-20T20:09:36.777Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.777Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-20T20:09:36.777Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-20T20:09:36.777Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-20T20:09:36.990Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-20T20:09:38.952Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-20T20:09:42.677Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-20T20:09:46.407Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-20T20:09:46.407Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-20T20:09:46.407Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-20T20:09:46.407Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-20T20:09:46.407Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-20T20:09:46.407Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-20T20:09:46.407Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-20T20:09:50.123Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-20T20:09:50.123Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-20T20:09:50.123Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-20T20:09:50.123Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-20T20:09:50.123Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-20T20:09:50.123Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-20T20:09:50.123Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-20T20:09:50.123Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-20T20:09:50.123Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-20T20:09:52.292Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-20T20:09:58.241Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-20T20:10:00.837Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-20T20:10:00.838Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-20T20:10:00.838Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-20T20:10:00.838Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-20T20:10:00.838Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-20T20:10:00.838Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-20T20:10:00.838Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-20T20:10:00.838Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-20T20:10:00.838Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-20T20:10:00.838Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-20T20:10:00.838Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-20T20:10:00.838Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-20T20:10:00.838Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-20T20:10:01.204Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-20T20:10:01.204Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-20T20:10:01.204Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-20T20:10:01.204Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-20T20:10:01.204Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-20T20:10:03.741Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-20T20:10:03.741Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-20T20:10:03.741Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-20T20:10:03.741Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-20T20:10:03.741Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-20T20:10:03.741Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-20T20:10:07.091Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-20T20:10:07.091Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:10:07.091Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-20T20:10:07.091Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-20T20:10:07.091Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-20T20:10:07.091Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-20T20:10:07.091Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-20T20:10:07.091Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-20T20:10:07.091Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-20T20:10:07.469Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-20T20:10:11.199Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-20T20:10:11.199Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-20T20:10:11.199Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-20T20:10:14.924Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-20T20:10:14.924Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-20T20:10:14.924Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-20T20:10:14.924Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-20T20:10:14.924Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-20T20:10:14.924Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-20T20:10:14.924Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-20T20:10:15.769Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-20T20:10:15.769Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-20T20:10:15.769Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-20T20:10:16.238Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-20T20:10:16.238Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-20T20:10:16.238Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-20T20:10:17.818Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-20T20:10:18.650Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-20T20:10:18.804Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-20T20:10:18.805Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-20T20:10:18.805Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-20T20:10:22.384Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-20T20:10:23.562Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-20T20:10:25.277Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-20T20:10:28.340Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-20T20:10:29.000Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-20T20:10:29.457Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-20T20:10:29.457Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-20T20:10:31.294Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-20T20:10:36.538Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-20T20:10:36.538Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-20T20:10:36.538Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-20T20:10:36.538Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-20T20:10:36.538Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:10:36.538Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-20T20:10:45.154Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-20T20:10:45.154Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-20T20:10:45.154Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunMount [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-20T20:10:48.053Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-20T20:10:48.053Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-20T20:10:58.346Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-20T20:10:58.346Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-20T20:10:58.346Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-20T20:10:58.346Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-20T20:10:58.346Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-20T20:10:58.346Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-20T20:10:58.346Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-20T20:11:01.468Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-20T20:11:01.468Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:11:01.468Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-20T20:11:06.900Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-20T20:11:08.632Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-20T20:11:08.632Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-20T20:11:08.632Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-20T20:11:09.620Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-20T20:11:13.040Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-20T20:11:13.041Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-20T20:11:13.041Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-20T20:11:14.390Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-20T20:11:14.568Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-20T20:11:16.736Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-20T20:11:19.627Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-20T20:11:20.588Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-20T20:11:24.315Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.315Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T20:11:24.827Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-20T20:11:24.827Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:11:24.827Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-20T20:11:28.990Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-20T20:11:28.990Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-20T20:11:28.990Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-20T20:11:28.990Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-20T20:11:28.990Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-20T20:11:28.990Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-20T20:11:28.990Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-20T20:11:28.990Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-20T20:11:28.990Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-20T20:11:28.990Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-20T20:11:28.990Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-20T20:11:29.588Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-20T20:11:29.588Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-20T20:11:29.588Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-20T20:11:41.351Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-20T20:11:41.351Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-20T20:11:41.351Z] === RUN TestDockerSuite/TestRunRm [2022-03-20T20:11:45.072Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-20T20:11:47.417Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-20T20:11:49.648Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-20T20:11:50.636Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-20T20:11:52.122Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-20T20:11:55.011Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-20T20:11:57.795Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-20T20:11:58.734Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-20T20:12:02.459Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-20T20:12:02.460Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T20:12:02.460Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-20T20:12:02.460Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-20T20:12:02.460Z] === RUN TestDockerSuite/TestRunState [2022-03-20T20:12:02.460Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-20T20:12:02.460Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-20T20:12:04.956Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-20T20:12:06.181Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-20T20:12:06.181Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-20T20:12:06.181Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-20T20:12:06.181Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-20T20:12:06.181Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-20T20:12:06.181Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-20T20:12:06.181Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-20T20:12:06.181Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-20T20:12:06.638Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-20T20:12:06.638Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-20T20:12:06.638Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-20T20:12:06.638Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-20T20:12:12.417Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-20T20:12:12.417Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-20T20:12:13.628Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-20T20:12:16.148Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-20T20:12:16.148Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-20T20:12:16.148Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-20T20:12:18.383Z] === RUN TestDockerSuite/TestRmiTag [2022-03-20T20:12:18.852Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-20T20:12:19.871Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-20T20:12:19.871Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-20T20:12:19.871Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-20T20:12:19.871Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-20T20:12:19.871Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-20T20:12:21.811Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-20T20:12:24.561Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-20T20:12:34.885Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-20T20:12:41.952Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-20T20:12:43.063Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-20T20:12:43.533Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-20T20:12:49.416Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-20T20:12:50.983Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-20T20:12:50.983Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-20T20:12:52.250Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-20T20:12:52.250Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-20T20:12:52.250Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-20T20:12:52.250Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-20T20:12:53.210Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-20T20:12:53.210Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-20T20:12:53.210Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-20T20:12:53.679Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-20T20:12:53.679Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-20T20:12:56.923Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-20T20:12:58.443Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-20T20:12:59.823Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-20T20:13:02.241Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-20T20:13:03.543Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-20T20:13:03.543Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-20T20:13:03.543Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-20T20:13:03.543Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-20T20:13:03.543Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-20T20:13:03.543Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-20T20:13:03.543Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-20T20:13:04.000Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-20T20:13:09.413Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-20T20:13:09.781Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-20T20:13:12.675Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-20T20:13:15.585Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-20T20:13:18.026Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-20T20:13:19.559Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-20T20:13:19.559Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-20T20:13:22.650Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-20T20:13:22.650Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-20T20:13:22.650Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-20T20:13:22.650Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-20T20:13:22.650Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-20T20:13:22.650Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-20T20:13:22.650Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-20T20:13:25.337Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-20T20:13:25.337Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-20T20:13:25.540Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-20T20:13:25.540Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-20T20:13:25.996Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-20T20:13:25.996Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-20T20:13:27.519Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-20T20:13:27.519Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-20T20:13:27.519Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-20T20:13:28.172Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-20T20:13:28.172Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-20T20:13:31.247Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-20T20:13:31.247Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-20T20:13:31.247Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-20T20:13:31.247Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-20T20:13:31.247Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-20T20:13:31.905Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.427Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-20T20:13:33.427Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-20T20:13:33.886Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-20T20:13:35.633Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-20T20:13:36.799Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-20T20:13:39.362Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-20T20:13:39.362Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:13:39.362Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-20T20:13:43.869Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-20T20:13:51.725Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-20T20:13:51.725Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:13:51.725Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-20T20:13:52.424Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-20T20:13:52.424Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-20T20:13:52.424Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-20T20:13:52.424Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-20T20:13:52.424Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-20T20:13:52.424Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-20T20:13:52.424Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-20T20:13:53.954Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-20T20:13:53.954Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-20T20:13:53.954Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-20T20:13:53.954Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-20T20:13:53.954Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-20T20:13:53.954Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-20T20:13:53.954Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-20T20:13:53.954Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-20T20:13:53.954Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-20T20:13:56.412Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-20T20:13:56.412Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-20T20:13:56.412Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-20T20:13:56.412Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-20T20:13:56.412Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-20T20:13:56.412Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-20T20:13:56.412Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-20T20:13:56.412Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-20T20:13:56.412Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-20T20:13:56.856Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-20T20:14:02.640Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-20T20:14:02.640Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-20T20:14:02.640Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-20T20:14:02.640Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-20T20:14:02.640Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-20T20:14:02.640Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-20T20:14:02.640Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-20T20:14:05.539Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-20T20:14:05.539Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-20T20:14:05.539Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-20T20:14:05.539Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-20T20:14:05.539Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-20T20:14:05.539Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-20T20:14:08.433Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-20T20:14:08.779Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-20T20:14:08.779Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-20T20:14:08.779Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-20T20:14:08.779Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-20T20:14:08.779Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-20T20:14:08.779Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:14:08.779Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-20T20:14:10.603Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-20T20:14:10.603Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-20T20:14:10.603Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-20T20:14:11.672Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-20T20:14:13.501Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-20T20:14:13.501Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-20T20:14:13.501Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-20T20:14:13.501Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-20T20:14:13.501Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-20T20:14:13.501Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-20T20:14:13.501Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-20T20:14:15.395Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-20T20:14:15.395Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-20T20:14:15.395Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-20T20:14:15.672Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-20T20:14:18.567Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-20T20:14:19.114Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-20T20:14:19.114Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-20T20:14:19.114Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-20T20:14:19.114Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-20T20:14:19.114Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-20T20:14:19.114Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:14:19.114Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-20T20:14:20.736Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-20T20:14:29.295Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-20T20:14:29.295Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-20T20:14:36.771Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-20T20:14:36.771Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-20T20:14:37.843Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-20T20:14:37.843Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-20T20:14:37.843Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-20T20:14:37.843Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-20T20:14:37.843Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:14:37.843Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-20T20:14:39.671Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-20T20:14:39.671Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-20T20:14:44.348Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-20T20:14:44.348Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-20T20:14:44.805Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-20T20:14:45.261Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-20T20:14:45.261Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-20T20:14:50.212Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-20T20:14:50.212Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.212Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunMount [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-20T20:14:50.669Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-20T20:14:50.669Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-20T20:14:57.644Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-20T20:14:57.644Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:14:57.644Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-20T20:14:57.644Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-20T20:14:57.644Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-20T20:14:57.644Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-20T20:14:57.644Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-20T20:15:05.454Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-20T20:15:05.454Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-20T20:15:05.454Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-20T20:15:05.454Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-20T20:15:05.455Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-20T20:15:05.455Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-20T20:15:05.455Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-20T20:15:07.943Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-20T20:15:08.400Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-20T20:15:08.857Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-20T20:15:10.131Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-20T20:15:14.871Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-20T20:15:14.871Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-20T20:15:15.329Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-20T20:15:16.293Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-20T20:15:19.199Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-20T20:15:21.370Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-20T20:15:22.904Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-20T20:15:23.970Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-20T20:15:23.970Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-20T20:15:23.970Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite (3082.83s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.90s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.40s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.85s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (94.46s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.27s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.09s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.76s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (6.05s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.98s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (102.89s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (8.06s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.68s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.13s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.16s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.05s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.04s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.65s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.52s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.84s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.34s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.51s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.05s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.70s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.61s) [2022-03-20T20:15:24.936Z] --- PASS: TestDockerSuite/TestBuildAddTar (44.75s) [2022-03-20T20:15:24.936Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.28s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.74s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.05s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.79s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (13.25s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.31s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.84s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.96s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.75s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.94s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.71s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.82s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.08s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.76s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.85s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.21s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCmd (0.73s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.71s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.72s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.85s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.87s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.57s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.65s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.94s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.17s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.66s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.17s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.93s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.37s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (45.63s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.86s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.75s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.44s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.69s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.01s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.95s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.95s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.13s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.21s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.19s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.21s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignore (65.45s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.81s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (72.11s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.09s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.06s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.41s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.45s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.73s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.77s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.27s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (101.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.73s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.39s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.63s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.69s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.79s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.76s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.74s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.96s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.25s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.81s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.94s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.77s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFails (3.67s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.28s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.26s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.65s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.84s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.70s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.50s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.77s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.19s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildHistory (14.45s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.28s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.43s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.93s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.10s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabel (1.29s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.81s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.25s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.70s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabels (1.25s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.91s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.64s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.76s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.86s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (7.34s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.90s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.85s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (45.44s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.58s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.94s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.14s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.07s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (24.20s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.91s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.81s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.25s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.09s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.68s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.72s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.76s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.46s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.09s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.30s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.35s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (12.28s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.24s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.16s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.54s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.52s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.87s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.27s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildRm (18.65s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (5.13s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.79s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.17s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.33s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.86s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.01s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.77s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.69s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.85s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildStderr (5.79s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.99s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.50s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.57s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.64s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.39s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.42s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.80s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.72s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.20s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (28.45s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.15s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.56s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.23s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.35s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.93s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.60s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.65s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.54s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (11.15s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.49s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestCommitChange (6.69s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.21s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestCommitNewFile (10.23s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestCommitTTY (10.18s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.27s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.01s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.80s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.45s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.57s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.67s) [2022-03-20T20:15:24.937Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:15:24.937Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.46s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.42s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.76s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.23s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.76s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.62s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.62s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.31s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.43s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.61s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.77s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.42s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.66s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.31s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.32s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.57s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.17s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.98s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.43s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.46s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.51s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.40s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000464690_} (3.36s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11158039016_c:\foo_false____} (3.35s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11158039016_c:\foo_true____} (3.43s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.51s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.76s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.64s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.68s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.71s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.66s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.33s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.13s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpToDot (3.62s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCpToStdout (3.74s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.28s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateArgs (0.29s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.43s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.52s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.29s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.99s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateLabels (0.28s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateRM (0.52s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.59s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.84s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.60s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.68s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.28s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.69s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.22s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.65s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.67s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.72s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.31s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsCopy (6.81s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.36s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.54s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.99s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (6.04s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.07s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.35s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFilters (7.21s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFormat (7.22s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.25s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.04s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsRename (4.01s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsResize (34.24s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.62s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.32s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.11s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.15s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.63s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.54s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.71s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.26s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.30s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.75s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.37s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.20s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecInspectID (6.64s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.51s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.32s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.71s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.58s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.55s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.64s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.58s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.16s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.80s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.25s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.25s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.59s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.88s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.20s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.49s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.47s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-20T20:15:24.938Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.56s) [2022-03-20T20:15:24.938Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.53s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectDefault (3.50s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectHistory (6.09s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.37s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.53s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.41s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.59s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.63s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectStatus (4.17s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.73s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.18s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.43s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.61s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.30s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.62s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.38s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (4.14s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.50s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.85s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.62s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.67s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.74s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.95s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.77s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.06s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.96s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.56s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.51s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsSince (10.12s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsTail (3.89s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.66s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.53s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.95s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.74s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsByOrder (14.68s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.42s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.27s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.22s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.71s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.70s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.80s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPsShowMounts (12.00s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.80s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.82s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.03s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.64s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (34.10s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.30s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.33s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.27s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.95s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.70s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.56s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.56s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.41s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (20.57s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.27s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.87s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.40s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.79s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.13s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.59s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiTag (0.78s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.66s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (23.32s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (4.19s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.62s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.39s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.57s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.85s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.39s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.38s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.38s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.41s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.94s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.50s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.51s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.24s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.58s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.46s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.46s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.57s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.24s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.74s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.58s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.59s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.67s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.49s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunExitCode (3.70s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.62s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.61s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.78s) [2022-03-20T20:15:24.939Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:15:24.939Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.36s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.05s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.84s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.38s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.45s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.51s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.57s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.29s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.39s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.31s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.42s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.49s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.33s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunRm (3.80s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.49s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.56s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.44s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.67s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.44s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.49s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:15:24.940Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.70s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:15:24.940Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:15:25.076Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-20T20:15:25.076Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.50s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.42s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.40s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.63s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.76s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (10.24s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.77s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.48s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.61s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.10s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.93s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.46s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (7.06s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.44s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.84s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.75s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.57s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.50s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.38s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.33s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.38s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.27s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.21s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.59s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.84s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.35s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.45s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.16s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.71s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.68s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.98s) [2022-03-20T20:15:25.396Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:15:25.396Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.10s) [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.396Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-20T20:15:25.396Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-20T20:15:25.397Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-20T20:15:25.397Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-20T20:15:25.397Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-20T20:15:25.397Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-20T20:15:25.397Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-20T20:15:25.397Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-20T20:15:25.397Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-20T20:15:25.397Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerDaemonSuite [2022-03-20T20:15:25.397Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-20T20:15:25.397Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-20T20:15:25.397Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-20T20:15:25.397Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerSwarmSuite [2022-03-20T20:15:25.397Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-20T20:15:25.397Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerExternalVolumeSuite [2022-03-20T20:15:25.397Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerNetworkSuite [2022-03-20T20:15:25.397Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-20T20:15:25.397Z] === RUN TestDockerHubPullSuite [2022-03-20T20:15:25.397Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-20T20:15:25.397Z] PASS [2022-03-20T20:15:25.397Z] ok github.com/docker/docker/integration-cli 3083.325s [2022-03-20T20:15:25.397Z] [2022-03-20T20:15:25.397Z] === Skipped [2022-03-20T20:15:25.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-20T20:15:25.397Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.397Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-20T20:15:25.397Z] [2022-03-20T20:15:25.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-20T20:15:25.398Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-20T20:15:25.398Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-20T20:15:25.398Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-20T20:15:25.398Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:15:25.398Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:15:25.398Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-20T20:15:25.398Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-20T20:15:25.398Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-20T20:15:25.398Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:15:25.398Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.398Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:15:25.398Z] [2022-03-20T20:15:25.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-03-20T20:15:25.399Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.50s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.50s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-03-20T20:15:25.399Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-20T20:15:25.399Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:15:25.399Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:15:25.399Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:15:25.399Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.399Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:15:25.399Z] [2022-03-20T20:15:25.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-20T20:15:25.399Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-03-20T20:15:25.400Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:15:25.400Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:15:25.400Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:15:25.400Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.400Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:15:25.400Z] [2022-03-20T20:15:25.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:15:25.401Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-20T20:15:25.401Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.04s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.04s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:15:25.401Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:15:25.401Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:15:25.401Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:15:25.401Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:15:25.401Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-20T20:15:25.401Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:15:25.401Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.401Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:15:25.401Z] [2022-03-20T20:15:25.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:15:25.401Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-20T20:15:25.532Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.532Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:15:25.858Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:15:25.858Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:15:25.858Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:15:25.858Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:15:25.858Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-20T20:15:25.858Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:15:25.858Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.858Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:15:25.858Z] [2022-03-20T20:15:25.858Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:15:25.859Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-20T20:15:25.859Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:15:25.859Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:15:25.859Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.859Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:15:25.859Z] [2022-03-20T20:15:25.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.860Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:15:25.860Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-20T20:15:25.861Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:15:25.861Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:15:25.861Z] [2022-03-20T20:15:25.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:15:25.861Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.861Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:15:25.862Z] [2022-03-20T20:15:25.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:15:25.862Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.863Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:15:25.863Z] [2022-03-20T20:15:25.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:15:25.863Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.863Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:15:25.863Z] [2022-03-20T20:15:25.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:15:25.863Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.863Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:15:25.863Z] [2022-03-20T20:15:25.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-20T20:15:25.863Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.863Z] [2022-03-20T20:15:25.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-20T20:15:25.863Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.863Z] [2022-03-20T20:15:25.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-20T20:15:25.863Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-20T20:15:25.863Z] [2022-03-20T20:15:25.863Z] DONE 1088 tests, 544 skipped in 3096.130s [2022-03-20T20:15:26.318Z] INFO: Integration tests ended at 03/20/2022 20:15:25. Duration:00:51:36.2961669 [2022-03-20T20:15:26.318Z] INFO: Docker info of the daemon under test at end of run [2022-03-20T20:15:26.318Z] [2022-03-20T20:15:26.318Z] Containers: 2 [2022-03-20T20:15:26.318Z] Running: 0 [2022-03-20T20:15:26.318Z] Paused: 0 [2022-03-20T20:15:26.318Z] Stopped: 2 [2022-03-20T20:15:26.318Z] Images: 18 [2022-03-20T20:15:26.318Z] Server Version: 0.0.0-dev [2022-03-20T20:15:26.318Z] Storage Driver: windowsfilter [2022-03-20T20:15:26.318Z] Windows: [2022-03-20T20:15:26.318Z] Logging Driver: json-file [2022-03-20T20:15:26.318Z] Plugins: [2022-03-20T20:15:26.318Z] Volume: local [2022-03-20T20:15:26.318Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T20:15:26.318Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T20:15:26.318Z] Swarm: inactive [2022-03-20T20:15:26.318Z] Default Isolation: process [2022-03-20T20:15:26.318Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-20T20:15:26.318Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-20T20:15:26.318Z] OSType: windows [2022-03-20T20:15:26.318Z] Architecture: x86_64 [2022-03-20T20:15:26.318Z] CPUs: 4 [2022-03-20T20:15:26.318Z] Total Memory: 32GiB [2022-03-20T20:15:26.318Z] Name: azwin-2-6dfe50 [2022-03-20T20:15:26.318Z] ID: UPLG:4ARK:5YRF:DJVM:O4ZC:XZJY:3V5K:ZUXY:IYXK:FHVC:WLXV:OFYC [2022-03-20T20:15:26.318Z] Docker Root Dir: D:\CI\PR-42624\6\daemon [2022-03-20T20:15:26.318Z] Debug Mode (client): false [2022-03-20T20:15:26.318Z] Debug Mode (server): true [2022-03-20T20:15:26.318Z] File Descriptors: -1 [2022-03-20T20:15:26.318Z] Goroutines: 44 [2022-03-20T20:15:26.318Z] System Time: 2022-03-20T20:15:25.9044223Z [2022-03-20T20:15:26.318Z] EventsListeners: 0 [2022-03-20T20:15:26.318Z] Registry: https://index.docker.io/v1/ [2022-03-20T20:15:26.318Z] Labels: [2022-03-20T20:15:26.318Z] Experimental: false [2022-03-20T20:15:26.318Z] Insecure Registries: [2022-03-20T20:15:26.318Z] 127.0.0.0/8 [2022-03-20T20:15:26.318Z] Live Restore Enabled: false [2022-03-20T20:15:26.318Z] [2022-03-20T20:15:26.318Z] [2022-03-20T20:15:26.318Z] INFO: Stopping daemon under test [2022-03-20T20:15:26.318Z] SUCCESS: The process with PID 4612 (child process of PID 3976) has been terminated. [2022-03-20T20:15:26.318Z] SUCCESS: The process with PID 3976 (child process of PID 4616) has been terminated. [2022-03-20T20:15:26.318Z] INFO: Stop tailing logs of the daemon under tests [2022-03-20T20:15:26.318Z] INFO: executeCI.ps1 Completed successfully at 03/20/2022 20:15:26. [2022-03-20T20:15:26.318Z] INFO: Tidying up at end of run [2022-03-20T20:15:26.318Z] INFO: Saving daemon under test log (d:\CI\PR-42624\6\dut.out) to bundles\CIDUT.out [2022-03-20T20:15:26.318Z] INFO: Saving daemon under test log (d:\CI\PR-42624\6\dut.err) to bundles\CIDUT.err [2022-03-20T20:15:26.318Z] INFO: Saving containerd logs to bundles [2022-03-20T20:15:26.318Z] INFO: Nuke-Everything... [2022-03-20T20:15:26.773Z] INFO: Container count on control daemon to delete is 2 [2022-03-20T20:15:27.230Z] 4f62b9db2a69 [2022-03-20T20:15:27.230Z] eec2dcd02b8d [2022-03-20T20:15:27.230Z] INFO: Tidying pidfile d:\CI\PR-42624\6\docker.pid [2022-03-20T20:15:27.230Z] INFO: Killing containerd with PID 5688 [2022-03-20T20:15:27.230Z] INFO: Nuking d:\CI [2022-03-20T20:15:28.430Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-20T20:15:28.430Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-20T20:15:28.430Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-20T20:15:28.430Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-20T20:15:28.430Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-20T20:15:28.430Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-20T20:15:28.430Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-20T20:15:28.430Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-20T20:15:28.430Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-20T20:15:28.430Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-20T20:15:28.888Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-20T20:15:37.442Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-20T20:15:37.442Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-20T20:15:37.442Z] === RUN TestDockerSuite/TestRunRm [2022-03-20T20:15:45.991Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-20T20:15:50.673Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-20T20:15:57.142Z] INFO: Zapped successfully [2022-03-20T20:15:57.142Z] [2022-03-20T20:15:57.142Z] INFO: executeCI.ps1 exiting at Sun Mar 20 20:15:55 CUT 2022. Duration 01:20:46.7644164 [2022-03-20T20:15:57.142Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-20T20:15:57.384Z] Recording test results [2022-03-20T20:15:59.242Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-20T20:16:00.771Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-20T20:16:03.681Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-20T20:16:06.625Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-20T20:16:06.625Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-20T20:16:06.625Z] === RUN TestDockerSuite/TestRunState [2022-03-20T20:16:06.625Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-20T20:16:06.625Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-20T20:16:06.760Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-20T20:16:08.795Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-20T20:16:08.795Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-20T20:16:08.795Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-20T20:16:08.887Z] Creating win-2022-c8d-integration-bundles.zip [2022-03-20T20:16:10.966Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-20T20:16:10.966Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-20T20:16:10.966Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-20T20:16:10.966Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-20T20:16:10.966Z] === RUN TestDockerSuite/TestRunTLSVerify [Pipeline] archiveArtifacts [2022-03-20T20:16:11.262Z] Archiving artifacts [2022-03-20T20:16:11.427Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-20T20:16:11.427Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-20T20:16:11.427Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-20T20:16:11.427Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-20T20:16:17.264Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-20T20:16:17.264Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-20T20:16:19.490Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-20T20:16:19.490Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-20T20:16:19.490Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-20T20:16:21.714Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-20T20:16:21.714Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-20T20:16:21.714Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-20T20:16:21.714Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-20T20:16:21.714Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-20T20:16:25.476Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-20T20:16:27.539Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T20:16:28.524Z] + make clean [2022-03-20T20:16:30.699Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T20:16:30.699Z] docker-dev-cache [2022-03-20T20:16:30.699Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-20T20:16:40.270Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-20T20:16:48.841Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-20T20:16:55.905Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-20T20:16:55.905Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-20T20:16:55.905Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-20T20:16:55.905Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-20T20:16:58.799Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-20T20:17:01.695Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-20T20:17:03.873Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-20T20:17:03.873Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-20T20:17:03.873Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-20T20:17:04.331Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-20T20:17:04.331Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-20T20:17:04.331Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-20T20:17:04.331Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-20T20:17:04.331Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-20T20:17:04.331Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-20T20:17:09.011Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-20T20:17:11.185Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-20T20:17:13.354Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-20T20:17:23.652Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-20T20:17:23.652Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-20T20:17:23.652Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-20T20:17:23.652Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-20T20:17:23.652Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-20T20:17:23.652Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-20T20:17:23.652Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-20T20:17:26.552Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-20T20:17:26.552Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-20T20:17:27.012Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-20T20:17:27.475Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-20T20:17:29.009Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-20T20:17:29.009Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-20T20:17:31.908Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-20T20:17:34.080Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-20T20:17:36.978Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-20T20:17:36.978Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:17:36.978Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-20T20:17:47.289Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-20T20:17:47.289Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:17:47.289Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-20T20:18:02.092Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-20T20:18:02.092Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-20T20:18:02.092Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-20T20:18:02.092Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-20T20:18:02.092Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-20T20:18:02.092Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-20T20:18:02.092Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-20T20:18:02.092Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-20T20:18:02.092Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-20T20:18:07.918Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-20T20:18:07.918Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-20T20:18:07.918Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-20T20:18:07.918Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-20T20:18:07.918Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-20T20:18:07.918Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:18:07.918Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-20T20:18:10.822Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-20T20:18:13.725Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-20T20:18:13.725Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-20T20:18:13.725Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-20T20:18:16.619Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-20T20:18:16.619Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-20T20:18:16.619Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-20T20:18:16.619Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-20T20:18:16.619Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-20T20:18:16.619Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:18:16.619Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-20T20:18:34.278Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-20T20:18:34.278Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-20T20:18:41.332Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-20T20:18:41.332Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-20T20:18:45.062Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-20T20:18:45.062Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-20T20:18:45.521Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-20T20:18:45.521Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-20T20:18:45.979Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-20T20:19:00.761Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-20T20:19:00.761Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:19:00.761Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-20T20:19:00.761Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-20T20:19:00.761Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-20T20:19:00.761Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-20T20:19:00.761Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-20T20:19:09.310Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-20T20:19:09.310Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-20T20:19:09.310Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-20T20:19:19.614Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-20T20:19:19.614Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-20T20:19:20.075Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite (3109.56s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.88s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (114.93s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.11s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.57s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.54s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.44s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.64s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.77s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (133.59s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.88s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.06s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.05s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.64s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.82s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.64s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.88s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.78s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.27s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.49s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.99s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.40s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.60s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddTar (51.89s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (29.28s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.74s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.09s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.61s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.78s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.87s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.50s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.63s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.76s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.93s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.41s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.71s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.20s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.69s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.81s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.19s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCmd (0.73s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.69s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.66s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.12s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.68s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.50s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.28s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.13s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.61s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.08s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.16s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.73s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.86s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.76s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.21s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.44s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.86s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (29.95s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.07s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.08s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (8.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.17s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignore (70.06s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.57s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (100.75s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.15s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.00s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (31.26s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.19s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.77s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (41.77s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (21.74s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.00s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (134.18s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.71s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.33s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.66s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.25s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.74s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.55s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.49s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.22s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.64s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.54s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.81s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFails (7.41s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (11.21s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.36s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.73s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.13s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.73s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.51s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.94s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.73s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.03s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildHistory (13.80s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.23s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.37s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.95s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.37s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabel (1.21s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.80s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.19s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.72s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabels (1.22s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.90s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.15s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.84s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.92s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (27.23s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.65s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.01s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.57s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.93s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.29s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.93s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.52s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (13.71s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.80s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:19:21.612Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.24s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.17s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.55s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.28s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.73s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.47s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.99s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.57s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.25s) [2022-03-20T20:19:21.612Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.06s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.87s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.63s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.55s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.65s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.77s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (40.95s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildRm (15.35s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.98s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.75s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.19s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.29s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.19s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.92s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.79s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.09s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.77s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildStderr (5.30s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.83s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.72s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.55s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.50s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.29s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.80s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.42s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.46s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.16s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.06s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.31s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.00s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.79s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.35s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.36s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.52s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.31s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.47s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.58s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.13s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCommitChange (5.71s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.16s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.69s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCommitTTY (12.76s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.16s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICommit (12.65s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.94s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (7.54s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.43s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.88s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.11s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.64s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.58s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.77s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.58s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.63s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.37s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.83s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.40s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.16s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.53s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.18s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.65s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.60s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.95s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.35s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.18s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (39.95s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.79s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.92s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.84s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.81s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009c6d50_} (2.79s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11459953884_c:\foo_false____} (7.85s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11459953884_c:\foo_true____} (7.89s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.68s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.60s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.97s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.09s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.81s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.36s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.46s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpToDot (2.72s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCpToStdout (2.81s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.30s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (7.44s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.27s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.59s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.67s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.64s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-20T20:19:21.613Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.80s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.64s) [2022-03-20T20:19:21.613Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.81s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.78s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsCopy (5.88s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.01s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.68s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.00s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.36s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.28s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFilters (5.37s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFormat (5.37s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsRename (2.78s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsResize (8.14s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.56s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.11s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.15s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.38s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.30s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.24s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.38s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.51s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.54s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.37s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.87s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.59s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecInspectID (5.15s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.89s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.75s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.13s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.39s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.65s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.32s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.37s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.20s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.42s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.78s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.24s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.14s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.60s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.05s) [2022-03-20T20:19:21.614Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-03-20T20:19:21.614Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.18s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.53s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.50s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.59s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.65s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectDefault (2.54s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectHistory (5.20s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-20T20:19:22.071Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.03s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.54s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.62s) [2022-03-20T20:19:22.071Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.61s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.61s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.75s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectStatus (3.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.12s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.69s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.55s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.58s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.51s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.49s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.57s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.27s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.25s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.03s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.79s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.59s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.17s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.18s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.40s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.05s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.93s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.72s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.61s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsSince (9.60s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsTail (3.38s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.92s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.68s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.12s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.08s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.27s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsByOrder (10.07s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.09s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (26.01s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.41s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.87s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.42s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (17.98s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.62s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.39s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.32s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.37s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.62s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.77s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.78s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.28s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.80s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.01s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.85s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.79s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.87s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiBlank (0.11s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.68s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.32s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.90s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.55s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.96s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.90s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.98s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiTag (0.95s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.70s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.19s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.99s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.82s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.51s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.26s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.99s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.42s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.44s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.52s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.51s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.33s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.56s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.63s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.27s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.71s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (7.59s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.45s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.57s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.29s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.07s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.65s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.51s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.52s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.53s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunExitCode (2.64s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.46s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.52s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.57s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.18s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.74s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.95s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:19:22.072Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (13.42s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:19:22.072Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.42s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.87s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.49s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.52s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.29s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.12s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.80s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunRm (7.39s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.81s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.48s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.61s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.51s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.85s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.50s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.42s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.11s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.57s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.45s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.70s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.59s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (10.23s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.32s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.89s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.64s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.68s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.55s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.97s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.51s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.97s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.04s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.43s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.31s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.01s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.68s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.51s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.80s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.07s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestStartAttachSilent (14.44s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.27s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.83s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.79s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.58s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.37s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.40s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.34s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.83s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.48s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.50s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.70s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.88s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.35s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.63s) [2022-03-20T20:19:22.073Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:19:22.073Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.74s) [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.073Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-20T20:19:22.073Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-20T20:19:22.074Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-20T20:19:22.074Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- PASS: TestDockerRegistrySuite (0.22s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.22s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-20T20:19:22.074Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-20T20:19:22.074Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-20T20:19:22.074Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-20T20:19:22.074Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-20T20:19:22.074Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-20T20:19:22.074Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-20T20:19:22.074Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerDaemonSuite [2022-03-20T20:19:22.074Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-20T20:19:22.074Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-20T20:19:22.074Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-20T20:19:22.074Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerSwarmSuite [2022-03-20T20:19:22.074Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-20T20:19:22.074Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerExternalVolumeSuite [2022-03-20T20:19:22.074Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerNetworkSuite [2022-03-20T20:19:22.074Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-20T20:19:22.074Z] === RUN TestDockerHubPullSuite [2022-03-20T20:19:22.074Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-20T20:19:22.074Z] PASS [2022-03-20T20:19:22.074Z] ok github.com/docker/docker/integration-cli 3110.112s [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === Skipped [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T20:19:22.074Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.074Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.074Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.074Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-20T20:19:22.075Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:19:22.075Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:19:22.075Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-20T20:19:22.075Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-20T20:19:22.075Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-20T20:19:22.075Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:19:22.075Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.075Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-20T20:19:22.075Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-20T20:19:22.076Z] [2022-03-20T20:19:22.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:19:22.076Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.076Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-20T20:19:22.536Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-20T20:19:22.537Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.47s) [2022-03-20T20:19:22.537Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-20T20:19:22.537Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-20T20:19:22.537Z] docker_cli_sni_test.go:18: Flakey test [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:19:22.537Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:19:22.537Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.537Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-20T20:19:22.537Z] [2022-03-20T20:19:22.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:19:22.538Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:19:22.538Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:19:22.538Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.538Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-20T20:19:22.538Z] [2022-03-20T20:19:22.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-20T20:19:22.538Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:19:22.539Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:19:22.539Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:19:22.539Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:19:22.539Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:19:22.539Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.03s) [2022-03-20T20:19:22.539Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:19:22.539Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-20T20:19:22.539Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:19:22.539Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:19:22.539Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:19:22.539Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:19:22.539Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.539Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-20T20:19:22.539Z] [2022-03-20T20:19:22.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:19:22.539Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.03s) [2022-03-20T20:19:22.540Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.03s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-03-20T20:19:22.540Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:19:22.540Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:19:22.540Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:19:22.540Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:19:22.540Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:19:22.540Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.540Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-20T20:19:22.540Z] [2022-03-20T20:19:22.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-20T20:19:22.540Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:19:22.541Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:19:22.541Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-20T20:19:22.541Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-20T20:19:22.541Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:19:22.541Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:19:22.541Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.541Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-20T20:19:22.541Z] [2022-03-20T20:19:22.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:19:22.541Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:19:22.542Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-20T20:19:22.542Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-20T20:19:22.542Z] [2022-03-20T20:19:22.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:19:22.999Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.04s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.04s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-20T20:19:23.000Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:19:23.000Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.000Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-20T20:19:23.000Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-20T20:19:23.001Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-20T20:19:23.001Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:19:23.001Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.22s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.22s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:19:23.001Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-20T20:19:23.001Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-20T20:19:23.002Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] DONE 1088 tests, 539 skipped in 3124.151s [2022-03-20T20:19:23.002Z] INFO: Integration tests ended at 03/20/2022 20:19:22. Duration:00:52:04.3470819 [2022-03-20T20:19:23.002Z] INFO: Docker info of the daemon under test at end of run [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] Containers: 2 [2022-03-20T20:19:23.002Z] Running: 0 [2022-03-20T20:19:23.002Z] Paused: 0 [2022-03-20T20:19:23.002Z] Stopped: 2 [2022-03-20T20:19:23.002Z] Images: 18 [2022-03-20T20:19:23.002Z] Server Version: 0.0.0-dev [2022-03-20T20:19:23.002Z] Storage Driver: windowsfilter [2022-03-20T20:19:23.002Z] Windows: [2022-03-20T20:19:23.002Z] Logging Driver: json-file [2022-03-20T20:19:23.002Z] Plugins: [2022-03-20T20:19:23.002Z] Volume: local [2022-03-20T20:19:23.002Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-20T20:19:23.002Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-20T20:19:23.002Z] Swarm: inactive [2022-03-20T20:19:23.002Z] Default Isolation: process [2022-03-20T20:19:23.002Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-20T20:19:23.002Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-03-20T20:19:23.002Z] OSType: windows [2022-03-20T20:19:23.002Z] Architecture: x86_64 [2022-03-20T20:19:23.002Z] CPUs: 4 [2022-03-20T20:19:23.002Z] Total Memory: 32GiB [2022-03-20T20:19:23.002Z] Name: azwin-2-93daf0 [2022-03-20T20:19:23.002Z] ID: GFHJ:ZPYN:BIQ4:7NOA:IL3J:OESD:MJUM:NCB4:2LY4:UXDP:D3X7:DMHS [2022-03-20T20:19:23.002Z] Docker Root Dir: D:\CI\PR-42624\6\daemon [2022-03-20T20:19:23.002Z] Debug Mode (client): false [2022-03-20T20:19:23.002Z] Debug Mode (server): true [2022-03-20T20:19:23.002Z] File Descriptors: -1 [2022-03-20T20:19:23.002Z] Goroutines: 17 [2022-03-20T20:19:23.002Z] System Time: 2022-03-20T20:19:22.8739026Z [2022-03-20T20:19:23.002Z] EventsListeners: 0 [2022-03-20T20:19:23.002Z] Registry: https://index.docker.io/v1/ [2022-03-20T20:19:23.002Z] Labels: [2022-03-20T20:19:23.002Z] Experimental: false [2022-03-20T20:19:23.002Z] Insecure Registries: [2022-03-20T20:19:23.002Z] 127.0.0.0/8 [2022-03-20T20:19:23.002Z] Live Restore Enabled: false [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] [2022-03-20T20:19:23.002Z] INFO: Stopping daemon under test [2022-03-20T20:19:23.459Z] SUCCESS: The process with PID 3548 (child process of PID 5992) has been terminated. [2022-03-20T20:19:23.459Z] SUCCESS: The process with PID 5992 (child process of PID 4180) has been terminated. [2022-03-20T20:19:23.459Z] INFO: Stop tailing logs of the daemon under tests [2022-03-20T20:19:23.459Z] INFO: executeCI.ps1 Completed successfully at 03/20/2022 20:19:23. [2022-03-20T20:19:23.459Z] INFO: Tidying up at end of run [2022-03-20T20:19:23.459Z] INFO: Saving daemon under test log (d:\CI\PR-42624\6\dut.out) to bundles\CIDUT.out [2022-03-20T20:19:23.459Z] INFO: Saving daemon under test log (d:\CI\PR-42624\6\dut.err) to bundles\CIDUT.err [2022-03-20T20:19:23.459Z] INFO: Saving containerd logs to bundles [2022-03-20T20:19:23.459Z] INFO: Nuke-Everything... [2022-03-20T20:19:23.916Z] INFO: Container count on control daemon to delete is 2 [2022-03-20T20:19:24.373Z] 02cf719280a6 [2022-03-20T20:19:24.373Z] 245a6dd11a92 [2022-03-20T20:19:24.373Z] INFO: Tidying pidfile d:\CI\PR-42624\6\docker.pid [2022-03-20T20:19:24.373Z] INFO: Nuking d:\CI [2022-03-20T20:20:06.911Z] INFO: Zapped successfully [2022-03-20T20:20:06.911Z] [2022-03-20T20:20:06.911Z] INFO: executeCI.ps1 exiting at Sun Mar 20 20:20:00 CUT 2022. Duration 01:24:49.0554507 [2022-03-20T20:20:06.911Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-20T20:20:07.147Z] Recording test results [2022-03-20T20:20:16.192Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-20T20:20:18.302Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-20T20:20:20.186Z] Archiving artifacts [2022-03-20T20:20:35.391Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42624/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-20T20:20:36.380Z] + make clean [2022-03-20T20:20:38.554Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-20T20:20:38.554Z] docker-dev-cache [2022-03-20T20:20:38.554Z] 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